zhengbli
03dcdda443
Treat special property access symbol differently
...
... when retriving documentation
2016-08-18 17:12:40 -07:00
jramsay
7a9f8c8798
Merge pull request #10391 from Microsoft/SetIsNewIdentifierLocationToTrueForJS
...
Set isNewIdentifierLocation to true for JavaScript files
2016-08-17 13:58:21 -07:00
Jason Ramsay
44476f1984
Update due to CR suggestion
2016-08-17 13:30:03 -07:00
Andy
c9d1f0d150
Merge pull request #10376 from Microsoft/remove_file_exists_assertion
...
Remove old assertion about when we're allowed to use fileExists
2016-08-17 06:04:33 -07:00
Jason Ramsay
a66b38af56
Set isNewIdentifierLocation to true for JavaScript files
2016-08-16 13:59:13 -07:00
Andy Hanson
a6974474a1
Remove old assertion about when we're allowed to use fileExists
2016-08-16 13:51:17 -07:00
Ron Buckton
889e5ac7ae
Clean up/move some Map helper functions.
2016-08-16 11:15:15 -07:00
Ron Buckton
1dc495adf8
Migrate additional MapLikes to Maps.
2016-08-15 16:41:32 -07:00
Ron Buckton
7f0a02ff02
Migrated more MapLikes to Maps
2016-08-15 15:03:55 -07:00
Anders Hejlsberg
65e1293b2e
Optimize performance of maps
2016-08-10 16:47:06 -07:00
Yui
ceab31cf0d
Port PR #10016 to Master ( #10100 )
...
* Treat namespaceExportDeclaration as declaration
* Update baselines
* wip - add tests
* Add tests
* Show "export namespace" for quick-info
2016-08-05 10:12:01 -07:00
Yui
10b36abc8f
[Release-2.0] Fix 9662: Visual Studio 2015 with TS2.0 gives incorrect @types path resolution errors ( #9867 )
...
* Change the shape of the shim layer to support getAutomaticTypeDirectives
* Change the key for looking up automatic type-directives
* Update baselines from change look-up name of type-directives
* Add @currentDirectory into the test
* Update baselines
* Fix linting error
* Address PR: fix spelling mistake
* Instead of return path of the type directive names just return type directive names
2016-08-04 07:43:54 -07:00
Zhengbo Li
f06413b8d4
Merge pull request #10035 from zhengbli/9522
...
Recreate program if baseUrl or paths changed in tsconfig
2016-08-01 17:15:03 -07:00
zhengbli
f78b9094be
CR feedback
2016-08-01 16:50:16 -07:00
Ryan Cavanaugh
6caa2611cb
Merge pull request #10054 from SaschaNaz/jsxopening
...
Format JSX opening element
2016-08-01 15:50:43 -07:00
Kagami Sascha Rosylight
5c4c997efa
jsx opening element formatting
2016-08-01 00:35:34 +09:00
zhengbli
0f1585f0af
recreate program if baseUrl or paths changed in tsconfig
2016-07-29 11:02:33 -07:00
Andy
c6960303db
Merge pull request #9984 from Microsoft/node_kind
...
Unify nodeKind implementations for navigationBar and navigateTo
2016-07-29 08:19:07 -07:00
Anders Hejlsberg
0c131fab68
Merge pull request #9407 from Microsoft/literalTypes
...
Number, enum, and boolean literal types
2016-07-28 12:09:49 -07:00
Andy Hanson
958620b46d
Fix lint errors
2016-07-27 08:30:22 -07:00
Andy Hanson
38e201eb7d
Fix test and rename a function
2016-07-27 07:46:39 -07:00
Andy Hanson
30761ef659
Unify nodeKind implementations for navigationBar and navigateTo
2016-07-27 06:31:56 -07:00
Wesley Wigham
e12f2d8232
Add assertion whitespace lint rule ( #9931 )
...
* Add assertion whitespace lint rule
* Fix typo
* Add the word `Rule` to Jakefile
2016-07-26 13:29:53 -07:00
Anders Hejlsberg
ff0cbb5b29
Merge branch 'master' into literalTypes
...
# Conflicts:
# src/compiler/checker.ts
2016-07-24 07:28:11 -07:00
Anders Hejlsberg
178883a617
Fix issue in getTypeDefinitionAtPosition
2016-07-23 09:29:29 -07:00
Anders Hejlsberg
afd39cccaa
Enum type is also a union of the literal enum types it declares
2016-07-22 14:27:33 -07:00
Yui
bd25c130ca
Port PR 9745 to master ( #9881 )
...
* Add completion for quote property name in object literal expression
* Add fourslash tests for completion of quoted property in object literal expression
* Handle object-literal expression as an argument
Undo wip
Undo wip
Conflicts:
src/services/services.ts
* Add tests and baseline for object literal expression for arguments
2016-07-22 07:15:12 -07:00
Herrington Darkholme
1b07fbb222
Fix #9843 . IScriptSnapshot can return undefined
2016-07-21 10:01:12 +08:00
Wesley Wigham
729464dc23
Integrate feedback from @mihailik to performance framework ( #9845 )
...
* Integrate feedback from @mihailik
* Rons feedback, explicitly include in new tsconfigs
2016-07-20 15:42:29 -07:00
Anders Hejlsberg
26713c8721
Expand top level of declared type in type alias declaration
2016-07-19 07:18:16 -07:00
Sheetal Nandi
f16f27661f
Merge pull request #9529 from Microsoft/identifierAndTokenConstructor
...
Create separate constructors for Tokens and Identifiers
2016-07-14 13:35:09 -07:00
Andy Hanson
8e679b7021
Remove duplicate startsWith and endsWith functions
2016-07-13 10:04:21 -07:00
Andy Hanson
5d37c29dbb
Handle JSX bodies in formatter
2016-07-12 09:45:55 -07:00
Sheetal Nandi
78a1ca7d50
Make setting properties explicit instead of using parameter properties
2016-07-11 14:02:23 -07:00
Sheetal Nandi
767da71cc1
Add __tokentag to Token
2016-07-11 11:28:14 -07:00
Sheetal Nandi
0764590691
Make sure the order of setting pos, end, flags, parent, kind is consistent among nodes, tokens and identifiers
2016-07-11 11:03:38 -07:00
Nathan Shively-Sanders
a3d9a85546
Add --pretty to tsconfigs
2016-07-11 11:00:06 -07:00
Nathan Shively-Sanders
b543074861
Compile with --noImplicitThis
...
1. Add to various tsconfig.json
2. Add to Jakefile
3. Add annotations where needed.
4. Add workaround to shims.ts, which uses toplevel `this`.
2016-07-08 15:13:32 -07:00
Mohamed Hegazy
5c498cdc81
Parse the result of getDirectories call
2016-07-07 16:49:12 -07:00
Anders Hejlsberg
868d5e602f
Merge branch 'master' into literalTypes
2016-07-06 19:51:34 -07:00
Sheetal Nandi
08a0137bbe
Set default flags on all nodes
2016-07-06 12:17:27 -07:00
Mohamed Hegazy
1102fa6bae
Merge pull request #9420 from Microsoft/formatting_loc
...
Do not scan nodes preceding formatted region, just skip over them
2016-07-05 14:40:48 -07:00
Anders Hejlsberg
5225997c8c
Merge branch 'master' into literalTypes
...
# Conflicts:
# src/compiler/checker.ts
2016-07-05 13:25:15 -07:00
Sheetal Nandi
a2ff4ea0f8
Identifier constructor
2016-07-05 11:37:15 -07:00
Sheetal Nandi
4a77c97ae7
Create tokens using different constructor
2016-07-05 11:37:15 -07:00
Vladimir Matveev
f9a5593f6a
fix linter
2016-07-01 20:30:08 -07:00
Vladimir Matveev
f7c4281f6b
add new method getEmitOutputObject to return result of the emit as object with properties instead of json string
2016-07-01 17:35:12 -07:00
Andy Hanson
2c40fea9f1
Improve names of whitespace functions
2016-07-01 13:57:20 -07:00
Zhengbo Li
494fada879
Merge pull request #9426 from zhengbli/fix9411
...
Add nullcheck when calculating indentations for implort clause
2016-06-30 14:21:11 -07:00
Andy Hanson
9daa800c6a
Respond to PR comments
2016-06-30 09:18:25 -07:00