Sebastian McKenzie
8746ca8d31
add Statement virtual type
2015-07-05 01:23:37 +02:00
Sebastian McKenzie
76e954bc36
add reference to issue #1920
2015-07-05 01:23:32 +02:00
Sebastian McKenzie
64903d0dcf
Merge branch 'master' of github.com:babel/babel
2015-07-04 23:33:33 +02:00
Sebastian McKenzie
1fd0b1f741
delay this assignment when referencing this inside an arrow function pre-bare super in derived class constructors - fixes #1920
2015-07-04 23:32:11 +02:00
Sebastian McKenzie
cda2bfce38
enable do expression tests
2015-07-04 21:51:57 +02:00
Sebastian McKenzie
0e4bb5ee3f
clean up verifyConstructor classes visitor and disallow super.* before super() in derived class constructors - fixes #1921
2015-07-04 21:38:22 +02:00
Sebastian McKenzie
e9793b1f16
Merge pull request #1916 from conradz/inline-single-child
...
Handle single child when using React inlining
2015-07-04 11:23:15 +02:00
Conrad Zimmerman
224db29c05
Handle single child when using React inlining
...
Changes optimisation.react.inlineElements to handle a single child as the
value of the `children` property instead of wrapping it with an array.
This matches the behavior of `React.createElement`.
2015-07-03 18:55:38 -04:00
Sebastian McKenzie
bd1bd38556
add undeclared type variable
2015-07-03 00:14:40 +02:00
Sebastian McKenzie
1f39114126
Merge branch 'master' into development
2015-07-03 00:07:53 +02:00
Sebastian McKenzie
4c0b8599f1
add optional context parameter to NodePath#get
2015-07-03 00:07:37 +02:00
Sebastian McKenzie
848909620c
add more comments to path methods
2015-07-03 00:07:23 +02:00
Sebastian McKenzie
c40215497d
Merge pull request #1900 from samccone/sjs/opt2
...
rework findCommonStringDelimiter
2015-07-02 23:54:52 +02:00
Sebastian McKenzie
6450f5263e
Merge pull request #1901 from loganfsmyth/constructor-scope-fix
...
Properly regenerate scope for replaced nodes - fixes #1773
2015-07-02 23:54:28 +02:00
Sam Saccone
74c59c94ce
⛳
2015-07-02 16:57:12 -04:00
Logan Smyth
3f38a83600
Properly regenerate scope for replaced nodes - fixes #1773
2015-07-01 22:06:05 -07:00
Sam Saccone
1945f849c3
Move ✅ into for block
...
https://www.youtube.com/watch?v=FHDwRECFL8M
2015-07-01 20:36:24 -07:00
Sam Saccone
5b0b7ba226
🍴 Switch to ternary for return
...
https://www.youtube.com/watch?v=XAbY2cmEsS0
2015-07-01 20:36:17 -07:00
James Kyle
42de6bc716
Merge pull request #1894 from samccone/patch-4
...
🐳
2015-07-02 01:06:50 +01:00
James Kyle
fb66f347b9
Merge pull request #1895 from samccone/patch-5
...
remove 💀 comment lines
2015-07-02 01:05:51 +01:00
Brian Donovan
5e28bd4e68
Merge pull request #1893 from samccone/patch-1
...
🍕 Fix grammatical issue
2015-07-01 16:16:20 -07:00
Sam Saccone
9869566963
remove 💀 comment lines
...
Added in
3561efdb86
if this is a style thing you want to keep around then my all means close away.
2015-07-01 15:59:05 -07:00
Sam Saccone
4a27b10e8a
👶
2015-07-01 15:56:11 -07:00
Sam Saccone
c3b5ed5b3d
💄 Fix grammatical issue
2015-07-01 15:51:56 -07:00
Sebastian McKenzie
afa4871a08
Merge pull request #1892 from samccone/patch-1
...
📝 better english
2015-07-02 00:48:57 +02:00
Sam Saccone
70c739250b
📝 better english
2015-07-01 15:48:00 -07:00
Sebastian McKenzie
722e706a8c
Merge pull request #1891 from samccone/patch-1
...
⛲ ️ this that this
2015-07-02 00:42:05 +02:00
Sam Saccone
f3973c8397
📝 clarify how it inherits this
2015-07-01 15:41:15 -07:00
Sebastian McKenzie
47c3792d34
Merge pull request #1890 from samccone/patch-1
...
⛲ ️ Add link to ESTree
2015-07-02 00:39:23 +02:00
Sam Saccone
456accb4b3
📝 Add link to ESTree
2015-07-01 15:37:20 -07:00
Sebastian McKenzie
72771ed439
update escape regex test to use new lodash result
2015-06-30 23:56:47 +01:00
Sebastian McKenzie
7cb7ea4248
Merge pull request #1884 from arthurvr/resolve
...
Add `resolve` to `CONTRIBUTING.md`
2015-06-30 23:39:33 +01:00
Arthur Verschaeve
301df15921
Add resolve to CONTRIBUTING.md
...
Introduced in aaf4cbf06f
2015-06-30 23:56:30 +02:00
Sebastian McKenzie
15535406bd
Merge pull request #1883 from arthurvr/patch-1
...
Remove `user-home` from `CONTRIBUTING.md`
2015-06-30 22:43:42 +01:00
Arthur Verschaeve
63f53e3773
Remove user-home from CONTRIBUTING.md
...
In favor of `user-or-tmp`
Ref 90b8826e73
2015-06-30 23:40:24 +02:00
Brian Donovan
03a979a6bd
Merge pull request #1867 from arthurvr/deps
...
Add `path-exists` to `CONTRIBUTING.md`
2015-06-30 14:31:24 -07:00
Sebastian McKenzie
910622e66e
fix linting errors
2015-06-30 15:17:26 +01:00
Sebastian McKenzie
c5a8702021
clean up derived classes, fixes super path referencing user constructor instead of our new function - #1877
2015-06-30 14:55:11 +01:00
Sebastian McKenzie
336c65fe2c
restructure classes transformer, fix class name inference - #1877
2015-06-30 14:49:04 +01:00
Sebastian McKenzie
092d98fb27
add constructor to body in order that it was supplied in - fixes #1877
2015-06-30 10:10:52 +01:00
Sebastian McKenzie
e55ce575cd
move up template literal simplification logic - fixes #1874
2015-06-29 23:36:06 +01:00
Sebastian McKenzie
d63ae5fce8
remove loose console.log
2015-06-29 22:59:23 +01:00
Sebastian McKenzie
541309c4bb
fix collisions for getBindingIdentifiers
2015-06-29 22:04:17 +01:00
Sebastian McKenzie
2d289150d1
Merge pull request #1868 from benjamn/patch-2
...
Upgrade Regenerator to 0.8.32.
2015-06-29 20:47:05 +01:00
Ben Newman
b9f6169ed4
Upgrade Regenerator to 0.8.32.
...
This includes some major runtime performance improvements:
https://github.com/facebook/regenerator/pull/207
https://github.com/facebook/regenerator/pull/208
And also some bug fixes relating to async generator functions:
https://github.com/facebook/regenerator/commit/29d81b6929
https://github.com/facebook/regenerator/commit/7d2a052ddb
https://github.com/facebook/regenerator/commit/5b9dd1086d
2015-06-29 10:43:54 -04:00
Arthur Verschaeve
ce372281cd
Add path-exists to CONTRIBUTING.md
2015-06-29 12:35:37 +02:00
Sebastian McKenzie
0044100e3d
perform function name inference on functions in properties before they're properly visited - fixes #1860
2015-06-29 00:20:47 +01:00
Sebastian McKenzie
81edc4c6ab
add make comment-issues skeleton
2015-06-28 00:59:24 +01:00
Sebastian McKenzie
3b1a9a0adb
trim eval code in babel-node
2015-06-28 00:59:12 +01:00
Sebastian McKenzie
8ab90aacd3
add babel-core version to babel-cli version - closes #1861
2015-06-28 00:59:05 +01:00