morpheme-match
Advanced tools
Comparing version 1.0.1 to 1.1.0
@@ -6,2 +6,6 @@ // LICENSE : MIT | ||
return Object.keys(expectShape).every(function (key) { | ||
// Ignore start with _ key | ||
if (key[0] === "_") { | ||
return true; | ||
} | ||
var actualValue = token[key]; | ||
@@ -8,0 +12,0 @@ // support multiple value |
@@ -18,3 +18,3 @@ { | ||
], | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"main": "lib/morpheme-match.js", | ||
@@ -21,0 +21,0 @@ "directories": { |
@@ -5,2 +5,6 @@ // LICENSE : MIT | ||
return Object.keys(expectShape).every(key => { | ||
// Ignore start with _ key | ||
if (key[0] === "_") { | ||
return true; | ||
} | ||
const actualValue = token[key]; | ||
@@ -7,0 +11,0 @@ // support multiple value |
Sorry, the diff of this file is not supported yet
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
13122
6
103
0
181