TypeScript/tests/cases/conformance
Nathan Shively-Sanders 11eabc0946
Skip parens and non-null assertions when looking for this-context (#23097)
* Skip parens and ! for getting this-context of call

* Add test and improve code a bit

* Use skipOuterExpressions instead
2018-04-03 06:23:59 -07:00
..
ambient [Transforms] Merge master 08/09 (#10263) 2016-08-26 15:51:10 -07:00
async Remove _this, _super, and _newTarget name conflict errors (#22890) 2018-03-30 17:43:37 -07:00
classes Add test 2017-11-18 11:42:56 -08:00
constEnums allow const enum in type query (#21083) 2018-01-09 09:24:00 -08:00
controlFlow fix narrowType check with template literals (#21024) 2018-01-08 13:06:58 -08:00
declarationEmit Update tests 2017-02-16 17:42:22 -08:00
decorators Fix class extends+decorator with new class emit 2017-06-13 13:35:53 -07:00
dynamicImport Improve parse error for double comma somewhere inside a call expression (#20399) 2018-01-08 10:38:55 -08:00
emitter Fix loop labels for for..await 2018-01-25 02:11:01 -08:00
enums Add new tests 2017-04-30 16:06:26 -07:00
es6 Treat 'yield;' as 'yield undefined;' (#22297) 2018-03-08 15:41:04 -08:00
es7 Error on rest parameter with trailing comma (#22262) 2018-03-29 13:12:23 -07:00
es2017 Fix #21089: Do not infer from numeric index signature in Object.values and Object.entries (#21129) 2018-01-17 14:16:11 -08:00
es2018 Change esnext.promise to es2018.promise (#22292) 2018-03-02 17:08:36 -08:00
expressions Merge branch 'master' into fix2-getConstraintOfIndexedAccess 2018-01-10 12:40:35 -08:00
externalModules Care about esnext where we look for es2015 (#18331) 2017-09-09 16:30:06 -07:00
functions
interfaces fix #20018, allow skip constraint when merging interfaces 2017-12-24 17:05:05 +08:00
internalModules
jsdoc Improve binding and jsdoc of chained special js assignments (#23038) 2018-04-02 09:47:01 -07:00
jsx Parse and check type arguments on JSX opening and self-closing tags (#22415) 2018-03-22 15:07:36 -07:00
moduleResolution Improve error message for untyped import of scoped package (#22189) 2018-02-26 10:38:54 -08:00
parser Numeric separators (#20324) 2017-12-08 20:20:18 -05:00
references Support @types module resolution from scoped packages 2017-04-06 08:05:30 -07:00
salsa Include arrow functions as javascript initializers (#23068) 2018-04-02 10:11:39 -07:00
scanner
statements Fix #21617: Give detailed message on for-of of iterators without downlevelIteration 2018-03-01 23:13:04 +01:00
Symbols Update tests 2016-09-21 16:03:51 -07:00
types Skip parens and non-null assertions when looking for this-context (#23097) 2018-04-03 06:23:59 -07:00
typings Allow package.json "main" to specify a directory 2017-01-25 07:31:24 -08:00
fixSignatureCaching.ts Lazily compute signature type predicates (#17600) 2017-12-05 08:32:34 -08:00