5984 Commits

Author SHA1 Message Date
Sebastian McKenzie
562023726f move up changedPackages declaration 2015-11-11 23:27:44 -08:00
Sebastian McKenzie
82a931c289 Merge branch 'development' 2015-11-11 23:24:58 -08:00
Sebastian McKenzie
67b8f10eba Merge branch 'master' of github.com:babel/babel 2015-11-11 23:24:53 -08:00
Sebastian McKenzie
afe12412a8 add npm owners 2015-11-11 23:24:39 -08:00
Sebastian McKenzie
a203596e0c make publish script parallel 2015-11-11 23:24:35 -08:00
Sebastian McKenzie
4cbe6b380a Merge pull request #2998 from spicyj/inline2
React inlining: Two bug fixes
2015-11-11 23:16:33 -08:00
Sebastian McKenzie
26e56bc966 v6.1.5 2015-11-11 22:48:30 -08:00
Sebastian McKenzie
fe5aff09a4 fix remaining babel helper issues 2015-11-11 22:45:50 -08:00
Sebastian McKenzie
ca1ca2055d Merge branch 'development' 2015-11-11 22:11:55 -08:00
Sebastian McKenzie
139a61e50d account for integers with decimal 0 - fixes #3002 2015-11-11 22:11:47 -08:00
Sebastian McKenzie
74a1b7fce6 make helper names more predictable - fixes #2986 2015-11-11 20:57:56 -08:00
Sebastian McKenzie
8d7a3894ea comment out react env block - fixes #2994 2015-11-11 17:54:24 -08:00
Sebastian McKenzie
78f06be9b9 move dependency from devDependencies to normal dependencies in babel-register - fixes #2989 2015-11-11 17:53:31 -08:00
Henry Zhu
52dd3e8006 Merge pull request #2999 from hzoo/inline-env
Fix transform-inline-environment-variables - fixes #2991
2015-11-11 20:20:36 -05:00
Henry Zhu
837022c2ad Fix transform-inline-environment-variables - fixes #2991 2015-11-11 19:49:19 -05:00
Ben Alpert
e8ebc7074e React inlining: Make sure some props object always exists 2015-11-11 15:33:43 -08:00
Ben Alpert
07a5bcc04a React inlining: Fix transform for computed key
(This was broken before my last change too.)
2015-11-11 15:27:02 -08:00
Sebastian McKenzie
0b7b2e4a3a Merge pull request #2995 from jimfb/master
In JSX-source plugin, handle case where filename or line are null
2015-11-11 14:12:38 -08:00
Sebastian McKenzie
a05330b2e5 Merge pull request #2993 from amasad/2772
Fix #2772
2015-11-11 14:11:58 -08:00
jim
2198f46f53 In JSX-source plugin, handle case where filename or line are null 2015-11-11 14:06:04 -08:00
Amjad Masad
46d8241caf Use node for parent check 2015-11-11 13:30:45 -08:00
Sebastian McKenzie
e63ac82d80 Merge pull request #2970 from amasad/no-const
Convert the constants transform plugin to a validation plugin
2015-11-11 12:55:39 -08:00
Sebastian McKenzie
26abba9880 Merge pull request #2972 from spicyj/inline2
Use a helper function for React "inlining"
2015-11-11 12:39:54 -08:00
Sebastian McKenzie
e75f2ef5bb Merge pull request #2923 from thejameskyle/tjk/doctor-on-win32
Add link to npm upgrade guide on windows
2015-11-11 12:25:21 -08:00
Amjad Masad
352a604fe2 Make sure the test fails 2015-11-11 12:07:23 -08:00
Amjad Masad
6825846c82 Use Symbol.for 2015-11-11 11:06:47 -08:00
Amjad Masad
a17d62ca2b Convert the constants transform plugin to a validation plugin
A follow up from https://github.com/babel/babel/pull/2969 were we added support for consts in the block-scoping plugin.
2015-11-11 10:45:31 -08:00
Amjad Masad
0711fa67b4 ensure block 2015-11-11 10:42:55 -08:00
Amjad Masad
8891ed38b8 cleanup 2015-11-11 10:42:55 -08:00
Amjad Masad
ed4a5fb811 get rid of _let 2015-11-11 10:42:55 -08:00
Amjad Masad
aa8b96bf38 Support consts in block-scoping transform 2015-11-11 10:42:55 -08:00
Amjad Masad
4cca0abd2f move them to the correct place 2015-11-11 10:42:54 -08:00
Amjad Masad
cd6a972342 move test files 2015-11-11 10:42:54 -08:00
Amjad Masad
ea0e55c5af Add failing test 2015-11-11 10:42:54 -08:00
Sebastian McKenzie
65dc981ce9 remove longest name detection and just use 50 2015-11-11 02:52:42 -08:00
Sebastian McKenzie
6f7a81c30d add tagging to npm publish to prevent publish racing 2015-11-11 02:52:14 -08:00
Sebastian McKenzie
538d778064 add 6.1.4 changelog 2015-11-11 02:51:56 -08:00
Sebastian McKenzie
03383bdf31 v6.1.4 2015-11-11 02:04:26 -08:00
Sebastian McKenzie
e09d442be6 remove redundant test 2015-11-11 02:02:39 -08:00
Sebastian McKenzie
ea59e23633 Merge branch 'development' 2015-11-11 02:01:19 -08:00
Sebastian McKenzie
2658adf7e4 Merge branch 'master' of github.com:babel/babel 2015-11-11 02:00:50 -08:00
Ben Alpert
3cad287233 Use a helper function for React "inlining"
Either due to lower parsing costs or better type inference, this seems
to perform better than direct object inlining. (All along, the main win
was skipping a loop through props, not avoiding a function call.)
2015-11-10 21:10:06 -08:00
Amjad Masad
3f41023e02 Merge pull request #2966 from hzoo/npmig
babel-plugin-transform-x: add test to .npmignore
2015-11-10 17:35:55 -08:00
Sebastian McKenzie
f601e62678 add regression test - fixes #2941 2015-11-10 16:02:45 -08:00
Sebastian McKenzie
54c13eef5c fix exported classes with static class properties - fixes #2868 2015-11-10 15:56:22 -08:00
Henry Zhu
4751caab3b babel-plugin-transform-x: add test to .npmignore 2015-11-10 17:53:30 -05:00
Sebastian McKenzie
29f756fd6f add regression tests - closes #2663 2015-11-10 14:40:30 -08:00
Sebastian McKenzie
482e4229db Merge branch 'development' 2015-11-10 14:26:48 -08:00
Sebastian McKenzie
884252b90f increase test coverage 2015-11-10 14:26:40 -08:00
Sebastian McKenzie
e65e6bb19d Merge pull request #2963 from jimfb/master
Added jsx-source plugin
2015-11-10 13:58:24 -08:00