expose import.meta syntax parser option as plugin (#7008)
This commit is contained in:
17
packages/babel-plugin-syntax-import-meta/package.json
Normal file
17
packages/babel-plugin-syntax-import-meta/package.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "@babel/plugin-syntax-import-meta",
|
||||
"version": "7.0.0-beta.35",
|
||||
"description": "Allow parsing of import.meta",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-import-meta",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"keywords": [
|
||||
"babel-plugin"
|
||||
],
|
||||
"peerDependencies": {
|
||||
"@babel/core": "7.0.0-beta.35"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.0.0-beta.35"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user