Andy
999ac0add3
Merge pull request #9270 from Microsoft/this_references
...
Allow to find all references of the 'this 'keyword
2016-06-24 06:24:12 -07:00
Yui
9a85b9369f
Fix rwc-runner from breaking change in compiler ( #9284 )
2016-06-21 12:25:24 -07:00
Richard Knoll
b49acd527a
Merge branch 'master' into glob2_merged
2016-06-20 14:10:55 -07:00
Andy Hanson
e7acef125d
Allow to find all references of the 'this 'keyword
2016-06-20 07:13:53 -07:00
Mohamed Hegazy
dfed7625af
Add libcheck tests
2016-06-18 12:40:22 -07:00
Richard Knoll
f817ffaf47
Merge branch 'master' into glob2_merged
2016-06-17 17:55:15 -07:00
Richard Knoll
08ca1c0dff
Merge branch 'master' into glob2_merged
2016-06-17 15:34:06 -07:00
Andy Hanson
8a025fcff4
Use helper functions to simplify range tests
2016-06-15 09:05:15 -07:00
Nathan Shively-Sanders
57f66b8efa
Merge pull request #9148 from Microsoft/add-isDefinition-to-references
...
Add isDefinition to references
2016-06-14 11:12:53 -07:00
Andy Hanson
1b4b01eed5
Unescape identifiers used in code completion
2016-06-14 08:13:55 -07:00
Nathan Shively-Sanders
ac9e617e5e
Test isDefinition
2016-06-13 13:23:32 -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
5a0ae4ad22
Remove Long-Done TODO
...
AFAIK, the harness sources have been concatenated into `run.js` for as long as I've known. This stops executing them twice (and in turn makes debugging tests much easier, since you no longer have to debug into eval'd code).
2016-06-08 15:31:03 -07:00
Andy Hanson
941c863524
Fix typo
2016-06-06 13:41:35 -07:00
Andy Hanson
543b484ec5
Remove trailing whitespace
2016-06-06 08:17:14 -07:00
Andy Hanson
2bed32d308
Fix mistake
2016-06-03 09:42:16 -07:00
Andy Hanson
c8ced6703a
Use a function stringify to simplify calls to JSON.stringify(xyz, undefined, 2)
2016-06-03 08:43:48 -07:00
zhengbli
630517b8ad
Merge branch 'master' of https://github.com/Microsoft/TypeScript into typedefForJsdoc
2016-05-31 15:30:42 -07:00
zhengbli
3433a7800a
Fix formatOnEnter for double newlines
2016-05-31 12:35:12 -07:00
Yui
35b8b42b55
Only check if the extensions match ( #8870 )
2016-05-31 11:16:56 -07:00
Zhengbo Li
5261467a32
Merge branch 'master' of https://github.com/Microsoft/TypeScript into typedefForJsdoc
2016-05-31 10:39:23 -07:00
zhengbli
59b188d4ca
Add navigationTo test for jsdoc typedef
2016-05-31 02:05:26 -07:00
Vladimir Matveev
f07b4ba9d7
Merge pull request #8774 from Microsoft/parallel-tests
...
run tests in parallel by equally dividing them between workers
2016-05-27 10:38:29 -07:00
Andy Hanson
b2664e7f84
Use a JSON.stringify replacer function instead of changing the value beforehand
2016-05-27 06:27:13 -07:00
zhengbli
e69976c4b7
Merge branch 'master' of https://github.com/Microsoft/TypeScript into typedefForJsdoc
...
# Conflicts:
# src/services/utilities.ts
2016-05-26 14:50:09 -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
Andy Hanson
12914eacc5
Fix lint errors
2016-05-26 09:01:56 -07:00
Andy Hanson
fe970abc81
Change tests to use the full JSON output of the navigation bar.
...
This reduces the confusion of verify.navigationBarCount() counting duplicate items.
2016-05-26 08:40:35 -07:00
Andy Hanson
fe77f541f6
Always include a root node in the navigation bar.
...
This lets us change the navigation bar counting algorithm to traverse from the root only, so it never has duplicate nodes.
2016-05-26 08:40:35 -07:00
Andy Hanson
5a627ad176
Fix trailing whitespace
2016-05-26 06:01:20 -07:00
Richard Knoll
c340c88706
Bringing back excludes error and fixing faulty test
2016-05-25 17:08:24 -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
Vladimir Matveev
3e3ae7bd90
merge with origin/master, address PR feedback
2016-05-25 16:23:51 -07:00
Andy Hanson
7ddb1631bc
Remove many uses of 'null' in harness. Remaining uses should be commented.
2016-05-25 13:44:08 -07:00
Andy Hanson
c707e80463
Show indent and childItems when debugging the navigation bar
2016-05-25 08:02:17 -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
Ryan Cavanaugh
4b133489a1
Add getDirectories to shims
2016-05-24 11:31:10 -07:00
Vladimir Matveev
f69ecb5b90
run tests in parallel by equally dividing them between workers
2016-05-23 16:00:56 -07:00
Andy
2aa2738118
Merge pull request #8714 from Microsoft/lint_more
...
Lint src\harness\instrumenter.ts
2016-05-23 11:38:37 -07:00
Andy Hanson
db65724330
Make fourslash tests actually test parentName for navbar items
2016-05-23 09:44:28 -07:00
Andy Hanson
15b0a8ec17
Lint src\harness\instrumenter.ts
2016-05-23 06:09:19 -07:00
Mohamed Hegazy
c884fee3eb
Remove dependncy on NodeJs from editor services
2016-05-19 13:16:20 -07:00
Ryan Cavanaugh
0a37c697ed
Lint
2016-05-18 15:03:10 -07:00
Ryan Cavanaugh
0e273e190e
Get rid of disk-based paths in baselines
2016-05-18 14:37:40 -07:00
Ryan Cavanaugh
06bb9affd9
Merge remote-tracking branch 'upstream/master' into fix8275
2016-05-18 12:07:11 -07:00
Ryan Cavanaugh
f0e3ebe37d
Lint
2016-05-18 11:12:02 -07:00
Ryan Cavanaugh
917ab0aa0a
Update test harness
2016-05-18 10:43:44 -07:00
Andy Hanson
53970afe25
Fix message text for printNavigationBar
2016-05-17 09:24:51 -07:00