mol_dump_lib 0.0.518 → 0.0.520
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 +3 -3
- package/node.js +3 -3
- package/node.js.map +1 -1
- package/node.mjs +3 -3
- package/node.test.js +3 -3
- package/node.test.js.map +1 -1
- package/package.json +1 -1
- package/web.d.ts +3 -3
- package/web.js +3 -3
- package/web.js.map +1 -1
- package/web.mjs +3 -3
package/node.mjs
CHANGED
|
@@ -4145,8 +4145,8 @@ var $;
|
|
|
4145
4145
|
'code-docs': /\/\/\/.*?$/,
|
|
4146
4146
|
'code-comment-block': /(?:\/\*[^]*?\*\/|\/\+[^]*?\+\/|<![^]*?>)/,
|
|
4147
4147
|
'code-link': /(?:\w+:\/\/|#)\S+?(?=\s|\\\\|""|$)/,
|
|
4148
|
-
'code-comment-inline': /\/\/.*?(?:$|\/\/)
|
|
4149
|
-
'code-string': /(?:".*?"|'.*?'
|
|
4148
|
+
'code-comment-inline': /\/\/.*?(?:$|\/\/)|- \\.*/,
|
|
4149
|
+
'code-string': /(?:".*?"|'.*?'|`.*?`| ?\\\\.+?\\\\|\/.+?\/[dygimsu]*(?!\p{Letter})|[ \t]*\\[^\n]*)/u,
|
|
4150
4150
|
'code-number': /[+-]?(?:\d*\.)?\d+\w*/,
|
|
4151
4151
|
'code-call': /\.?\w+ *(?=\()/,
|
|
4152
4152
|
'code-sexpr': /\((\w+ )/,
|
|
@@ -4154,7 +4154,7 @@ var $;
|
|
|
4154
4154
|
'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/,
|
|
4155
4155
|
'code-global': /[$]+\w*|\b[A-Z][a-z0-9]+[A-Z]\w*/,
|
|
4156
4156
|
'code-word': /\w+/,
|
|
4157
|
-
'code-decorator':
|
|
4157
|
+
'code-decorator': /@.+/,
|
|
4158
4158
|
'code-tag': /<\/?[\w-]+\/?>?|&\w+;/,
|
|
4159
4159
|
'code-punctuation': /[\-\[\]\{\}\(\)<=>~!\?@#%&\*_\+\\\/\|;:\.,\^]+?/,
|
|
4160
4160
|
});
|
package/node.test.js
CHANGED
|
@@ -4136,8 +4136,8 @@ var $;
|
|
|
4136
4136
|
'code-docs': /\/\/\/.*?$/,
|
|
4137
4137
|
'code-comment-block': /(?:\/\*[^]*?\*\/|\/\+[^]*?\+\/|<![^]*?>)/,
|
|
4138
4138
|
'code-link': /(?:\w+:\/\/|#)\S+?(?=\s|\\\\|""|$)/,
|
|
4139
|
-
'code-comment-inline': /\/\/.*?(?:$|\/\/)
|
|
4140
|
-
'code-string': /(?:".*?"|'.*?'
|
|
4139
|
+
'code-comment-inline': /\/\/.*?(?:$|\/\/)|- \\.*/,
|
|
4140
|
+
'code-string': /(?:".*?"|'.*?'|`.*?`| ?\\\\.+?\\\\|\/.+?\/[dygimsu]*(?!\p{Letter})|[ \t]*\\[^\n]*)/u,
|
|
4141
4141
|
'code-number': /[+-]?(?:\d*\.)?\d+\w*/,
|
|
4142
4142
|
'code-call': /\.?\w+ *(?=\()/,
|
|
4143
4143
|
'code-sexpr': /\((\w+ )/,
|
|
@@ -4145,7 +4145,7 @@ var $;
|
|
|
4145
4145
|
'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/,
|
|
4146
4146
|
'code-global': /[$]+\w*|\b[A-Z][a-z0-9]+[A-Z]\w*/,
|
|
4147
4147
|
'code-word': /\w+/,
|
|
4148
|
-
'code-decorator':
|
|
4148
|
+
'code-decorator': /@.+/,
|
|
4149
4149
|
'code-tag': /<\/?[\w-]+\/?>?|&\w+;/,
|
|
4150
4150
|
'code-punctuation': /[\-\[\]\{\}\(\)<=>~!\?@#%&\*_\+\\\/\|;:\.,\^]+?/,
|
|
4151
4151
|
});
|