babel-plugin-inline-import-graphql-ast
Advanced tools
Comparing version 2.0.1-rc.1 to 2.0.1-rc.2
@@ -44,3 +44,3 @@ Object.defineProperty(exports, "__esModule", { | ||
ImportDeclaration: { | ||
enter: function enter(curPath, state) { | ||
exit: function exit(curPath, state) { | ||
var importPath = curPath.node.source.value; | ||
@@ -47,0 +47,0 @@ if (importPath.endsWith('.graphql') || importPath.endsWith('.gql')) { |
{ | ||
"name": "babel-plugin-inline-import-graphql-ast", | ||
"version": "2.0.1-rc.1", | ||
"version": "2.0.1-rc.2", | ||
"description": "Babel plugin to make raw files importable", | ||
@@ -5,0 +5,0 @@ "author": "Alexander Roberts <detrohutt@gmail.com>", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11148