* Fix rewriteThis in helper-module-transforms for computed class elements * Added test file and corrected the visitor * Revert .gitignore * Using skipAllButComputedKey method from plugin-replace-supers * added tests for class methods * Added tests for both class properties and methods and fixed skipping computed key for methods * Fixed condition for class methods * revised the conditions for class methods * Added more tests and used else-if in classmethod condition * Update packages/babel-helper-replace-supers/src/index.js Co-Authored-By: Nicolò Ribaudo <nicolo.ribaudo@gmail.com> Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com>
23 lines
748 B
JSON
23 lines
748 B
JSON
{
|
|
"name": "@babel/helper-module-transforms",
|
|
"version": "7.8.3",
|
|
"description": "Babel helper functions for implementing ES6 module transformations",
|
|
"author": "Logan Smyth <loganfsmyth@gmail.com>",
|
|
"homepage": "https://babeljs.io/",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-module-transforms",
|
|
"main": "lib/index.js",
|
|
"dependencies": {
|
|
"@babel/helper-module-imports": "^7.8.3",
|
|
"@babel/helper-replace-supers": "^7.8.3",
|
|
"@babel/helper-simple-access": "^7.8.3",
|
|
"@babel/helper-split-export-declaration": "^7.8.3",
|
|
"@babel/template": "^7.8.3",
|
|
"@babel/types": "^7.8.3",
|
|
"lodash": "^4.17.13"
|
|
}
|
|
}
|