TypeScript/tests/cases/conformance
Nathan Shively-Sanders 9ceb113ec5
Allow exports assignments (#23319)
1. Allow assignment to `exports`.
2. The type of the rhs is not checked against the type of `exports`
since they are aliased declarations.

To support more complex patterns like `exports = c.name = c`, we may
have to treat `c.name` as a declaration. That will be more complicated
than this PR.
2018-04-11 06:49:58 -07:00
..
ambient
async Remove _this, _super, and _newTarget name conflict errors (#22890) 2018-03-30 17:43:37 -07:00
classes
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
decorators
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
es6 Treat 'yield;' as 'yield undefined;' (#22297) 2018-03-08 15:41:04 -08:00
es7 Allow rest parameter trailing commas in ambient contexts (#23139) 2018-04-04 11:33:29 -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
functions
interfaces
internalModules
jsdoc JSDoc:positional matching of destructured params (#23307) 2018-04-10 12:48:35 -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
references
salsa Allow exports assignments (#23319) 2018-04-11 06:49:58 -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
types Allow extending any, with noImplicitAny errors (#23153) 2018-04-05 08:52:56 -07:00
typings
fixSignatureCaching.ts