Vladimir Matveev
|
bb1e5ab5ea
|
Merge pull request #6077 from Microsoft/superInObjectLiterals
allow usage of 'super' in object literal expressions
|
2015-12-17 21:53:58 -08:00 |
|
vladima
|
ae7d687a77
|
merge with origin/master
|
2015-12-17 21:30:47 -08:00 |
|
Yui T
|
a5c632cd5a
|
Fix merge error
|
2015-12-17 21:08:11 -08:00 |
|
Yui T
|
73911a327d
|
Merge branch 'master' into fix4686_fixrename
|
2015-12-17 18:35:08 -08:00 |
|
Yui T
|
e3075bab78
|
Revert linting services
|
2015-12-15 10:57:56 -08:00 |
|
Yui T
|
ec95f9955a
|
Fix linting issue
|
2015-12-15 10:04:30 -08:00 |
|
Yui T
|
c0ff7f77a2
|
Fix build error
|
2015-12-14 14:35:27 -08:00 |
|
Yui T
|
c5df5d768e
|
Fix linting issue
|
2015-12-14 12:57:02 -08:00 |
|
Yui T
|
7e71686b1a
|
Fix broken tests
|
2015-12-14 10:14:35 -08:00 |
|
Yui T
|
f138953d88
|
Fix comment
|
2015-12-12 16:13:30 -08:00 |
|
Yui T
|
0f3eb0a058
|
Initial fix for rename for parameter property declaration
|
2015-12-11 19:27:24 -08:00 |
|
vladima
|
60e1f30182
|
allow usage of 'super' in object literal expressions
|
2015-12-11 17:16:28 -08:00 |
|
Mohamed Hegazy
|
88a834574b
|
Merge pull request #4757 from SaschaNaz/indentSuppressor
Expose indentation suppressor from SmartIndenter
|
2015-12-08 16:36:28 -08:00 |
|
SaschaNaz
|
595f134e8b
|
space around arrow
|
2015-12-09 00:02:10 +09:00 |
|
SaschaNaz
|
34b303a9c5
|
directly expose nodeWillIndentChild
|
2015-12-08 21:39:46 +09: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
|
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 |
|
SaschaNaz
|
83eb6acd13
|
Merge remote-tracking branch 'refs/remotes/Microsoft/master' into indentSuppressor
|
2015-12-03 11:27:14 +09:00 |
|
Sheetal Nandi
|
a87169829c
|
Merge branch 'master' into sourceMapAndBreakpointDecorators
|
2015-11-30 14:14:06 -08:00 |
|
Yui T
|
2cc7a7904a
|
use const
|
2015-11-30 09:10:14 -08:00 |
|
Yui T
|
2d133454e1
|
Merge branch 'master' into fix4715
|
2015-11-30 08:55:43 -08:00 |
|
Yui T
|
62fb5e85e4
|
Include debug assert
|
2015-11-25 17:33:11 -08:00 |
|
Yui T
|
c5a2969255
|
check for null
|
2015-11-25 11:41:51 -08:00 |
|
Yui T
|
7ff4238f93
|
Fix crushing of getting signatureDeclaration when we are not in function declaration
|
2015-11-24 17:44:10 -08:00 |
|
Ron Buckton
|
8909c3a2dd
|
Merge pull request #5725 from Microsoft/stringTypesCleanup
Disambiguate string literal types from other string literals.
|
2015-11-24 15:23:25 -08:00 |
|
Ron Buckton
|
f5b8619199
|
Adds StringLiteralType to SyntaxKind to disambiguate string literals in a type position.
|
2015-11-19 17:08:51 -08:00 |
|
Sheetal Nandi
|
83e569e6c3
|
Breakpoints on the node with decorator should start at actual syntax and not from decorators
|
2015-11-19 16:48:41 -08:00 |
|
Sheetal Nandi
|
858a99b4f1
|
Setting breakpoint inside decorator expression results in setting breakpoint on all the decorators
On resolution, this would be call to __decorate
|
2015-11-19 16:48:37 -08:00 |
|
Sheetal Nandi
|
883b8d9347
|
Merge pull request #5471 from Microsoft/jsFileCompilation
Compilation of Js Files
|
2015-11-19 16:30:40 -08:00 |
|
Ron Buckton
|
7d6100bbe8
|
Merge pull request #5719 from Microsoft/typesCleanup2
Additional Types cleanup.
|
2015-11-19 15:32:28 -08:00 |
|
Sheetal Nandi
|
a19307d533
|
Merge branch 'master' into jsFileCompilation
|
2015-11-18 11:26:58 -08:00 |
|
Ron Buckton
|
20347ad615
|
Merge pull request #5597 from Microsoft/typesCleanup
Types cleanup
|
2015-11-17 10:54:50 -08:00 |
|
Ron Buckton
|
443abe6dea
|
Adds ThisType to SyntaxKind, to distinguish between a 'this' expression and a 'this' type. Needed for transforms
|
2015-11-17 10:53:29 -08:00 |
|
Sheetal Nandi
|
fc07763499
|
Merge branch 'master' into jsFileCompilation
|
2015-11-13 13:44:57 -08:00 |
|
Vladimir Matveev
|
4720c3592d
|
added missing check if file is specified
|
2015-11-11 16:51:29 -08:00 |
|
Mohamed Hegazy
|
0c96d7b241
|
Merge pull request #5583 from basarat/ls/jsxSemantic
tsx : support tags in language service semantic tokenizer
|
2015-11-11 12:10:03 -08:00 |
|
Mohamed Hegazy
|
00aa3c8a38
|
Merge pull request #5569 from mihailik/patch-2
Use ts.indexOf instead of Array.prototype.indexOf
|
2015-11-11 11:46:46 -08:00 |
|
Ron Buckton
|
5ac4b782e0
|
Merge branch 'master' into typesCleanup
|
2015-11-10 14:31:02 -08:00 |
|
Ron Buckton
|
79b7146d0b
|
Cleanup of types
|
2015-11-10 13:30:26 -08:00 |
|
Vladimir Matveev
|
072e93898d
|
Merge pull request #5535 from Microsoft/computedPropertiesInDestructuringPR
allow computed properties in destructuring, treat computed properties…
|
2015-11-10 13:11:05 -08:00 |
|
Basarat Syed
|
cfc6ed2adb
|
tsx : support tags in language service semantic tokenizer
|
2015-11-10 18:33:19 +11:00 |
|
Ryan Cavanaugh
|
69ca1f2e1d
|
Merge remote-tracking branch 'origin/master' into javaScriptModules
# Conflicts:
# src/compiler/parser.ts
|
2015-11-09 14:48:37 -08:00 |
|
mihailik
|
4ca24bf131
|
Use ts.indexOf instead of Array.prototype.indexOf
(keep consistent with the rest of codebase, and thus enable ES3-compatibility of tsc and services)
|
2015-11-09 09:52:13 +00:00 |
|
Vladimir Matveev
|
3f1596bba7
|
remove nodeConstructors array, replace it with single local
|
2015-11-07 15:28:21 -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 |
|
Mohamed Hegazy
|
c0bb2eaaea
|
Add getCurrentDirectory to call to createDocumentRegistry
|
2015-11-06 14:16:44 -08:00 |
|
Sheetal Nandi
|
4c842591f7
|
Merge branch 'master' into jsFileCompilation
|
2015-11-06 12:39:42 -08:00 |
|
Vladimir Matveev
|
db2b23da00
|
allow computed properties in destructuring, treat computed properties with literal expressions similar to literal named properties
|
2015-11-04 15:35:21 -08:00 |
|