Brian Ng
4f3e633fd0
Build with latest Babel
2017-10-03 09:51:02 -05:00
Brian Ng
27b155aa71
Add stage-3 plugin option ( #384 )
2017-09-19 15:24:15 -04:00
Artem Yavorsky
f7a096b08e
Add browserslist config/package.json section support. ( #161 )
2017-08-01 10:50:44 -05:00
Brian Ng
432495752d
Merge branch 'master' into 2.0
2017-05-31 18:58:01 -05:00
Brian Ng
0781f711d0
Support target versions as strings ( #231 )
2017-05-19 16:28:30 -05:00
Brian Ng
37c8da674a
Bump prettier ( #289 )
2017-05-19 15:40:19 -05:00
Brian Ng
14e9fbf345
Tweak version mappings to match compat-table updates ( #323 )
2017-05-17 10:26:23 -05:00
Brian Ng
d6202dc741
Merge branch 'master' into 2.0
2017-05-02 09:13:18 -05:00
Brian Ng
285b35e8b3
Bump compat-table ( #307 )
2017-04-25 17:14:19 -05:00
Brian Ng
3c1836ab43
Support target versions as strings ( #231 )
2017-04-07 14:24:42 -05:00
Brian Ng
0052e16853
Merge branch 'master' into 2.0
2017-03-30 13:26:41 -05:00
Artem Yavorsky
c4c9a7fc88
Fill data with electron as a target. ( #229 )
2017-03-28 23:07:17 -05:00
Brian Ng
35068a6626
Merge branch 'master' into 2.0
2017-03-15 18:24:57 -05:00
Brian Ng
8b19c74606
address review comments
2017-03-14 09:16:06 -05:00
Brian Ng
9d890f57bb
Refactor browser data parsing to handle families
2017-03-14 00:05:17 -05:00
Brian Ng
72b1f38f91
Change trailing commas option on scripts
2017-03-12 12:29:48 -05:00
Brian Ng
22dab1fa95
Check plugin/built-in data on travis
2017-03-12 12:28:25 -05:00
Artem Yavorsky
f81aef3c22
Add prettier
2017-03-12 11:15:42 -05:00
Daniel Tschinder
7d00281b2b
Don’t add duplicate entries to map
2017-03-03 20:48:35 +01:00
Daniel Tschinder
6edae49d4d
Version can be float and correctly lookup envMap
2017-03-03 17:27:24 +01:00
Daniel Tschinder
c2c96995a1
Add comments
2017-03-02 22:33:03 +01:00
Daniel Tschinder
8d96bd2378
Secure script
2017-03-02 22:29:49 +01:00
Daniel Tschinder
c468d68cb8
Remove console.log
2017-03-02 16:31:39 +01:00
Daniel Tschinder
55ccfbf6a0
Respect older versions in invert map
2017-03-02 16:29:11 +01:00
Brian Ng
ecfcb31bf6
Bump compat-table ( #177 )
2017-03-01 15:10:04 -05:00
Kai Cataldo
ad5698ed19
devDeps: eslint-config-babel v5.0.0 ( #139 )
2017-01-15 22:34:53 -05:00
Henry Zhu
28e54d4d5f
Update compat-table, build data ( #135 )
2017-01-11 15:03:10 -05:00
Eric Baer
e379681b58
Update pathnames to aviod uppercase + consistent with other babel projects
2016-12-12 08:59:52 -05:00
Eric Baer
9439b7fe1a
Refactor build data for clarity/consistency ( #81 )
2016-12-12 08:11:19 -05:00
Henry Zhu
d2976bed13
remove console.log, fix tests
2016-12-09 11:23:46 -05:00
Henry Zhu
d318916416
do not count against if core-js does not implement
2016-12-09 11:23:46 -05:00
Henry Zhu
771e5d2cd6
account for multiple features ( #62 )
2016-12-09 11:23:46 -05:00
Henry Zhu
6ffd13af85
fixes
2016-12-09 11:23:46 -05:00
Henry Zhu
60efc0dd10
add useBuiltIns option
2016-12-02 11:43:36 -05:00
Henry Zhu
b03180a26c
add opera at the end
2016-11-24 15:54:54 -05:00
Sergey Rubanov
56817f8e7c
Update data generation for latest compat-table ( #50 )
...
* Update data generation for latest compat-table. See https://github.com/kangax/compat-table/pull/964
* fix compat-table version
2016-11-23 23:20:52 -05:00
Henry Zhu
5739755a48
Add opera ( #48 )
2016-11-23 07:57:24 -05:00
Sergey Rubanov
9ca27436a9
Update data generation for latest compat-table. See https://github.com/kangax/compat-table/pull/960 ( #44 )
2016-11-14 17:42:44 -05:00
Henry Zhu
a5daad4d32
Use compat-table equals option ( #36 )
...
* Use compat-table equals option
* fixes
2016-11-02 17:09:32 -04:00
Henry Zhu
69e93fdb89
add 'whitelist' option ( #31 )
...
Ref https://github.com/babel/babel-preset-env/issues/16
2016-11-02 10:55:45 -04:00
Henry Zhu
85b5141cee
add more aliases
2016-11-02 10:16:30 -04:00
Henry Zhu
63d4aecf89
android/ios
2016-10-12 22:14:13 -04:00
Henry Zhu
a082a73869
add ie
2016-10-12 22:09:53 -04:00
Henry Zhu
6b9404ab52
fixes, run build script in node 0.10 with babel-node ( #12 )
...
* fixes, run build script in node 0.10 with babel-node
* try node
2016-10-06 17:08:13 -04:00
Ville Immonen
77a6d686ba
Build the browser data from ES compatibility table ( #8 )
...
Use the data from https://github.com/kangax/compat-table to build the
browser data.
Each Babel plugin is mapped to a list of features in the compatibility
table (in `data/pluginFeatures.js`), and the minimum supporting
version looked up from the compatibility test data. The script builds
the final browser data file in `data/plugins.json`.
2016-10-06 14:23:01 -04:00