Sebastian McKenzie
649d91ef25
add 4.5.0 changelog
2015-02-25 21:56:23 +11:00
Sebastian McKenzie
4d72bffa30
add --copy-files bin/babel flag
2015-02-25 21:56:19 +11:00
Sebastian McKenzie
5889233adc
rejigger path traversal class for es6ification
2015-02-25 21:50:40 +11:00
Sebastian McKenzie
7bb98352df
add .babelrc - fixes #351
2015-02-25 21:49:48 +11:00
Sebastian McKenzie
12ebeed7c6
add missing extension to umd-strict formatter... - fixes #890
2015-02-25 19:10:20 +11:00
Sebastian McKenzie
7d87e52377
rejigger strict directives transformer logic so they're included in the body before module formatters are ran - @jayphelps
2015-02-25 17:20:23 +11:00
Sebastian McKenzie
2bab285970
temporarily disable own binding identification in nameMethod helper - fixes #871
2015-02-25 11:07:51 +11:00
Sebastian McKenzie
00651e671e
don't copy over non-compilable files - fixes #888
2015-02-25 10:59:26 +11:00
Sebastian McKenzie
37588a6ceb
4.4.6
2015-02-24 22:17:46 +11:00
Sebastian McKenzie
a45d6960da
v4.4.6
v4.4.6
2015-02-24 22:17:12 +11:00
Sebastian McKenzie
b13aa41a75
fixing linting error
2015-02-24 22:15:27 +11:00
Sebastian McKenzie
20a4ed6140
add 4.4.6 changelog
2015-02-24 22:14:34 +11:00
Sebastian McKenzie
c256e060b3
Merge branch 'master' of github.com:6to5/6to5
2015-02-24 22:11:33 +11:00
Sebastian McKenzie
bef315efd6
fix up JSXElement alias keys
2015-02-24 22:11:25 +11:00
Sebastian McKenzie
2ec5390b63
bump core-js
2015-02-24 22:11:18 +11:00
Sebastian McKenzie
f4c9dd8768
Merge pull request #881 from sindresorhus/bump-chalk
...
bump `chalk`
2015-02-24 22:06:05 +11:00
Sindre Sorhus
510c7a3e60
bump chalk
...
https://github.com/sindresorhus/chalk/releases/tag/v1.0.0
2015-02-24 16:03:00 +07:00
Sebastian McKenzie
3ce9508a1c
bump core-js @zloirock
2015-02-24 14:16:29 +11:00
Sebastian McKenzie
717ef280f7
clean up #870
2015-02-24 11:20:04 +11:00
Sebastian McKenzie
8c5e7cf272
Merge pull request #870 from neVERberleRfellerER/fix-extends-anon-class
...
fix extends with empty anonymous base class
2015-02-24 11:18:18 +11:00
Ondrej Kraus
811a843be9
add tests for extends of anonymous classes
2015-02-24 01:01:05 +01:00
Ondrej Kraus
b7c297bb89
remove anonymous class constructor name in specific case
...
Name of anonymous class constructor is not needed when it contains
exactly one method that is not construtor, because constructor
will be assigned to variable in closure.
2015-02-24 01:01:02 +01:00
Sebastian McKenzie
b7342ef4ea
move es6.arrowFunctions transformer - fixes #874
2015-02-24 10:31:11 +11:00
Sebastian McKenzie
1a899f5e77
move attribute whitespace handling to JSXAttribute enter - fixes #872
2015-02-24 09:48:10 +11:00
Sebastian McKenzie
f2eb1643c0
throw deprecation error for @jsx React.DOM usage and crawl all comments for pragmas - fixes #876
2015-02-24 09:38:16 +11:00
neVERberleRfellerER
9621d1bbeb
remove unnecessary derived class constructor name
2015-02-23 17:39:42 +01:00
Ondrej Kraus
3cf7b2b761
add name to constructor of extended anonymous class
2015-02-23 17:19:41 +01:00
Sebastian McKenzie
ae8b1e242b
remove illegal left for of test
2015-02-23 21:36:42 +11:00
Sebastian McKenzie
eea48f866d
allow MemberExpressions in for-of head
2015-02-23 21:31:57 +11:00
Sebastian McKenzie
84d2d7b7d4
add 4.4.5 changelog
2015-02-23 11:11:24 +11:00
Sebastian McKenzie
ea30a619dd
bump regenerator-babel
2015-02-23 11:11:19 +11:00
Sebastian McKenzie
87a201db22
4.4.5
2015-02-22 23:27:02 +11:00
Sebastian McKenzie
bcc86c47bc
v4.4.5
v4.4.5
2015-02-22 23:26:01 +11:00
Sebastian McKenzie
b6df9b583b
4.4.4
2015-02-22 23:23:38 +11:00
Sebastian McKenzie
52ea7b5f59
always use closure wrap - fixes #864
2015-02-22 23:23:34 +11:00
Sebastian McKenzie
7bff8239a1
v4.4.4
v4.4.4
2015-02-22 22:50:02 +11:00
Sebastian McKenzie
04d79c1740
fix array unpacking test
2015-02-22 22:46:27 +11:00
Sebastian McKenzie
e387da7c2b
upgrade acorn-babel
2015-02-22 22:42:17 +11:00
Sebastian McKenzie
53cf453480
add 4.4.4 changelog
2015-02-22 22:40:18 +11:00
Sebastian McKenzie
341528ee4a
fix linting errors
2015-02-22 22:37:51 +11:00
Sebastian McKenzie
5f6808ba92
don't transform flow module nodes
2015-02-22 22:35:47 +11:00
Sebastian McKenzie
0b2f1fedcb
don't unpack array when the pattern contains more elements than the corresponding array expression
2015-02-22 22:35:38 +11:00
Sebastian McKenzie
c3c94f0a4a
fix options argument to vm.runInThisContext
2015-02-22 22:35:04 +11:00
Sebastian McKenzie
f2d60aab9e
optimise named functions depending on whether they contain an assignment/reference - #861
2015-02-22 21:35:08 +11:00
Sebastian McKenzie
ab6bb35a4f
make line-numbers and js-tokens versions fixed
2015-02-22 20:55:09 +11:00
Sebastian McKenzie
e11b943514
revert to old named function wrapper - fixes #861
2015-02-22 20:54:47 +11:00
Sebastian McKenzie
b44a6eb297
remove is-keyword-js in favor of esutils #856
2015-02-22 10:51:27 +11:00
Sebastian McKenzie
f3288ddb1f
Merge branch 'lydell-error-syntax-highlighting'
2015-02-22 10:49:30 +11:00
Simon Lydell
476aa44a90
improve syntax highlighting in error messages
...
- Support hexadecimal, octal and binary number literals, template strings, and
tokenize everything more robustly in general.
- Tokens spanning over several lines (such as multiline strings and comments) no
longer leak their color into the line number gutter.
- The color scheme is preserved.
- The line numbers are now right-aligned instead of left-aligned, since that's
how practically every editor does it.
- Superfluos space in the line number gutter has been removed.
2015-02-21 21:20:52 +01:00
Sebastian McKenzie
c5589e9336
Merge pull request #853 from meandmycode/master
...
build: ensure bootstrap works on windows
2015-02-21 21:43:49 +11:00