blaze_compiler
Advanced tools
Comparing version 0.0.10 to 0.0.11
{ | ||
"name": "blaze_compiler", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"description": "Transpiles extendable, schema orientated definitions into Firebase security rules", | ||
@@ -21,3 +21,3 @@ "author": "Tom Larkworthy", | ||
"xregexp": "2.0.0", | ||
"source-processor": "0.0.5", | ||
"source-processor": "0.0.6", | ||
"tv4": "1.0.16", | ||
@@ -24,0 +24,0 @@ "falafel": "0.3.1", |
@@ -61,3 +61,3 @@ require('source-map-support').install(); | ||
if (source) { | ||
console.error("error line " + source.start.row + ":" + source.start.col); | ||
console.error("error line " + source.start.row() + ":" + source.start.col()); | ||
console.error(source.toJSON()); | ||
@@ -64,0 +64,0 @@ } |
@@ -0,1 +1,2 @@ | ||
/// <reference path="../node_modules/source-processor/index.d.ts" /> | ||
require('source-map-support').install(); | ||
@@ -76,3 +77,3 @@ import schema = require('../src/schema'); | ||
if (source) { | ||
console.error("error line " + source.start.row + ":" + source.start.col); | ||
console.error("error line " + source.start.row() + ":" + source.start.col()); | ||
console.error(source.toJSON()); | ||
@@ -79,0 +80,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
480870
5318
+ Addedsource-processor@0.0.6(transitive)
- Removedsource-processor@0.0.5(transitive)
Updatedsource-processor@0.0.6