babel-plugin-inline-import-graphql-ast
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -44,3 +44,3 @@ Object.defineProperty(exports, "__esModule", { | ||
if (line[0] === '#' && line.slice(1).split(' ')[0] === 'import') { | ||
var importFile = line.slice(1).split(' ')[1].slice(1, -1); | ||
var importFile = line.slice(1).split(' ')[1].slice(1, -2); | ||
var fragmentAST = (0, _graphqlTag2.default)(_templateObject, _helper2.default.getContents(importFile, _path2.default.resolve(reference, resolvePath))); | ||
@@ -47,0 +47,0 @@ defs = [].concat(_toConsumableArray(defs), _toConsumableArray(fragmentAST.definitions)); |
{ | ||
"name": "babel-plugin-inline-import-graphql-ast", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"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