Skip to content

Tags: lightscript/lightscript-sublime

Tags

v8.3.1

Toggle v8.3.1's commit message
Revert "Combine a few function rules"

This reverts commit b044564. This seems to be causing Sublime to crash with certain minified files. See babel#185

v8.3.0

Toggle v8.3.0's commit message
Merge pull request babel#184 from babel/flow-backport

Flow backport (part 1)

obj-vs-block-experiment

Toggle obj-vs-block-experiment's commit message
[experiment] try to differentiate between obj and block

v8.2.1

Toggle v8.2.1's commit message
Merge pull request babel#180 from babel/jsx-tag-name-fixes

jsx fixes

v8.2.0

Toggle v8.2.0's commit message
Merge pull request babel#178 from babel/autopair-backticks

Add backticks auto-pairing (for template strings)

v8.1.0

Toggle v8.1.0's commit message
Merge pull request babel#170 from babel/template-keyword-subs

template string "${" and "}" as keyword

v8.0.5

Toggle v8.0.5's commit message
Merge pull request babel#168 from babel/fix-nested-template-strings

Fix nested template strings

v8.0.4

Toggle v8.0.4's commit message
Support JSX syntax inside of an array

- Added [ to the list of tokens that begin a jsx block
- Added some jsx in an array to samples/jsx-es6.jsx

Fixes babel#166

v8.0.3

Toggle v8.0.3's commit message
fix comment line automatic comment next line

v8.0.2

Toggle v8.0.2's commit message
fix jsx in attribute value