mol_dump_lib 0.0.618 → 0.0.620
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/node.js +1 -1
- package/node.js.map +1 -1
- package/node.mjs +1 -1
- package/node.test.js +1 -1
- package/node.test.js.map +1 -1
- package/package.json +1 -1
- package/web.js +1 -1
- package/web.js.map +1 -1
- package/web.mjs +1 -1
package/node.mjs
CHANGED
|
@@ -4258,7 +4258,7 @@ var $;
|
|
|
4258
4258
|
'code-keyword': /\b(throw|readonly|unknown|keyof|typeof|never|from|class|struct|interface|type|function|extends|implements|module|namespace|import|export|include|require|var|val|let|const|for|do|while|until|in|out|of|new|if|then|else|switch|case|this|return|async|await|yield|try|catch|break|continue|get|set|public|private|protected|string|boolean|number|null|undefined|true|false|void|int|float|ref)\b/,
|
|
4259
4259
|
'code-global': /[$]+\w*|\b[A-Z][a-z0-9]+[A-Z]\w*/,
|
|
4260
4260
|
'code-word': /\w+/,
|
|
4261
|
-
'code-decorator':
|
|
4261
|
+
'code-decorator': /@\s*\S+/,
|
|
4262
4262
|
'code-tag': /<\/?[\w-]+\/?>?|&\w+;/,
|
|
4263
4263
|
'code-punctuation': /[\-\[\]\{\}\(\)<=>~!\?@#%&\*_\+\\\/\|;:\.,\^]+?/,
|
|
4264
4264
|
});
|
package/node.test.js
CHANGED
|
@@ -4249,7 +4249,7 @@ var $;
|
|
|
4249
4249
|
'code-keyword': /\b(throw|readonly|unknown|keyof|typeof|never|from|class|struct|interface|type|function|extends|implements|module|namespace|import|export|include|require|var|val|let|const|for|do|while|until|in|out|of|new|if|then|else|switch|case|this|return|async|await|yield|try|catch|break|continue|get|set|public|private|protected|string|boolean|number|null|undefined|true|false|void|int|float|ref)\b/,
|
|
4250
4250
|
'code-global': /[$]+\w*|\b[A-Z][a-z0-9]+[A-Z]\w*/,
|
|
4251
4251
|
'code-word': /\w+/,
|
|
4252
|
-
'code-decorator':
|
|
4252
|
+
'code-decorator': /@\s*\S+/,
|
|
4253
4253
|
'code-tag': /<\/?[\w-]+\/?>?|&\w+;/,
|
|
4254
4254
|
'code-punctuation': /[\-\[\]\{\}\(\)<=>~!\?@#%&\*_\+\\\/\|;:\.,\^]+?/,
|
|
4255
4255
|
});
|