mol_dump_lib 0.0.524 → 0.0.526

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.mjs CHANGED
@@ -4145,7 +4145,7 @@ var $;
4145
4145
  'code-docs': /\/\/\/.*?$/,
4146
4146
  'code-comment-block': /(?:\/\*[^]*?\*\/|\/\+[^]*?\+\/|<![^]*?>)/,
4147
4147
  'code-link': /(?:\w+:\/\/|#)\S+?(?=\s|\\\\|""|$)/,
4148
- 'code-comment-inline': /\/\/.*?(?:$|\/\/)|- \\.*/,
4148
+ 'code-comment-inline': /\/\/.*?(?:$|\/\/)|- \\.*|#!? .*/,
4149
4149
  'code-string': /(?:".*?"|'.*?'|`.*?`| ?\\\\.+?\\\\|\/.+?\/[dygimsu]*(?!\p{Letter})|[ \t]*\\[^\n]*)/u,
4150
4150
  'code-number': /[+-]?(?:\d*\.)?\d+\w*/,
4151
4151
  'code-call': /\.?\w+ *(?=\()/,
package/node.test.js CHANGED
@@ -4136,7 +4136,7 @@ var $;
4136
4136
  'code-docs': /\/\/\/.*?$/,
4137
4137
  'code-comment-block': /(?:\/\*[^]*?\*\/|\/\+[^]*?\+\/|<![^]*?>)/,
4138
4138
  'code-link': /(?:\w+:\/\/|#)\S+?(?=\s|\\\\|""|$)/,
4139
- 'code-comment-inline': /\/\/.*?(?:$|\/\/)|- \\.*/,
4139
+ 'code-comment-inline': /\/\/.*?(?:$|\/\/)|- \\.*|#!? .*/,
4140
4140
  'code-string': /(?:".*?"|'.*?'|`.*?`| ?\\\\.+?\\\\|\/.+?\/[dygimsu]*(?!\p{Letter})|[ \t]*\\[^\n]*)/u,
4141
4141
  'code-number': /[+-]?(?:\d*\.)?\d+\w*/,
4142
4142
  'code-call': /\.?\w+ *(?=\()/,