babel/packages/babel-plugin-transform-jscript
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
..
2017-03-25 21:46:16 -04:00
2021-10-30 01:26:04 +02:00

@babel/plugin-transform-jscript

Babel plugin to fix buggy JScript named function expressions

See our website @babel/plugin-transform-jscript for more information.

Install

Using npm:

npm install --save-dev @babel/plugin-transform-jscript

or using yarn:

yarn add @babel/plugin-transform-jscript --dev