babel-plugin-inline-import-graphql-ast
Advanced tools
Comparing version 2.0.1-beta.1 to 2.0.1-beta.2
@@ -25,4 +25,2 @@ Object.defineProperty(exports, "__esModule", { | ||
var seenNames = {}; | ||
exports.default = function (_ref) { | ||
@@ -85,2 +83,3 @@ var t = _ref.types; | ||
dedupeFragments: function dedupeFragments() { | ||
var seenNames = {}; | ||
fragmentDefs = fragmentDefs.filter(function (def) { | ||
@@ -87,0 +86,0 @@ if (def.kind !== 'FragmentDefinition') return true; |
{ | ||
"name": "babel-plugin-inline-import-graphql-ast", | ||
"version": "2.0.1-beta.1", | ||
"version": "2.0.1-beta.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
10988