Brian Ng
645bf56838
Scoped: rename installation instructions for presets [skip ci]
2017-10-16 22:49:56 -04:00
Brian Ng
4739677965
Scoped: rename installation instructions for syntax plugins [skip ci]
2017-10-16 22:49:56 -04:00
Henry Zhu
79ddf12d9d
Scoped: rename to @babel/ in readme [skip ci]
2017-10-16 22:49:56 -04:00
Henry Zhu
dfbbe82598
Scoped: rename npm pkg keyword [skip ci]
2017-10-16 22:49:56 -04:00
Henry Zhu
70080063a4
Scoped: update experimental/codemods to @babel/ [skip ci]
2017-10-16 22:49:56 -04:00
Henry Zhu
691f90a774
Scoped: change test imports to @babel/ [skip ci]
2017-10-16 22:49:56 -04:00
Henry Zhu
cde0054227
Scoped: change src imports to @babel/ [skip ci]
2017-10-16 22:49:56 -04:00
Henry Zhu
8e5e27577a
Scoped: update package.json dependencies to @babel/ [skip ci]
2017-10-16 22:49:56 -04:00
Henry Zhu
1cd564bd16
Scoped: rename package names to @babel/ [skip ci]
2017-10-16 22:49:01 -04:00
Henry Zhu
279f55cd9b
update to babylon beta.29
2017-10-16 20:10:55 -05:00
Henry Zhu
24d62cd191
7.0.0-beta.29
2017-10-16 18:34:08 -04:00
Henry Zhu
eaf054ba1f
Merge pull request #762 from azz/nullish-tests
...
Add more tests for the nullish coalescing operator
2017-10-16 18:32:26 -04:00
Zachary Sang
98621a6901
Removed index.js stub from packages/babel-core ( #6474 )
...
* Removed index.js stub from packages/babel-core
Added "main":"./lib/index.js" entry to package.json to replace index.js in packages/babel-core
* Fix indentation of new main.
2017-10-16 08:52:56 -07:00
Henry Zhu
58da50aace
simplify register test ( #6391 )
2017-10-16 11:09:11 -04:00
Daniel Tschinder
9d00dac416
Update compat-data in babel-preset-env ( #6489 )
2017-10-16 11:07:41 -04:00
Henry Zhu
3659652fae
update to beta.3 ( #6488 )
2017-10-16 10:51:56 -04:00
Lucas Azzola
727767c923
Add tests for ?? with other LogicalExpressions
2017-10-16 19:34:52 +11:00
Sven SAULEAU
12c389b718
Merge pull request #6490 from Andarist/deps-fix
...
Fixed es2015-template-literals dependencies
2017-10-15 20:33:56 +02:00
Mateusz Burzyński
1215db2dd3
Fixed es2015-template-literals dependencies
2017-10-15 18:05:05 +02:00
Daniel Tschinder
d80fea47af
Add polyfills for ES6 static Object methods
...
These functions do exist in ES5, but we still need to
load the polyfills, as they differ in ES6 sligthly
2017-10-15 09:27:27 -05:00
Henry Zhu
94da889ab7
v7.0.0-beta.3
v7.0.0-beta.3
2017-10-15 09:12:00 -04:00
Lucas Azzola
f1b8404750
Move ?? to LogicalExpression
2017-10-15 15:10:34 +11:00
Lucas Azzola
fcdfb0e31e
Add more tests for the nullish coalescing operator
2017-10-15 12:04:10 +11:00
Henry Zhu
f1d2db6cf4
7.0.0-beta.28
2017-10-14 18:23:44 -04:00
Lucas Azzola
e53ce38c75
Implement nullish coalescing operator in parser ( #761 )
...
* Implement nullish coalescing operator in parser
* Add ?? to AST
2017-10-14 17:18:28 -04:00
Brian Ng
b5e6ba62db
Allow new.target in class properties ( #759 )
2017-10-14 16:50:21 -04:00
Brian Ng
60ea39aa70
Fix export extensions handling of TS declare keyword ( #757 )
2017-10-14 15:25:42 -04:00
Sven SAULEAU
0951720a81
Merge pull request #6481 from nicolo-ribaudo/fn-bind-dupl-nodes-6458
...
Don't insert duplicated nodes when transforming function bind
2017-10-14 15:49:55 +02:00
Nicolò Ribaudo
4a4c2f37bd
Don't insert duplicated nodes when transforming function bind
...
Fixes #6458
2017-10-13 22:49:13 +02:00
Qantas94Heavy
5f285c1034
Evaluate computed class props only once ( #6240 ) ( #6466 )
...
Previously, computed class properties would be evaluated every time a
new instance of the class was created. This means the property name
may have changed between different instances, as well as potential side
effects.
This commit fixes this by storing the computed value in a separate
variable.
2017-10-13 12:19:48 +02:00
aardito2
bfa167cc21
Add additional tests for ignore/only ( #5647 )
2017-10-12 20:20:07 -05:00
Clark Sandholtz
613b1bc192
Changed beginner-friendly to good first issue as requested in issue ( #6471 ) [skip ci]
2017-10-12 20:21:42 -04:00
Leyth
35b111325e
Changed 'beginner-friendly' to 'good first issue' ( #6473 ) [skip ci]
2017-10-12 20:03:10 -04:00
Brian Ng
d7fd8888fa
Bump compat-table for Chrome 63 ( #6462 )
2017-10-11 13:22:32 -04:00
Brian Ng
be58de2b62
Use no-undefined-identifier eslint rule in packages ( #6457 )
2017-10-11 01:11:48 -04:00
Andy
0fbf3a61fb
Fix new type errors ( #754 )
2017-10-10 16:11:28 -05:00
Anton Rusinov
fcdfc61bdb
Move plugin processing to top of plugins ( #6381 )
...
* centralize plugin options
* Centralize plugins options
- move more options to the top
- move validations that depend on options to the top
* use isLoose option
* Move more validations to the top
* Move ref parameter for rewriteModuleStatementsAndPrepareHeader() to the top
* fix eslint errors
* remove unused parameter
* set default systemGlobal value
* Revert "Move ref parameter for rewriteModuleStatementsAndPrepareHeader() to the top"
This reverts commit b3855302d17fa19d8acb4c8accab3680c8d2710e.
* Revert "Move more validations to the top"
This reverts commit e5861d8a034ff8f553391f55654f753bcf428a5d.
* fix allowMutablePropsOnTags option usage
* improve naming
* change Contructor definition for sake of consistency
* move allowMutablePropsOnTags validation to the top
* add missing !
2017-10-10 00:51:34 -04:00
Logan Smyth
d89063bb32
Ensure that tests run with the monorepo's version of babel-core ( #6454 )
2017-10-10 00:29:23 -04:00
Mateusz Burzyński
e52f6caa18
Drop old compatibility if statement targeting babel@6.15 and earlier ( #6451 )
2017-10-09 13:49:06 -04:00
Sven SAULEAU
6fc9af52ca
Merge pull request #751 from gebilaoxiong/remove-unnecessary-return
...
chore: remove unnecessary return
2017-10-09 13:53:21 +02:00
Logan Smyth
7d6b15bba9
Regenerate types with scripts.
2017-10-08 22:31:31 -04:00
gebilaoxiong
94a17419d4
chore: remove unnecessary return
2017-10-09 00:48:40 +08:00
Henry Zhu
a69d75bdcb
Merge pull request #6440 from babel/misc
...
Misc
2017-10-07 10:28:07 -04:00
Henry Zhu
b4ba3cf2fa
use yarn for external bootstrap
2017-10-07 09:17:50 -04:00
Henry Zhu
e522dd8a3c
use latest yarn
2017-10-07 08:58:03 -04:00
Henry Zhu
ef467a3887
move eslint_rules to scripts/eslint_rules [skip ci]
2017-10-07 08:54:54 -04:00
Henry Zhu
35646f15a4
reomve unused packages, unused file
2017-10-07 08:51:38 -04:00
gberaudo
6298bcde03
Fix typo in README.md ( #6439 )
2017-10-07 12:17:55 +02:00
Logan Smyth
d511cfc0e2
Bit more refactoring from last PR.
2017-10-05 22:33:10 -04:00
Henry Zhu
586a738053
update template [skip ci]
2017-10-05 22:26:22 -04:00