protobuf.pegjs
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "protobuf.pegjs", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "protobuf parser writen in PEG.js", | ||
@@ -5,0 +5,0 @@ "main": "protobuf.js", |
@@ -24,8 +24,6 @@ try { | ||
var protoTree = protoc(protoSource); | ||
//console.log('%s is passed.'.green, item); | ||
console.log(JSON.stringify(protoTree)) | ||
console.log('%s is passed.'.green, item); | ||
} catch (e) { | ||
console.log(e.stack) | ||
console.log('%s is not passed. err: %s'.red, item, e.message.red); | ||
} | ||
} |
Sorry, the diff of this file is too big to display
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
734073
16
5241