TypeScript/tests/cases/conformance/es2020/modules
Wenlu Wang 4c7844be74 Implement export as namespace from (#34903)
* init export start as decl

* fix some broken

* fix more case

* fix more and more case

* make it work

* make lint happy and accept baseline

* add more tests

* fix system module

* add more case

* delete useless assert

* accept baseline

* make lint happy

* fix missing utils

* update api

* make lint happy

* add missing semi

* fix minor issue

* fix locally bound

* avoid useless check

* update public api

* add more case

* fix some case

* Use multi-module selection in test runner to cut down on duplication.

* Accepted baselines.

* remove superfluous tests.

* Remove baseline.

* Downlevel `export * as ns` in es2015.

* Accepted baselines.

* Update names of things.

Co-authored-by: Daniel Rosenwasser <DanielRosenwasser@users.noreply.github.com>
2019-12-20 16:00:20 -08:00
..
exportAsNamespace1.ts Implement export as namespace from (#34903) 2019-12-20 16:00:20 -08:00
exportAsNamespace2.ts Implement export as namespace from (#34903) 2019-12-20 16:00:20 -08:00
exportAsNamespace3.ts Implement export as namespace from (#34903) 2019-12-20 16:00:20 -08:00