TypeScript/tests/cases
Nathan Shively-Sanders 868c275fdf
Plain JS binder errors (#46816)
* Plain JS binder errors

Issue select errors from the binder in JS files that do not have checkJS
explicitly turned on or off. These errors mirror runtime checks done by
Javascript.

* Rest of plain JS binder errors

* address PR comments

* Only issue binder errors in plain JS.

Checker errors require requesting diagnostics, which stll needs to be
peformance tested.

This commit removes one cross-file duplicate declaration error in the tests.

* fix const lint
2021-11-18 17:13:06 -08:00
..
compiler fix(43359): emit default exports with named exports that have the same names with types (#44718) 2021-11-12 11:25:52 -08:00
conformance Plain JS binder errors (#46816) 2021-11-18 17:13:06 -08:00
docker
fourslash fix(46366): handle enum string access as enumMemberName (#46431) 2021-11-18 15:50:32 -08:00
project
projects
test262-harness
unittests
user