Commit Graph

1081 Commits

Author SHA1 Message Date
Sheetal Nandi
7146b4870f Test cases for breakpoints in assingment statement with destructuring 2015-12-21 15:48:26 -08:00
Sheetal Nandi
c5407a36d6 Test cases for destructuring in For Of statement 2015-12-21 11:53:31 -08:00
Sheetal Nandi
39dbad862c Test cases for breakpoint in destructuring of For Initializers 2015-12-21 11:47:57 -08:00
Sheetal Nandi
73498e8bc2 Test cases for parameter destructuring pattern 2015-12-17 16:53:59 -08:00
Sheetal Nandi
960e8a7698 Test cases for breakpoint span in array binding pattern of variable statement 2015-12-17 16:41:28 -08:00
Sheetal Nandi
00e253ad88 Add test cases for variable statements with destructuring breakpoint validation 2015-12-17 14:00:56 -08:00
Ryan Cavanaugh
2f447ee005 Merge pull request #5876 from RyanCavanaugh/javaScriptPrototypes
JavaScript prototype class inference
2015-12-14 11:42:18 -08:00
Wesley Wigham
f3b55b8198 whitespace 2015-12-11 16:14:47 -08:00
Wesley Wigham
14374e6253 split tests by completions/quick info 2015-12-10 20:00:52 -08:00
Wesley Wigham
591f96321c Add language service tests for this predicates 2015-12-10 13:25:26 -08:00
SaschaNaz
595f134e8b space around arrow 2015-12-09 00:02:10 +09:00
yaoyao
e95ae4f100 Improve 'Cannot compile modules unless the '--module' flag is provided.' message 2015-12-08 08:56:41 +08:00
Daniel Rosenwasser
b4f4dadeb6 Merge pull request #5979 from DanCorder/5058
Fix for #5058 - Exclude implemented interface functions from autocompletion suggestions.
2015-12-07 15:06:53 -08:00
Dan Corder
c6feaa016a Remove unnecessary I2 from test case 2015-12-07 22:43:44 +00:00
Ryan Cavanaugh
c97dffff3b Support 'this' in inferred method bodies 2015-12-07 11:55:30 -08:00
Dan Corder
ff4147af01 Fix for #5058 - Exclude implemented interface functions from autocompletion suggestions. 2015-12-07 19:47:56 +00:00
Dan Corder
57c595a49d Fix for issue #5947 2015-12-07 16:26:53 +00:00
Ryan Cavanaugh
fcd00a59d2 Simplified JS prototype class inference 2015-12-04 14:58:32 -08:00
Ryan Cavanaugh
6bb62d6daf Merge remote-tracking branch 'upstream/master' into javaScriptPrototypes 2015-12-04 14:12:01 -08:00
Martin Všetička
f15fe5b335 Improved error messages for property declarations 2015-12-04 09:20:49 +01:00
Sheetal Nandi
0ab538f5d0 Merge pull request #5839 from Microsoft/jsBinderErrors
Report binder diagnostics, program diagnostics as well as file pre processing diagnostics in javascript file
2015-12-03 15:45:06 -08:00
Yui T
f83817a488 remove line and unused code 2015-12-02 13:47:19 -08:00
Yui T
135e091c2a Add more tests 2015-12-02 13:45:52 -08:00
Sheetal Nandi
086d3945eb Merge branch 'master' into jsBinderErrors 2015-12-02 11:36:11 -08:00
Yui T
ace383d342 add tests 2015-12-01 18:39:02 -08:00
Ryan Cavanaugh
c3b59d156f Merge branch 'master' into javaScriptPrototypes
# Conflicts:
#	src/compiler/binder.ts
#	src/compiler/checker.ts
#	src/harness/fourslash.ts
2015-12-01 14:34:15 -08:00
Sheetal Nandi
a87169829c Merge branch 'master' into sourceMapAndBreakpointDecorators 2015-11-30 14:14:06 -08:00
Sheetal Nandi
6b42712eb2 Report bind diagnostics, program diagnostics and file pre processing diagnostics in javascript file
Handles #5785
2015-11-30 13:26:00 -08:00
Yui T
81fdc4384f Add fourslash tests 2015-11-24 17:50:00 -08:00
Ryan Cavanaugh
fb83ee0a30 WIP 2015-11-20 10:59:13 -08:00
Sheetal Nandi
c84a9f154b Test cases for breakpoints with decorators 2015-11-19 16:48:33 -08:00
Sheetal Nandi
a19307d533 Merge branch 'master' into jsFileCompilation 2015-11-18 11:26:58 -08:00
Sheetal Nandi
13bc120fe2 Merge pull request #5698 from Microsoft/paramPropertyDocComment
Fix for doc comment for parameter-property not shown correctly when invoking constructor
2015-11-16 17:16:57 -08:00
Sheetal Nandi
a275dabe44 When constructing signature, include parameter symbol instead of property symbol of parameter-property declaration
Fixes #4566
2015-11-16 16:48:57 -08:00
Vladimir Matveev
076d65e1cf addressed PR feedback 2015-11-16 16:23:18 -08:00
Sheetal Nandi
073b69aaf5 Merge branch 'master' into jsFileCompilation 2015-11-16 12:04:42 -08:00
Vladimir Matveev
31bce223d9 switch fourslash to use local test state 2015-11-16 11:50:42 -08:00
Sheetal Nandi
fc07763499 Merge branch 'master' into jsFileCompilation 2015-11-13 13:44:57 -08:00
Zhengbo Li
bd39847d6c Merge pull request #5593 from zhengbli/i5530
Add file content as a parameter for the tsserver open command
2015-11-13 11:30:11 -08:00
zhengbli
fe9d73eb5b Remove debugger statement from test 2015-11-12 11:42:21 -08:00
zhengbli
278b35b354 Adding test and comments. Override file content even if already opened. 2015-11-12 11:16:11 -08:00
Daniel Rosenwasser
df1dd00f35 Added test. 2015-11-11 12:19:47 -08:00
Ryan Cavanaugh
ad61788113 Merge pull request #5266 from Microsoft/javaScriptModules
JavaScript LS scaffolding + JS module inference
2015-11-10 11:59:09 -08:00
Ryan Cavanaugh
eaeeb1f762 Fix TC 2015-11-09 15:19:41 -08:00
Ryan Cavanaugh
7dd1bf487d Merge branch 'master' into javaScriptModules
# Conflicts:
#	lib/lib.es6.d.ts
#	lib/tsc.js
#	lib/tsserver.js
#	lib/typescript.d.ts
#	lib/typescript.js
#	lib/typescriptServices.d.ts
#	lib/typescriptServices.js
#	src/compiler/binder.ts
#	src/compiler/checker.ts
#	src/compiler/parser.ts
#	src/compiler/program.ts
#	src/harness/fourslash.ts
2015-11-06 16:49:09 -08:00
Ryan Cavanaugh
3f4e5a4552 Merge branch 'master' into javaScriptModules
# Conflicts:
#	tests/webTestServer.ts
2015-11-06 16:34:38 -08:00
Daniel Rosenwasser
bb232f739d Merge remote-tracking branch 'origin/master' into stringLiteralTypes 2015-11-06 13:06:43 -08:00
Sheetal Nandi
4c842591f7 Merge branch 'master' into jsFileCompilation 2015-11-06 12:39:42 -08:00
Ryan Cavanaugh
3b7213116d Inference from JavaScript prototype property assignments 2015-10-30 12:34:56 -07:00
Sheetal Nandi
b217b8b620 Merge branch 'master' into jsFileCompilation 2015-10-30 09:34:32 -07:00