mol_dump_lib 0.0.312 → 0.0.313
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.d.ts +52 -52
- 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.d.ts +52 -52
- package/web.js +1 -1
- package/web.js.map +1 -1
- package/web.mjs +1 -1
package/node.mjs
CHANGED
|
@@ -3998,7 +3998,7 @@ var $;
|
|
|
3998
3998
|
'code-call': /\.?\w+ *(?=\()/,
|
|
3999
3999
|
'code-sexpr': /\((\w+ )/,
|
|
4000
4000
|
'code-field': /(?:(?:\.|::|->)\w+|[\w-]+\??\s*:(?!\/\/|:))/,
|
|
4001
|
-
'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|try|catch|break|continue|get|set|public|private|protected|string|boolean|number|null|undefined|true|false|void|int|float|ref)\b/,
|
|
4001
|
+
'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/,
|
|
4002
4002
|
'code-global': /[$]+\w*|\b[A-Z][a-z0-9]+[A-Z]\w*/,
|
|
4003
4003
|
'code-word': /\w+/,
|
|
4004
4004
|
'code-decorator': /@\s*\S+/,
|
package/node.test.js
CHANGED
|
@@ -3989,7 +3989,7 @@ var $;
|
|
|
3989
3989
|
'code-call': /\.?\w+ *(?=\()/,
|
|
3990
3990
|
'code-sexpr': /\((\w+ )/,
|
|
3991
3991
|
'code-field': /(?:(?:\.|::|->)\w+|[\w-]+\??\s*:(?!\/\/|:))/,
|
|
3992
|
-
'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|try|catch|break|continue|get|set|public|private|protected|string|boolean|number|null|undefined|true|false|void|int|float|ref)\b/,
|
|
3992
|
+
'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/,
|
|
3993
3993
|
'code-global': /[$]+\w*|\b[A-Z][a-z0-9]+[A-Z]\w*/,
|
|
3994
3994
|
'code-word': /\w+/,
|
|
3995
3995
|
'code-decorator': /@\s*\S+/,
|