Commit graph

21 commits

Author SHA1 Message Date
Wenlu Wang d2476759e2 add related error span for default exports (#25396)
* add related error span for default exports

* accept baseline

* stash

* accept baseline and fix lint

* update testcase

* Add missing semicolon
2019-03-12 13:15:14 -07:00
Mohamed Hegazy 52192006cf
Merge pull request #20671 from Kingwl/fix-import-not-existed-module
error if import empty object form module not existed
2018-04-17 17:29:07 -07:00
Wenlu Wang b15157356a add spelling suggestion support for module import (#22283) 2018-03-02 10:24:55 -08:00
kingwl eba4d36739 error if import empty object form module not existed 2018-02-24 18:43:02 +08:00
gcnew 9c2a74c26c Update tests 2017-04-23 19:14:21 +03:00
Diogo Franco (Kovensky) 61ebcb49c7 Allow exporting a binding before its declaration 2017-03-17 10:25:37 +09:00
Yui 8ee8d8c63c [Transforms] Add test from fixing 8256 into transforms branch (#8294)
* Update baselines

* Add tests

* Update baselines from merging with transforms
2016-04-25 18:49:47 -07:00
Yui T 677e080dad Add tests 2015-12-21 16:23:51 -08:00
Nathan Shively-Sanders e30a01db0f Add test case and accept baseline 2015-11-10 11:44:56 -08:00
Martin Vseticka 69ff6f5090 Add "A module cannot have multiple default exports." message for multiple "default" exports 2015-10-09 21:37:54 +02:00
Anders Hejlsberg cae21c09b4 Adding tests 2015-10-08 10:58:58 -07:00
Mohamed Hegazy c63dfbd4c7 Update node resolution tests 2015-09-15 11:43:28 -07:00
Daniel Rosenwasser 92902011ce Added a test. 2015-07-27 11:45:10 -07:00
Daniel Rosenwasser cf801efb20 Added test. 2015-07-27 10:12:52 -07:00
Daniel Rosenwasser f631a20140 Added another test. 2015-07-21 17:12:50 -07:00
Daniel Rosenwasser 90f3153eac Renamed tests. 2015-07-16 17:43:15 -07:00
Daniel Rosenwasser e2c16962f3 Added tests. 2015-07-15 17:38:51 -07:00
Daniel Rosenwasser 938cfde099 Added test. 2015-04-23 14:38:36 -07:00
Daniel Rosenwasser 9abfc3bd1a Added test. 2015-04-23 14:07:01 -07:00
TruongSinh Tran-Nguyen d55dcc61cc exports.default in ES5 vs exports["default"] in ES3 2015-04-17 20:29:05 +03:00
Anders Hejlsberg e63854b40e Adding basic tests 2015-03-22 12:18:56 -07:00