cmacc-compiler
Advanced tools
Comparing version 1.0.14 to 1.0.15
{ | ||
"name": "cmacc-compiler", | ||
"version": "1.0.14", | ||
"version": "1.0.15", | ||
"description": "Cmacc Compiler", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -13,3 +13,4 @@ function merge(obj1, obj2) { | ||
obj1[i].$$str$$ = obj2[i].$$str$$; | ||
obj1[i].$$obj$$ = obj2[i].$$obj$$; | ||
if (obj2[i].$$obj$$) | ||
obj1[i].$$obj$$ = obj2[i].$$obj$$; | ||
} | ||
@@ -16,0 +17,0 @@ |
@@ -26,3 +26,2 @@ var assert = require('assert'); | ||
test2: { | ||
$$obj$$: undefined, | ||
$$str$$: 'test2' | ||
@@ -56,3 +55,2 @@ } | ||
doei: { | ||
$$obj$$: undefined, | ||
$$str$$: 'test2' | ||
@@ -59,0 +57,0 @@ } |
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
106752
154
2050
13