graphql-jit
Advanced tools
Comparing version 0.0.2 to 0.0.3
"use strict"; | ||
var __importDefault = (this && this.__importDefault) || function (mod) { | ||
return (mod && mod.__esModule) ? mod : { "default": mod }; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -6,3 +9,3 @@ const graphql_1 = require("graphql"); | ||
const type_1 = require("graphql/type"); | ||
const lodash_1 = require("lodash"); | ||
const lodash_merge_1 = __importDefault(require("lodash.merge")); | ||
const ast_1 = require("./ast"); | ||
@@ -189,3 +192,3 @@ /** | ||
// TODO: Possible bug: two object with different nullability on objects. | ||
res.children = lodash_1.merge(res.children, property.children); | ||
res.children = lodash_merge_1.default(res.children, property.children); | ||
} | ||
@@ -192,0 +195,0 @@ return res; |
{ | ||
"name": "graphql-jit", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "GraphQL JIT Compiler to JS", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
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
114166
1787