TypeScript/tests/cases/conformance
Wesley Wigham 9af21eb00e Transform nested dynamic imports (#18998)
* Fix nested dynamic imports when targeting es6

* Fixup nested dynamic imports when targeting downlevel

* Remove duplicated expressions in UMD emit

* Code review feedback, clone arg if need be

* More CR feedback, apply user quotemark styles

* Remove blank lines

* Use behavior of visitEachChild instead of enw codepath, add new test, use createLiteral to retain quotemarks

* Set lib flag for test
2017-10-12 12:53:12 -07:00
..
ambient
async
classes Fix emit for classes with both fields and 'extends null' 2017-10-09 13:14:49 -07:00
constEnums
controlFlow fix #11463, null assertion block uninitialized error (#14020) 2017-05-23 14:13:32 -07:00
declarationEmit
decorators Fix class extends+decorator with new class emit 2017-06-13 13:35:53 -07:00
dynamicImport Transform nested dynamic imports (#18998) 2017-10-12 12:53:12 -07:00
emitter Fixes CR comments 2017-08-02 12:05:10 +02:00
enums Add new tests 2017-04-30 16:06:26 -07:00
es6 Fix 16628: "undefined" exception when name of binding element in binding pattern is empty (#17132) 2017-08-09 13:47:44 -07:00
es7
es2017
expressions Test:string enum in element access 2017-08-24 14:06:21 -07:00
externalModules Care about esnext where we look for es2015 (#18331) 2017-09-09 16:30:06 -07:00
functions
interfaces
internalModules
jsdoc Merge pull request #18117 from Microsoft/jsdoc-dotdotdot-binds-tighter-than-postfix 2017-10-03 08:45:26 -07:00
jsx Skip more lib checks, improve test execution time a bit more (#18952) 2017-10-04 14:43:35 -07:00
moduleResolution Allow relative imports of '.js' files when --noImplicitAny is disabled (#18489) 2017-09-19 12:42:29 -07:00
parser Add skip lib check to many tests (#18935) 2017-10-04 13:14:05 -07:00
references Support @types module resolution from scoped packages 2017-04-06 08:05:30 -07:00
salsa Check for initializer before using it (#18708) 2017-09-22 17:14:22 -07:00
scanner
statements Typo 2017-08-02 20:55:19 +02:00
Symbols
types Test:{} in union from spread gets implicit index signature 2017-10-05 09:03:03 -07:00
typings
fixSignatureCaching.ts