* Initial version * Replace .includes with .indexOf and better node set to visit * Alphabetically sort es3 reserved words and make difference helper for readability * Fix second Array.include error that was not polyfilled * Move es3 keywords into separate babel-types helper and use in all es3 transforms * Reference local plugin build directly for tests * Try relative import for babel-types * Update to scoped package name and beta 3 * Fix unscoped package import * Replace local plugin reference with proper plugin name
15 lines
430 B
JSON
15 lines
430 B
JSON
{
|
|
"name": "@babel/plugin-transform-es3-reserved-words",
|
|
"version": "7.0.0-beta.3",
|
|
"description": "Ensure that no reserved words are used.",
|
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es3-reserved-words",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"keywords": [
|
|
"babel-plugin"
|
|
],
|
|
"devDependencies": {
|
|
"@babel/helper-plugin-test-runner": "7.0.0-beta.3"
|
|
}
|
|
}
|