Type Inference for Regular Expressions #32457
Annotations
10 errors
Self build:
src/compiler/parser.ts#L10694
Object is possibly 'undefined'.
|
Self build:
src/compiler/parser.ts#L10696
Type 'string | undefined' is not assignable to type 'string'.
|
Self build:
src/compiler/parser.ts#L10698
'value' is possibly 'undefined'.
|
Self build:
src/compiler/parser.ts#L10702
Type 'string | undefined' is not assignable to type 'string | { value: string; pos: number; end: number; }'.
|
Self build:
src/compiler/parser.ts#L10730
Object is possibly 'undefined'.
|
Self build:
src/compiler/semver.ts#L288
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
|
Self build:
src/compiler/sourcemap.ts#L394
Object is possibly 'undefined'.
|
Self build:
src/compiler/transformers/jsx.ts#L630
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
|
Self build:
src/compiler/utilities.ts#L6117
No overload matches this call.
|
Self build:
src/compiler/utilities.ts#L6158
No overload matches this call.
|
Loading