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
"9011",// ParamDeclaeter must have an explicit type annotation with --isolatedDeclarations.
313
313
"9012",// PropeDeclarty must have an explicit type annotation with --isolatedDeclarations.
314
314
"9013",// ExpreDeclassion type can't be inferred with --isolatedDeclarations.
315
-
"9015",// Object declarations that contain spread assignments can't be inferred with --isolatedDeclarations.
316
-
"9016",// Object declarations that contain shorthand properties can't be inferred with --isolatedDeclarations.
315
+
"9015",// ObjecDeclats that contain spread assignments can't be inferred with --isolatedDeclarations.
316
+
"9016",// ObjecDeclats that contain shorthand properties can't be inferred with --isolatedDeclarations.
317
317
"9017",// Only Declaconst arrays can be inferred with --isolatedDeclarations.
318
318
"9018",// ArrayDeclas with spread elements can't inferred with --isolatedDeclarations.
319
319
"9019",// BindiDeclang elements can't be exported directly with --isolatedDeclarations.
320
320
"9020",// Enum Declamember initializers must be computable without references to external symbols with --isolatedDeclarations.
321
-
"9021",// Extends clause can't contain an expression with --isolatedDeclarations.
321
+
"9021",// ExtenDeclads clause can't contain an expression with --isolatedDeclarations.
322
322
"9022",// InferDeclaence from class expressions is not supported with --isolatedDeclarations.
323
323
"9023",// AssigDeclaning properties to functions without declaring them is not supported with --isolatedDeclarations. Add an explicit declaration for the properties assigned to this function.
324
324
"9026",// DeclaDeclaration emit for this file requires preserving this import for augmentations. This is not supported with --isolatedDeclarations.
325
325
"9037",// DefauDeclalt exports can't be inferred with --isolatedDeclarations.
326
-
"9038",// Computed property names on class or object literals cannot be inferred with --isolatedDeclarations.
326
+
"9038",// CompuDeclated property names on class or object literals cannot be inferred with --isolatedDeclarations.
327
327
"17004",// Cannot use JSX unless the '--jsx' flag is provided.
328
328
"17016",// The 'jsxFragmentFactory' compiler option must be provided to use JSX fragments with the 'jsxFactory' compiler option.
329
329
"17017",// An @jsxFrag pragma is required when using an @jsx pragma with JSX fragments.
0 commit comments