Nicolò Ribaudo
|
6ef7b51a11
|
Implement assumptions defined in the babel/rfcs#5 RFC
- `mutableTemplateObject` and `ignoreToPrimitiveHint` (#12408)
- `setClassMethods` (#12407)
- `setComputedProperties` (#12490)
- `ignoreFunctionLength` (#12491)
- `noDocumentAll` (#12481)
- `iterableIsArray` and `arrayLikeIsIterable` (#12489)
- `pureGetters` (#12504)
- `skipForOfIteratorClosing` (#12496)
- `objectRestNoSymbols`, `setSpreadProperties` and `pureGetters` (#12505)
- `noNewArrows` (#12613, #12793)
- `setPublicClassFields` and `privateFieldsAsProperties` (#12497)
- `constantReexports` and `enumerableModuleMeta` (#12618)
- `constantSuper`, `superIsCallableConstructor` and `noClassCalls` (#12726)
Co-authored-by: Justin Ridgewell <justin@ridgewell.name>
Co-authored-by: Huáng Jùnliàng <JLHwung@users.noreply.github.com>
|
2021-02-21 17:09:45 +01:00 |
|
Nicolò Ribaudo
|
8c7d4b55c9
|
Add plugins name (#8769)
* Add plugins name
* Add missing names found by the plugin
* Add eslint plugin
|
2018-11-18 23:02:58 +01:00 |
|
Michał Pierzchała
|
e2c5f25e97
|
Refactored quirky inheritance in babel-plugin-transform-classes (#7444)
* chore(plugin-transform-classes): refactor inheritance
* path some flow types
* remove unused export
* get rid of class
* temporarily rename to vanilla for diff readability
* more setState with minor adjustments
* rename 'private' methods
* explicit null check
* adjust import ordering
* Rename createConstructor -> maybeCreateConstructor
* Rename vanilla.js -> transformClass.js
|
2018-03-19 16:37:59 +01:00 |
|
Logan Smyth
|
a4795408b4
|
Allow plugins to assert that a specific babel version has loaded the plugin. (#7450)
|
2018-03-04 14:36:54 -08:00 |
|
Mateusz Burzyński
|
4d164bd8e6
|
Added babel-helper-split-export-declaration (#7313)
|
2018-02-13 16:44:05 +01:00 |
|
Mateusz Burzyński
|
912bcc186d
|
Fix reused nodes - part 1 (#7149)
|
2018-01-29 22:59:06 +01:00 |
|
Nicolò Ribaudo
|
0c885b3200
|
Add support for extending builtins (#7020)
|
2017-12-20 14:46:00 -05:00 |
|
Logan Smyth
|
b19b66d94b
|
Use peerDep rather than plugin param for common APIs.
|
2017-11-06 11:32:47 -08:00 |
|
Henry Zhu
|
9ac326b075
|
remove es20xx prefixes from plugins and rename folders (#6575)
|
2017-10-28 20:43:15 -04:00 |
|