feat: support bypassing RegExp literals #5
Annotations
10 errors and 1 warning
CI:
src/debug.ts#L6
Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`.
|
CI:
src/debug.ts#L6
Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`.
|
CI:
src/diffStateStacks.ts#L38
Type 'StateStackFrame[]' must have a '[Symbol.iterator]()' method that returns an iterator.
|
CI:
src/encodedTokenAttributes.ts#L11
Property 'padStart' does not exist on type 'string'. Do you need to change your target library? Try changing the 'lib' compiler option to 'es2017' or later.
|
CI:
src/encodedTokenAttributes.ts#L21
Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.
|
CI:
src/grammar/basicScopesAttributeProvider.ts#L24
Property 'entries' does not exist on type 'ObjectConstructor'. Do you need to change your target library? Try changing the 'lib' compiler option to 'es2017' or later.
|
CI:
src/grammar/basicScopesAttributeProvider.ts#L76
Cannot find name 'ReadonlyMap'.
|
CI:
src/grammar/basicScopesAttributeProvider.ts#L84
Cannot find name 'Map'. Do you need to change your target library? Try changing the 'lib' compiler option to 'es2015' or later.
|
CI:
src/grammar/basicScopesAttributeProvider.ts#L88
Type '[string, TValue]' must have a '[Symbol.iterator]()' method that returns an iterator.
|
CI:
src/grammar/grammar.ts#L60
Type 'MatcherWithPriority<string[]>[]' must have a '[Symbol.iterator]()' method that returns an iterator.
|
CI
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|