Commit graph

382 commits

Author SHA1 Message Date
Wesley Wigham fb20df0568
Have tsconfig for harness 2016-07-11 16:36:20 -07:00
zhengbli ebc75a2511 Add test for parsed @typedef tag node shape 2016-07-08 10:02:00 -07:00
Sheetal Nandi 635826ff13 Remove the unused text buffer from ScriptInfo 2016-07-06 11:44:51 -07:00
Richard Knoll 9eba8d751d Handle relative paths in tsconfig exclude and include globs 2016-07-01 10:21:23 -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
Wesley Wigham 8cc8293d07
Fix excess whitespace issues 2016-06-23 13:39:04 -07:00
Wesley Wigham 59ae2ff8ef
Fix object whitespace lints 2016-06-23 12:39:20 -07:00
Richard Knoll b49acd527a Merge branch 'master' into glob2_merged 2016-06-20 14:10:55 -07:00
Richard Knoll f73ed59432 Adding more matchFiles test cases 2016-06-20 11:09:48 -07:00
Richard Knoll f817ffaf47 Merge branch 'master' into glob2_merged 2016-06-17 17:55:15 -07:00
Richard Knoll 95072aab82 Responding to PR feedback 2016-06-17 17:32:10 -07:00
Richard Knoll 86cde9e222 Updating readDirectory for tsserverProjectSystem unit tests 2016-06-17 16:56:23 -07:00
Richard Knoll 08ca1c0dff Merge branch 'master' into glob2_merged 2016-06-17 15:34:06 -07:00
Mohamed Hegazy 11bb6c08b9 Merge branch 'master' into Fix9173-2 2016-06-17 15:21:43 -07:00
Yui 0e6f8eb2bc Using baselines for transpile unittests (#9195)
* Conver to Transpile unittest to use baselines instead

* Add baselines

* Fix linting error
2016-06-16 10:50:01 -07:00
Sheetal Nandi f96a7f03e4 Merge pull request #9166 from Microsoft/removeDotToken
Remove the stored dotToken from PropertyAccessExpression
2016-06-16 09:59:00 -07:00
zhengbli 335443693f Merge branch 'master' of https://github.com/Microsoft/TypeScript into fixLargeProjectTry2
# Conflicts:
#	src/compiler/program.ts
#	tests/cases/unittests/tsserverProjectSystem.ts
2016-06-15 14:36:45 -07:00
Zhengbo Li 8c38cbfb4b Merge pull request #9073 from zhengbli/i8523
Increase project reference count even when the opened file is referenced by it but not its root
2016-06-15 12:42:14 -07:00
Mohamed Hegazy 95ddfc7efc Do not use Object.assing in test 2016-06-15 11:38:28 -07:00
Mohamed Hegazy da3333e967 Clear out unused compiler options when transpiling 2016-06-14 19:24:38 -07:00
Mohamed Hegazy 784a76530c Fix #9173: clear out lib and types before creating a program in transpileModule 2016-06-14 17:44:57 -07:00
Sheetal Nandi 5ea469a8a8 No Need to store dot token when parsing property access expression 2016-06-14 11:02:40 -07:00
Wesley Wigham 9d023a83fe Merge pull request #9090 from weswigham/allow-empty-lists-command-line
Allow empty lists on command line
2016-06-14 00:29:15 -07:00
Ryan Cavanaugh 90b319fc24 lint 2016-06-13 14:52:41 -07:00
Ryan Cavanaugh 236351d4f0 Add unit test 2016-06-13 14:43:19 -07:00
Ryan Cavanaugh 576f09f531 Merge 2016-06-10 15:47:51 -07:00
Ryan Cavanaugh 9827b638b4 Implicit type inclusion changes 2016-06-10 15:44:11 -07:00
Wesley Wigham 8d83cd167f Remove trailing whitespace 2016-06-10 15:26:14 -07:00
Wesley Wigham d20459607b
Remove single-comma empty array form 2016-06-10 14:35:13 -07:00
Wesley Wigham a3a1c49739
Allow empty lists on command line 2016-06-10 14:14:32 -07:00
zhengbli 1e7790df06 Fix #8523 2016-06-10 03:44:44 -07:00
zhengbli e41b10bbc7 add test and spit commandLineParser changes to another PR 2016-06-10 02:06:31 -07:00
Andy 75b82938f5 Merge pull request #8988 from Microsoft/transpile_options
Support using string values in enums for CompilerOptions in transpile
2016-06-09 09:04:23 -07:00
Andy Hanson 0aa2fe328f Add test for out-of-range error 2016-06-09 05:59:26 -07:00
Mohamed Hegazy d36d2b3eaa Merge pull request #8771 from YuichiNukiyama/fix8505
add SharedArrayBuffer
2016-06-08 13:27:09 -07:00
Andy Hanson d8667ae323 Fix test helper 2016-06-08 13:14:22 -07:00
Zhengbo Li 78792df4db Fix linting issues 2016-06-07 16:11:42 -07:00
Zhengbo Li 37949a3d65 more tests for module resolution change and exclude 2016-06-07 15:52:34 -07:00
zhengbli 3052913b92 add tests for tsserver project system 2016-06-07 02:14:56 -07:00
Andy Hanson 1fe8a08085 Respond to PR comments 2016-06-06 13:31:37 -07:00
Andy Hanson d9ec5125be Support using string values in enums for CompilerOptions in transpile methods 2016-06-06 11:31:22 -07:00
Vladimir Matveev 92177bee91 initial revision of unit test support for project system in tsserver 2016-06-02 00:03:10 -07:00
zhengbli 59b188d4ca Add navigationTo test for jsdoc typedef 2016-05-31 02:05:26 -07:00
Richard Knoll aa5c51c516 Fixing lint errors 2016-05-26 10:17:43 -07:00
Richard Knoll 50f0033e61 Merge branch 'master' into glob2_merged
Conflicts:
	src/compiler/sys.ts
	src/harness/harnessLanguageService.ts
	tests/cases/unittests/cachingInServerLSHost.ts
	tests/cases/unittests/tsconfigParsing.ts
2016-05-26 10:04:54 -07:00
Richard Knoll c340c88706 Bringing back excludes error and fixing faulty test 2016-05-25 17:08:24 -07:00
Richard Knoll db856431e8 Fixing linter and test errors 2016-05-25 17:07:36 -07:00
Richard Knoll 084b94c4c1 Merge branch 'master' into glob2
Conflicts:
	Jakefile.js
	src/compiler/commandLineParser.ts
	src/compiler/core.ts
	src/compiler/sys.ts
	src/harness/harness.ts
	src/server/editorServices.ts
	src/services/shims.ts
	tests/cases/unittests/cachingInServerLSHost.ts
2016-05-25 17:06:50 -07:00
zhengbli 5f9fa69587 Merge branch 'master' of https://github.com/Microsoft/TypeScript into typedefForJsdoc
# Conflicts:
#	src/services/services.ts
#	tests/cases/unittests/jsDocParsing.ts
2016-05-24 21:06:00 -07:00
Ryan Cavanaugh 7173fa8d02 Merge pull request #8670 from RyanCavanaugh/fix8275
Automatically consume @types/ folders
2016-05-24 15:23:06 -07:00