graphql-syntax-highlighter-react
Advanced tools
Comparing version 0.0.13 to 0.0.14
@@ -46,2 +46,5 @@ 'use strict'; | ||
console.log(queryBody); | ||
console.log(formatted); | ||
var highlighted = []; | ||
@@ -48,0 +51,0 @@ var rowKeys = []; |
var QueryView = require('./dist/QueryView').default; | ||
console.log('hello world'); | ||
console.log(QueryView); | ||
@@ -3,0 +5,0 @@ module.exports = { |
{ | ||
"name": "graphql-syntax-highlighter-react", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"description": "A React component for highlighting GraphQL syntax.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -15,2 +15,5 @@ import { LexRules, ParseRules, isIgnored } from './utils/Rules.js'; | ||
console.log(queryBody); | ||
console.log(formatted); | ||
const highlighted = []; | ||
@@ -17,0 +20,0 @@ const rowKeys = []; |
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
56861
1507