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 |
|
ExE Boss
|
f1314a1683
|
fix: correctly transform __proto__ properties (#12664)
* fix: correctly transform `__proto__` properties
* fixup! fix: correctly transform `__proto__` properties
|
2021-01-22 10:58:33 +01:00 |
|
Bogdan Savluk
|
4108524856
|
Update prettier to v2 (#11579)
Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com>
|
2020-06-07 22:21:33 +02: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 |
|
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
|
912bcc186d
|
Fix reused nodes - part 1 (#7149)
|
2018-01-29 22:59:06 +01: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 |
|