Commit graph

24 commits

Author SHA1 Message Date
Bill Ticehurst
0174bda004 Merge branch 'master' into loadJsFromModules 2016-06-26 23:24:26 -07:00
Bill Ticehurst
885b0e902a Added project tests for node_modules JavaScript searches 2016-06-26 23:14:43 -07:00
Yui
e182ecf2c9 Fix 8355: Fix emit metadata different between transpile and tsc --isolatedModule (#9232)
* Instead of returning undefined for unknownSymbol return itself

* Add Transpile unittest

* Wip - Add project tests

* Add project tests and baselines

* Update existed tests

* Add tests for emitting metadata with module targetting system
2016-06-24 17:39:49 -07:00
Yui
899f667544 Recognize relative path using in outDir property (#9025)
* Recognize relative path using in outDir property

* Add projects tests

* Add project .json files

* Update baselines
2016-06-08 13:20:47 -07:00
Asad Saeeduddin
0d54e54d2a Add testcases 2016-02-20 12:42:35 -05:00
Sheetal Nandi
382b86bd2c Test update for using allowJs instead of --jsExtensions 2015-10-28 14:03:18 -07:00
Sheetal Nandi
c30104e3b6 Add option --jsExtensions to handle extensions to treat as javascript
- Command line now takes --jsExtension multiple times or comma separated list of extensions
- tsconfig accepts array of extension strings
2015-09-21 15:39:53 -07:00
Sheetal Nandi
e32c920cc2 Corrected scenario names in the test cases 2015-09-16 14:02:20 -07:00
Sheetal Nandi
fce9f32bd4 When tsconfig file doesnt contain file names, consume .js files of directory only if specified in the options 2015-09-16 13:57:51 -07:00
Sheetal Nandi
14b608241d Tests when the .ts and .js files are mixed in compilation with tscconfig file doesnt specifying any names 2015-09-16 12:52:33 -07:00
Sheetal Nandi
dbb2772ed8 Tests when the .ts and .js files are mixed in compilation with tscconfig file specifying them 2015-09-16 12:47:45 -07:00
Sheetal Nandi
0f73c1618c When folder contains .d.ts as well as .js of same name and tsconfig doesnt contain any name 2015-09-16 12:41:44 -07:00
Sheetal Nandi
70d3de4668 When same named .d.ts and .js files are present and tscconfig contains .d.ts file 2015-09-16 12:38:11 -07:00
Sheetal Nandi
9daf635e5e Verify and fix scenario when .js and .ts files with same name are present and tsconfig doesnt specify any filenames 2015-09-16 11:50:12 -07:00
Sheetal Nandi
8aeff929a1 Add tests when same named .ts and .js file exist with tsconfig file specifying .ts file 2015-09-16 11:21:13 -07:00
Sheetal Nandi
8da3bd2ffd Project testcase to run tsconfig file 2015-09-15 15:53:44 -07:00
Mohamed Hegazy
99c0adbc2a Add rootDir tests 2015-04-14 22:19:59 -07:00
Sheetal Nandi
7d103a1a45 Remove the --noResolve check when finding the file.
--noResolve is only for ///reference and import file resolution to resolve files from disk
but the file identity is always determined before creating duplicate source file for same file paths
2014-11-20 15:43:07 -08:00
Sheetal Nandi
6d4e670c18 Enable baseline check and declaration emit for --noResolve case of files 2014-11-19 13:08:57 -08:00
Sheetal Nandi
e5b004899c Renamed the tests files to more generic names 2014-11-19 13:06:07 -08:00
Sheetal Nandi
8c2091bca5 Add tests to cover scenarios for relative path reference resolution 2014-11-11 23:06:35 -08:00
Jason Freeman
31eae88b86 Switch to createCompilerDiagnostic for an invalid root file 2014-09-17 10:44:03 -07:00
Adam Freidin
5e2316d642 added tests for <reference path="" static='' /> 2014-08-11 16:34:31 -07:00
Mohamed Hegazy
214df64e28 Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00