babel-helper-modules -> babel-helper-module-transforms since package taken [skip ci]
This commit is contained in:
parent
8597219ce5
commit
5b9112c794
5
packages/babel-helper-module-transforms/README.md
Normal file
5
packages/babel-helper-module-transforms/README.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# babel-helper-module-transforms
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
TODO
|
||||||
@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-helper-modules",
|
"name": "babel-helper-module-transforms",
|
||||||
"version": "7.0.0-beta.0",
|
"version": "7.0.0-beta.0",
|
||||||
"description": "Babel helper functions for implementing ES6 module transformations",
|
"description": "Babel helper functions for implementing ES6 module transformations",
|
||||||
"author": "Logan Smyth <loganfsmyth@gmail.com>",
|
"author": "Logan Smyth <loganfsmyth@gmail.com>",
|
||||||
"homepage": "https://babeljs.io/",
|
"homepage": "https://babeljs.io/",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-modules",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-module-transforms",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-template": "7.0.0-beta.0",
|
"babel-template": "7.0.0-beta.0",
|
||||||
@ -1,5 +0,0 @@
|
|||||||
# babel-helper-modules
|
|
||||||
|
|
||||||
## Usage
|
|
||||||
|
|
||||||
TODO
|
|
||||||
@ -6,7 +6,7 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-helper-modules": "7.0.0-beta.0",
|
"babel-helper-module-transforms": "7.0.0-beta.0",
|
||||||
"babel-template": "7.0.0-beta.0"
|
"babel-template": "7.0.0-beta.0"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|||||||
@ -6,7 +6,7 @@ import {
|
|||||||
buildNamespaceInitStatements,
|
buildNamespaceInitStatements,
|
||||||
ensureStatementsHoisted,
|
ensureStatementsHoisted,
|
||||||
wrapInterop,
|
wrapInterop,
|
||||||
} from "babel-helper-modules";
|
} from "babel-helper-module-transforms";
|
||||||
|
|
||||||
const buildWrapper = template(`
|
const buildWrapper = template(`
|
||||||
define(MODULE_NAME, AMD_ARGUMENTS, function(IMPORT_NAMES) {
|
define(MODULE_NAME, AMD_ARGUMENTS, function(IMPORT_NAMES) {
|
||||||
|
|||||||
@ -6,7 +6,7 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-helper-modules": "7.0.0-beta.0",
|
"babel-helper-module-transforms": "7.0.0-beta.0",
|
||||||
"babel-types": "7.0.0-beta.0"
|
"babel-types": "7.0.0-beta.0"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|||||||
@ -4,7 +4,7 @@ import {
|
|||||||
buildNamespaceInitStatements,
|
buildNamespaceInitStatements,
|
||||||
ensureStatementsHoisted,
|
ensureStatementsHoisted,
|
||||||
wrapInterop,
|
wrapInterop,
|
||||||
} from "babel-helper-modules";
|
} from "babel-helper-module-transforms";
|
||||||
|
|
||||||
export default function({ types: t }) {
|
export default function({ types: t }) {
|
||||||
return {
|
return {
|
||||||
|
|||||||
@ -6,7 +6,7 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-helper-modules": "7.0.0-beta.0",
|
"babel-helper-module-transforms": "7.0.0-beta.0",
|
||||||
"babel-template": "7.0.0-beta.0"
|
"babel-template": "7.0.0-beta.0"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|||||||
@ -7,7 +7,7 @@ import {
|
|||||||
buildNamespaceInitStatements,
|
buildNamespaceInitStatements,
|
||||||
ensureStatementsHoisted,
|
ensureStatementsHoisted,
|
||||||
wrapInterop,
|
wrapInterop,
|
||||||
} from "babel-helper-modules";
|
} from "babel-helper-module-transforms";
|
||||||
|
|
||||||
const buildPrerequisiteAssignment = template(`
|
const buildPrerequisiteAssignment = template(`
|
||||||
GLOBAL_REFERENCE = GLOBAL_REFERENCE || {}
|
GLOBAL_REFERENCE = GLOBAL_REFERENCE || {}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user