TypeScript/tests/cases/conformance/dynamicImport
Titian Cernicova-Dragomir 2484210a00
Gh 41788 incorrect output for esprivate with nested class in esnext (#42663)
* If target:esnext,then useDefineForClassFields: true will now be the default.

* Added error if a private identifier is used in a static a initializer if target:ESNext and useDefineForClassFields:false.

* Added test for new useDefineForClassFields default and error message.

* Fixed tests after changing the default of useDefineForClassFields to true for target esnext

* Fixed code review suggestions.

* Updated error message.

* Added missing static check for the containing property. Fixed other code review issues.
2021-04-07 08:23:16 -07:00
..
importCallExpression1ES2020.ts Add module: es2020 (#33893) 2019-12-20 16:29:49 -08:00
importCallExpression2ES2020.ts Add module: es2020 (#33893) 2019-12-20 16:29:49 -08:00
importCallExpression3ES2020.ts Add module: es2020 (#33893) 2019-12-20 16:29:49 -08:00
importCallExpression4ES2020.ts Add module: es2020 (#33893) 2019-12-20 16:29:49 -08:00
importCallExpression5ES2020.ts Add module: es2020 (#33893) 2019-12-20 16:29:49 -08:00
importCallExpression6ES2020.ts Add module: es2020 (#33893) 2019-12-20 16:29:49 -08:00
importCallExpressionAsyncES3AMD.ts Tests for #17371 (#17373) 2017-07-26 11:48:22 -07:00
importCallExpressionAsyncES3CJS.ts Tests for #17371 (#17373) 2017-07-26 11:48:22 -07:00
importCallExpressionAsyncES3System.ts Tests for #17371 (#17373) 2017-07-26 11:48:22 -07:00
importCallExpressionAsyncES3UMD.ts Tests for #17371 (#17373) 2017-07-26 11:48:22 -07:00
importCallExpressionAsyncES5AMD.ts Tests for #17371 (#17373) 2017-07-26 11:48:22 -07:00
importCallExpressionAsyncES5CJS.ts Tests for #17371 (#17373) 2017-07-26 11:48:22 -07:00
importCallExpressionAsyncES5System.ts Tests for #17371 (#17373) 2017-07-26 11:48:22 -07:00
importCallExpressionAsyncES5UMD.ts Tests for #17371 (#17373) 2017-07-26 11:48:22 -07:00
importCallExpressionAsyncES6AMD.ts Tests for #17371 (#17373) 2017-07-26 11:48:22 -07:00
importCallExpressionAsyncES6CJS.ts Tests for #17371 (#17373) 2017-07-26 11:48:22 -07:00
importCallExpressionAsyncES6System.ts Tests for #17371 (#17373) 2017-07-26 11:48:22 -07:00
importCallExpressionAsyncES6UMD.ts Tests for #17371 (#17373) 2017-07-26 11:48:22 -07:00
importCallExpressionAsyncES2020.ts Add module: es2020 (#33893) 2019-12-20 16:29:49 -08:00
importCallExpressionCheckReturntype1.ts Revert "Revert "[Master] wip-dynamic import" (#16264)" 2017-06-05 17:16:29 -07:00
importCallExpressionDeclarationEmit1.ts Template literal types for template literal expressions (#41891) 2020-12-11 15:07:37 -10:00
importCallExpressionDeclarationEmit2.ts Add module: es2020 (#33893) 2019-12-20 16:29:49 -08:00
importCallExpressionDeclarationEmit3.ts Add module: es2020 (#33893) 2019-12-20 16:29:49 -08:00
importCallExpressionErrorInES2015.ts Revert "Revert "[Master] wip-dynamic import" (#16264)" 2017-06-05 17:16:29 -07:00
importCallExpressionES5AMD.ts Add test for export variable statement 2017-07-12 13:01:56 -07:00
importCallExpressionES5CJS.ts Add test for export variable statement 2017-07-12 13:01:56 -07:00
importCallExpressionES5System.ts Add test for export variable statement 2017-07-12 13:01:56 -07:00
importCallExpressionES5UMD.ts Add test for export variable statement 2017-07-12 13:01:56 -07:00
importCallExpressionES6AMD.ts Add test for export variable statement 2017-07-12 13:01:56 -07:00
importCallExpressionES6CJS.ts Add test for export variable statement 2017-07-12 13:01:56 -07:00
importCallExpressionES6System.ts Add test for export variable statement 2017-07-12 13:01:56 -07:00
importCallExpressionES6UMD.ts Add test for export variable statement 2017-07-12 13:01:56 -07:00
importCallExpressionGrammarError.ts Improve parse error for double comma somewhere inside a call expression (#20399) 2018-01-08 10:38:55 -08:00
importCallExpressionInAMD1.ts Add test for export variable statement 2017-07-12 13:01:56 -07:00
importCallExpressionInAMD2.ts Revert "Revert "[Master] wip-dynamic import" (#16264)" 2017-06-05 17:16:29 -07:00
importCallExpressionInAMD3.ts Revert "Revert "[Master] wip-dynamic import" (#16264)" 2017-06-05 17:16:29 -07:00
importCallExpressionInAMD4.ts Gh 41788 incorrect output for esprivate with nested class in esnext (#42663) 2021-04-07 08:23:16 -07:00
importCallExpressionInCJS1.ts Add test for export variable statement 2017-07-12 13:01:56 -07:00
importCallExpressionInCJS2.ts Revert "Revert "[Master] wip-dynamic import" (#16264)" 2017-06-05 17:16:29 -07:00
importCallExpressionInCJS3.ts Revert "Revert "[Master] wip-dynamic import" (#16264)" 2017-06-05 17:16:29 -07:00
importCallExpressionInCJS4.ts Revert "Revert "[Master] wip-dynamic import" (#16264)" 2017-06-05 17:16:29 -07:00
importCallExpressionInCJS5.ts Gh 41788 incorrect output for esprivate with nested class in esnext (#42663) 2021-04-07 08:23:16 -07:00
importCallExpressionIncorrect1.ts Add module: es2020 (#33893) 2019-12-20 16:29:49 -08:00
importCallExpressionIncorrect2.ts Add module: es2020 (#33893) 2019-12-20 16:29:49 -08:00
importCallExpressionInExportEqualsAMD.ts Call dynamic import transform on expression used by export equal statement (#18028) 2017-08-24 17:08:57 -07:00
importCallExpressionInExportEqualsCJS.ts Call dynamic import transform on expression used by export equal statement (#18028) 2017-08-24 17:08:57 -07:00
importCallExpressionInExportEqualsUMD.ts Call dynamic import transform on expression used by export equal statement (#18028) 2017-08-24 17:08:57 -07:00
importCallExpressionInScriptContext1.ts Revert "Revert "[Master] wip-dynamic import" (#16264)" 2017-06-05 17:16:29 -07:00
importCallExpressionInScriptContext2.ts Revert "Revert "[Master] wip-dynamic import" (#16264)" 2017-06-05 17:16:29 -07:00
importCallExpressionInSystem1.ts Add test for export variable statement 2017-07-12 13:01:56 -07:00
importCallExpressionInSystem2.ts Revert "Revert "[Master] wip-dynamic import" (#16264)" 2017-06-05 17:16:29 -07:00
importCallExpressionInSystem3.ts Revert "Revert "[Master] wip-dynamic import" (#16264)" 2017-06-05 17:16:29 -07:00
importCallExpressionInSystem4.ts Gh 41788 incorrect output for esprivate with nested class in esnext (#42663) 2021-04-07 08:23:16 -07:00
importCallExpressionInUMD1.ts Add test for export variable statement 2017-07-12 13:01:56 -07:00
importCallExpressionInUMD2.ts Revert "Revert "[Master] wip-dynamic import" (#16264)" 2017-06-05 17:16:29 -07:00
importCallExpressionInUMD3.ts Revert "Revert "[Master] wip-dynamic import" (#16264)" 2017-06-05 17:16:29 -07:00
importCallExpressionInUMD4.ts Gh 41788 incorrect output for esprivate with nested class in esnext (#42663) 2021-04-07 08:23:16 -07:00
importCallExpressionInUMD5.ts Fix parenthesization rules for yield (#37849) 2020-04-09 13:17:46 -07:00
importCallExpressionNestedAMD.ts Transform nested dynamic imports (#18998) 2017-10-12 12:53:12 -07:00
importCallExpressionNestedAMD2.ts Transform nested dynamic imports (#18998) 2017-10-12 12:53:12 -07:00
importCallExpressionNestedCJS.ts Transform nested dynamic imports (#18998) 2017-10-12 12:53:12 -07:00
importCallExpressionNestedCJS2.ts Transform nested dynamic imports (#18998) 2017-10-12 12:53:12 -07:00
importCallExpressionNestedES2015.ts Transform nested dynamic imports (#18998) 2017-10-12 12:53:12 -07:00
importCallExpressionNestedES2020.ts Add module: es2020 (#33893) 2019-12-20 16:29:49 -08:00
importCallExpressionNestedES20152.ts Transform nested dynamic imports (#18998) 2017-10-12 12:53:12 -07:00
importCallExpressionNestedES20202.ts Add module: es2020 (#33893) 2019-12-20 16:29:49 -08:00
importCallExpressionNestedSystem.ts Transform nested dynamic imports (#18998) 2017-10-12 12:53:12 -07:00
importCallExpressionNestedSystem2.ts Transform nested dynamic imports (#18998) 2017-10-12 12:53:12 -07:00
importCallExpressionNestedUMD.ts Transform nested dynamic imports (#18998) 2017-10-12 12:53:12 -07:00
importCallExpressionNestedUMD2.ts Transform nested dynamic imports (#18998) 2017-10-12 12:53:12 -07:00
importCallExpressionNoModuleKindSpecified.ts Unpatch vfs resolver and default lib rename 2018-05-03 14:18:50 -07:00
importCallExpressionReturnPromiseOfAny.ts Template literal types for template literal expressions (#41891) 2020-12-11 15:07:37 -10:00
importCallExpressionShouldNotGetParen.ts Add module: es2020 (#33893) 2019-12-20 16:29:49 -08:00
importCallExpressionSpecifierNotStringTypeError.ts Revert "Revert "[Master] wip-dynamic import" (#16264)" 2017-06-05 17:16:29 -07:00
importCallExpressionWithTypeArgument.ts Update tests 2017-07-12 11:42:21 -07:00