You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error TS2807: This syntax requires an imported helper named '__spreadArray' with 3 parameters, which is not compatible with the one in 'tslib'. Consider upgrading your version of 'tslib'.
error TS2807: This syntax requires an imported helper named '__spreadArray' with 3 parameters, which is not compatible with the one in 'tslib'. Consider upgrading your version of 'tslib'.
@rbuckton specifically the issuance of error TS1436: Decorators must precede the name and all keywords of property declarations when a decorated member follows a non-semicolon-terminated property declaration
classC{foo
@bar()baz;}
RyanCavanaugh
changed the title
[NewErrors] 4.4.0-dev.20210722 vs 4.3.5
Regression: Incorrect parse error when decorated class member follows non-semicolon-terminated property declaration
Jul 26, 2021
Uh oh!
There was an error while loading. Please reload this page.
The following errors were reported by 4.4.0-dev.20210722, but not by 4.3.5
ant-design/ant-design
tsconfig.json
error TS2359: The right-hand side of an 'instanceof' expression must be of type 'any' or of a type assignable to the 'Function' interface type.
error TS2339: Property 'nodeType' does not exist on type 'ChildNode'.
error TS2345: Argument of type 'ChildNode' is not assignable to parameter of type 'Node'.
error TS2339: Property 'textContent' does not exist on type 'ChildNode'.
vercel/hyper
2 of 3 projects failed to build with the old tsc
tsconfig.json
error TS2571: Object is of type 'unknown'.
styled-components/styled-components
packages/styled-components/tsconfig.json
error TS2571: Object is of type 'unknown'.
typeorm/typeorm
tsconfig.json
error TS1436: Decorators must precede the name and all keywords of property declarations.
balena-io/etcher
1 of 2 projects failed to build with the old tsc
tsconfig.webpack.json
error TS2345: Argument of type 'unknown' is not assignable to parameter of type 'Error | undefined'.
error TS2571: Object is of type 'unknown'.
error TS2345: Argument of type 'unknown' is not assignable to parameter of type 'Error'.
error TS2322: Type 'string' is not assignable to type '"main" | "success"'.
error TS2345: Argument of type 'unknown' is not assignable to parameter of type 'Error & { description?: string | undefined; report?: boolean | undefined; code?: string | undefined; syscall?: string | undefined; errno?: number | undefined; stdout?: string | undefined; stderr?: string | undefined; device?: string | undefined; }'.
homebridge/homebridge
tsconfig.json
error TS2571: Object is of type 'unknown'.
error TS2345: Argument of type 'unknown' is not assignable to parameter of type 'string'.
rome/tools
tsconfig.json
error TS2345: Argument of type 'unknown' is not assignable to parameter of type 'Error'.
error TS2571: Object is of type 'unknown'.
error TS2322: Type 'unknown' is not assignable to type 'Error'.
GeekyAnts/NativeBase
2 of 3 projects failed to build with the old tsc
tsconfig.json
error TS2698: Spread types may only be created from object types.
sindresorhus/refined-github
tsconfig.json
error TS2345: Argument of type 'Element | ChildNode' is not assignable to parameter of type 'string | Node'.
Redocly/redoc
tsconfig.json
error TS2801: This condition will always return true since this 'Promise<any>' is always defined.
error TS2807: This syntax requires an imported helper named '__spreadArray' with 3 parameters, which is not compatible with the one in 'tslib'. Consider upgrading your version of 'tslib'.
tsconfig.lib.json
error TS2801: This condition will always return true since this 'Promise<any>' is always defined.
error TS2807: This syntax requires an imported helper named '__spreadArray' with 3 parameters, which is not compatible with the one in 'tslib'. Consider upgrading your version of 'tslib'.
flatpickr/flatpickr
src/tsconfig.json
error TS2571: Object is of type 'unknown'.
error TS2345: Argument of type 'unknown' is not assignable to parameter of type 'Error'.
error TS2551: Property 'msMaxTouchPoints' does not exist on type 'Navigator'. Did you mean 'maxTouchPoints'?
tsconfig.esm.json
error TS2571: Object is of type 'unknown'.
error TS2345: Argument of type 'unknown' is not assignable to parameter of type 'Error'.
error TS2551: Property 'msMaxTouchPoints' does not exist on type 'Navigator'. Did you mean 'maxTouchPoints'?
tsconfig.json
error TS2345: Argument of type 'unknown' is not assignable to parameter of type 'string | Error'.
error TS2571: Object is of type 'unknown'.
error TS2345: Argument of type 'unknown' is not assignable to parameter of type 'Error'.
error TS2551: Property 'msMaxTouchPoints' does not exist on type 'Navigator'. Did you mean 'maxTouchPoints'?
The text was updated successfully, but these errors were encountered: