Henry Zhu
|
c41abd79a1
|
Rename all proposal plugins to -proposal- from -transform- (#6570)
|
2017-10-27 15:26:38 -04:00 |
|
Henry Zhu
|
476ec5ed8f
|
Fix readmes to use @babel/ [skip ci] (#6569)
|
2017-10-27 11:50:59 -04:00 |
|
Henry Zhu
|
e3cebbf6bc
|
Add peerDep on specific babel-core version in transform plugins, presets, and cli (#6549)
|
2017-10-25 08:36:00 -07:00 |
|
Lucas Azzola
|
99be60b53d
|
Implement transform for nullish-coalescing operator (#6483)
* Implement transform for nullish-coalescing operator
* Update example output
* Switch from BinaryExpression to LogicalExpression
* Address review comments
- Use generateUidIdentifierBasedOnNode
- Inline "??"
- Clone ref node
- Move "??" to LogicalExpression in babel-types
* Fix reference to @babel/helper-plugin-test-runner
* Fix reference to @babel/plugin-syntax-nullish-coalescing-operator
* Don't use parent scope
* Remove .vscode from .gitignore, change 'lib/index.js' to 'lib'
* Ensure `document.all ?? 0 === document.all`
* Fix note and copy to an inline comment
|
2017-10-18 03:10:05 -04:00 |
|
Henry Zhu
|
c0a958098f
|
Scoped: update readme headers to @babel/ [skip ci]
|
2017-10-16 22:49:57 -04:00 |
|
Brian Ng
|
645bf56838
|
Scoped: rename installation instructions for presets [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
|
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
|
94da889ab7
|
v7.0.0-beta.3
|
2017-10-15 09:12:00 -04:00 |
|
Gilbert
|
81496ab7b1
|
Pipeline operator
|
2017-09-29 19:01:18 -04:00 |
|
Henry Zhu
|
70547efcc1
|
v7.0.0-beta.2
|
2017-09-26 11:14:41 -04:00 |
|
Henry Zhu
|
23121d2bd3
|
v7.0.0-beta.1
|
2017-09-19 16:24:07 -04:00 |
|
Henry Zhu
|
1c13250807
|
v7.0.0-beta.0
|
2017-09-11 23:01:41 -04:00 |
|
Henry Zhu
|
b82b65a31e
|
v7.0.0-alpha.20
|
2017-08-30 15:02:49 -04:00 |
|
Sangboak Lee
|
c6a094a9d2
|
Split export extensions into 2 different plugins, update stage presets (#6080)
|
2017-08-19 09:35:40 -04:00 |
|
Rick Waldron
|
9c91e35ce4
|
Add numeric separator to stage 2 preset (#6071)
|
2017-08-10 11:05:35 -04:00 |
|
Henry Zhu
|
79f4956948
|
v7.0.0-alpha.19
|
2017-08-07 18:21:08 -04:00 |
|
Henry Zhu
|
79c6814d65
|
v7.0.0-alpha.18
|
2017-08-03 18:20:36 -04:00 |
|
Henry Zhu
|
9322fd0458
|
v7.0.0-alpha.17
|
2017-07-26 08:38:44 -04:00 |
|
Henry Zhu
|
7f1cd44d60
|
v7.0.0-alpha.16
|
2017-07-25 17:35:35 -04:00 |
|
Henry Zhu
|
a0f0411abf
|
v7.0.0-alpha.15
|
2017-07-11 23:35:22 -04:00 |
|
Henry Zhu
|
03f249430a
|
v7.0.0-alpha.14
|
2017-07-11 22:53:09 -04:00 |
|
Henry Zhu
|
8460b4c62f
|
v7.0.0-alpha.13
|
2017-07-11 22:27:56 -04:00 |
|
Brian Ng
|
e4b35f680d
|
Run prettier
|
2017-06-27 12:15:00 -05:00 |
|
Justin Ridgewell
|
f363ec6b99
|
Add to stage-1 preset
|
2017-06-27 01:27:41 -04:00 |
|
Henry Zhu
|
c5bad22767
|
v7.0.0-alpha.12
|
2017-05-31 17:11:39 -04:00 |
|
Henry Zhu
|
ce976bba2a
|
v7.0.0-alpha.11
|
2017-05-31 16:43:30 -04:00 |
|
Henry Zhu
|
1d7d090bf0
|
fix pkg name
|
2017-05-31 15:31:51 -04:00 |
|
Rick Waldron
|
5393a49349
|
Support for NumericLiteralSeparator, Stage 1 feature (#5793)
* Support for NumericLiteralSeparator, Stage 1 feature
commit cd8f6e062876261a334d968f875e477a48927b6d
Author: Sven SAULEAU <xtuc@users.noreply.github.com>
Date: Wed May 31 16:14:15 2017 +0200
docs: update README [skip ci]
commit cf013e3382bf73cdf9224026c1ec0b1a368cfef2
Author: Rick Waldron <waldron.rick@gmail.com>
Date: Tue May 30 14:51:20 2017 -0400
Support for NumericLiteralSeparator, Stage 1 feature
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
* add note about presets [skip ci]
|
2017-05-31 15:18:48 -04:00 |
|
Henry Zhu
|
9b44cef691
|
v7.0.0-alpha.10
|
2017-05-25 15:17:07 -04:00 |
|
Henry Zhu
|
62375cdf12
|
v7.0.0-alpha.9
|
2017-04-18 10:41:30 -04:00 |
|
Henry Zhu
|
25ae8c8554
|
v7.0.0-alpha.8
|
2017-04-17 15:12:31 -04:00 |
|
Henry Zhu
|
c732f5e1d0
|
v7.0.0-alpha.7
|
2017-04-05 17:13:26 -04:00 |
|
Henry Zhu
|
7a1ccf076c
|
Misc (#5545)
* normalize npmignores
* fixup eslint ignore, etc
* lint
* remove unused
* rm from gitignore
* use strict
|
2017-03-25 21:46:16 -04:00 |
|
Henry Zhu
|
ab68800e06
|
v7.0.0-alpha.3
|
2017-03-23 15:49:01 -04:00 |
|
Brian Ng
|
8a82cc060a
|
Run new lint rules (#5413)
|
2017-03-04 10:46:01 -05:00 |
|
Henry Zhu
|
11e54a6bd3
|
v7.0.0-alpha.1
|
2017-03-02 16:04:47 -05:00 |
|
Daniel Tschinder
|
87ca6150ae
|
[7.0] Remove bc code from preset handling and preset-es2015 (#5128)
* Remove bc code from preset handling and preset-es2015
* Add more tests
* Only allow functions for presets
* Fix lint
|
2017-02-22 14:58:01 +01:00 |
|
Alexander
|
1ba3269ece
|
[7.0] Switch decorators-legacy to decorators in the Stage 1 Preset (#5318) (#5319)
|
2017-02-15 16:58:31 -05:00 |
|
Henry Zhu
|
9083bd6283
|
Merge branch 'master' into 7.0
|
2017-02-09 18:36:02 -05:00 |
|
Mark Jones
|
01eabd0d34
|
Add background for stage 1 (#5251) [skip ci]
|
2017-02-08 10:23:54 -05:00 |
|
Artem Yavorsky
|
3f95a767f2
|
[7.0] Add legacy-decorators to stage-1. Fixes #5220 (#5225)
|
2017-01-27 09:02:10 -05:00 |
|
Colin
|
1aa7a2a1a3
|
Remove "class-constructor-call" syntax and transform plugins (#5119)
* removed class-constructor-call syntax and transform plugins and all references to them
* #5112, removed another reference to constructor call
|
2017-01-20 10:42:56 +01:00 |
|
Henry Zhu
|
e9fc38bcd3
|
v6.22.0
|
2017-01-19 19:33:22 -05:00 |
|
Sven SAULEAU
|
2311b5b53a
|
README: remove dollar in sh snippets [skip ci]
|
2016-11-29 08:39:23 -05:00 |
|
Henry Zhu
|
6d22f258db
|
v6.16.0
|
2016-09-28 15:38:45 -04:00 |
|
Justin Johansson
|
bae59470da
|
Upgraded all babel-preset-xxxs but babel-preset-es2015 to export syntax
|
2016-09-25 12:27:32 -07:00 |
|
Justin Johansson
|
e16a1657ab
|
Align all babel-preset-xxx packages dir structures with status quo
|
2016-09-25 11:41:43 -07:00 |
|