TypeScript/tests/cases/conformance/es6/modules
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
..
defaultExportInAwaitExpression01.ts [Transforms] Add test from fixing 8256 into transforms branch (#8294) 2016-04-25 18:49:47 -07:00
defaultExportInAwaitExpression02.ts [Transforms] Add test from fixing 8256 into transforms branch (#8294) 2016-04-25 18:49:47 -07:00
defaultExportsCannotMerge01.ts Added tests. 2015-07-15 17:38:51 -07:00
defaultExportsCannotMerge02.ts Added another test. 2015-07-21 17:12:50 -07:00
defaultExportsCannotMerge03.ts Added test. 2015-07-27 10:12:52 -07:00
defaultExportsCannotMerge04.ts Added a test. 2015-07-27 11:45:10 -07:00
defaultExportWithOverloads01.ts Add "A module cannot have multiple default exports." message for multiple "default" exports 2015-10-09 21:37:54 +02:00
exportAndImport-es3-amd.ts exports.default in ES5 vs exports["default"] in ES3 2015-04-17 20:29:05 +03:00
exportAndImport-es3.ts exports.default in ES5 vs exports["default"] in ES3 2015-04-17 20:29:05 +03:00
exportAndImport-es5-amd.ts exports.default in ES5 vs exports["default"] in ES3 2015-04-17 20:29:05 +03:00
exportAndImport-es5.ts exports.default in ES5 vs exports["default"] in ES3 2015-04-17 20:29:05 +03:00
exportBinding.ts Update tests 2017-04-23 19:14:21 +03:00
exportsAndImports1-amd.ts exports.default in ES5 vs exports["default"] in ES3 2015-04-17 20:29:05 +03:00
exportsAndImports1-es6.ts Adding tests 2015-10-08 10:58:58 -07:00
exportsAndImports1.ts Adding basic tests 2015-03-22 12:18:56 -07:00
exportsAndImports2-amd.ts exports.default in ES5 vs exports["default"] in ES3 2015-04-17 20:29:05 +03:00
exportsAndImports2-es6.ts Adding tests 2015-10-08 10:58:58 -07:00
exportsAndImports2.ts Adding basic tests 2015-03-22 12:18:56 -07:00
exportsAndImports3-amd.ts exports.default in ES5 vs exports["default"] in ES3 2015-04-17 20:29:05 +03:00
exportsAndImports3-es6.ts Adding tests 2015-10-08 10:58:58 -07:00
exportsAndImports3.ts Adding basic tests 2015-03-22 12:18:56 -07:00
exportsAndImports4-amd.ts exports.default in ES5 vs exports["default"] in ES3 2015-04-17 20:29:05 +03:00
exportsAndImports4-es6.ts Adding tests 2015-10-08 10:58:58 -07:00
exportsAndImports4.ts exports.default in ES5 vs exports["default"] in ES3 2015-04-17 20:29:05 +03:00
exportsAndImportsWithContextualKeywordNames01.ts Added test. 2015-04-23 14:07:01 -07:00
exportsAndImportsWithContextualKeywordNames02.ts Added test. 2015-04-23 14:38:36 -07:00
exportsAndImportsWithUnderscores1.ts Add tests 2015-12-21 16:23:51 -08:00
exportsAndImportsWithUnderscores2.ts Add tests 2015-12-21 16:23:51 -08:00
exportsAndImportsWithUnderscores3.ts Add tests 2015-12-21 16:23:51 -08:00
exportsAndImportsWithUnderscores4.ts Add tests 2015-12-21 16:23:51 -08:00
exportSpellingSuggestion.ts add spelling suggestion support for module import (#22283) 2018-03-02 10:24:55 -08:00
exportStar-amd.ts exports.default in ES5 vs exports["default"] in ES3 2015-04-17 20:29:05 +03:00
exportStar.ts exports.default in ES5 vs exports["default"] in ES3 2015-04-17 20:29:05 +03:00
importEmptyFromModuleNotExisted.ts error if import empty object form module not existed 2018-02-24 18:43:02 +08:00
multipleDefaultExports01.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
multipleDefaultExports02.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
multipleDefaultExports03.ts Add "A module cannot have multiple default exports." message for multiple "default" exports 2015-10-09 21:37:54 +02:00
multipleDefaultExports04.ts Add "A module cannot have multiple default exports." message for multiple "default" exports 2015-10-09 21:37:54 +02:00
multipleDefaultExports05.ts add related error span for default exports (#25396) 2019-03-12 13:15:14 -07:00
reExportDefaultExport.ts Add test case and accept baseline 2015-11-10 11:44:56 -08:00