chrome-devtools-frontend 1.0.1002543 → 1.0.1002867

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.
@@ -216,8 +216,8 @@ export async function javascriptCompletionSource(cx: CodeMirror.CompletionContex
216
216
  };
217
217
  }
218
218
 
219
- const SPAN_IDENT = /^#?[\w\P{ASCII}]*$/u, SPAN_SINGLE_QUOTE = /^\'(\\.|[^\\'\n])*'?$/,
220
- SPAN_DOUBLE_QUOTE = /^"(\\.|[^\\"\n])*"?$/;
219
+ const SPAN_IDENT = /^#?(?:[$_\p{ID_Start}])(?:[$_\u200C\u200D\p{ID_Continue}])*$/u,
220
+ SPAN_SINGLE_QUOTE = /^\'(\\.|[^\\'\n])*'?$/, SPAN_DOUBLE_QUOTE = /^"(\\.|[^\\"\n])*"?$/;
221
221
 
222
222
  function getExecutionContext(): SDK.RuntimeModel.ExecutionContext|null {
223
223
  return UI.Context.Context.instance().flavor(SDK.RuntimeModel.ExecutionContext);
package/package.json CHANGED
@@ -55,5 +55,5 @@
55
55
  "unittest": "scripts/test/run_unittests.py --no-text-coverage",
56
56
  "watch": "vpython third_party/node/node.py --output scripts/watch_build.js"
57
57
  },
58
- "version": "1.0.1002543"
58
+ "version": "1.0.1002867"
59
59
  }
@@ -9,3 +9,4 @@ Surma was here.
9
9
  .
10
10
  Today's answer to life the universe and everything is 161!
11
11
  No good text, but numbers ... 2!
12
+ .