mol_dump_lib 0.0.519 → 0.0.521
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.deps.json +1 -1
- 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 -2
- package/web.d.ts +3 -3
- package/web.js +1 -1
- package/web.js.map +1 -1
- package/web.mjs +1 -1
package/node.mjs
CHANGED
|
@@ -4146,7 +4146,7 @@ var $;
|
|
|
4146
4146
|
'code-comment-block': /(?:\/\*[^]*?\*\/|\/\+[^]*?\+\/|<![^]*?>)/,
|
|
4147
4147
|
'code-link': /(?:\w+:\/\/|#)\S+?(?=\s|\\\\|""|$)/,
|
|
4148
4148
|
'code-comment-inline': /\/\/.*?(?:$|\/\/)|- \\.*/,
|
|
4149
|
-
'code-string': /(?:".*?"|'.*?'
|
|
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+ )/,
|
package/node.test.js
CHANGED
|
@@ -4137,7 +4137,7 @@ var $;
|
|
|
4137
4137
|
'code-comment-block': /(?:\/\*[^]*?\*\/|\/\+[^]*?\+\/|<![^]*?>)/,
|
|
4138
4138
|
'code-link': /(?:\w+:\/\/|#)\S+?(?=\s|\\\\|""|$)/,
|
|
4139
4139
|
'code-comment-inline': /\/\/.*?(?:$|\/\/)|- \\.*/,
|
|
4140
|
-
'code-string': /(?:".*?"|'.*?'
|
|
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+ )/,
|