wentout
|
c59870c526
|
Mark class prototype as read-only (#12115)
* initial code 2 fix the issue #2025
* Mark class prototype as read-only
* Update fixtures
* Fix failure
* Update Babel 8 fixtures
* Disable in loose mode
* Update fixtures
Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com>
|
2021-12-10 21:44:48 +01:00 |
|
Nicolò Ribaudo
|
910b1f266f
|
Archive @babel/plugin-syntax-class-properties (#13232)
babel/babel-archive@b95d3626ad
|
2021-04-29 23:56:03 +02:00 |
|
Huáng Jùnliàng
|
6ee87eea49
|
[babel 8] fallback targets to "defaults, not ie 11" (#12989)
|
2021-03-23 20:17:16 +01:00 |
|
Nicolò Ribaudo
|
ea6a438315
|
Enable external-helpers by default in tests (#12911)
Co-authored-by: Huáng Jùnliàng <jlhwung@gmail.com>
Co-authored-by: Babel Bot <babel-bot@users.noreply.github.com>
|
2021-02-26 23:33:26 +01:00 |
|
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 |
|