Andy Hanson
|
dc40f5d6b9
|
Merge branch 'master' into jsdoc
|
2017-05-17 07:17:32 -07:00 |
|
 Klaus MeinhardtandMohamed Hegazy
|
5fb77a0901
|
Update return types of APIs (#15887)
* Update types.ts
* Update types in parser.ts and scanner.ts
|
2017-05-16 14:13:58 -07:00 |
|
Andy Hanson
|
38784b761a
|
Support for JSDoc in services
|
2017-05-15 14:45:30 -07:00 |
|
Ron Buckton
|
22cf036ed9
|
Clean up naming, add documentation, flatten (some) nested commas
|
2017-05-12 09:57:39 -07:00 |
|
Ron Buckton
|
f45f7579fc
|
Adds CommaList to avoid large deeply nested comma expressions
|
2017-05-11 23:51:20 -07:00 |
|
Joe Chung
|
64ea6803aa
|
Support @arg and @argument synonyms for @param JSDoc tag
- Fix #15477
|
2017-05-06 22:11:38 -07:00 |
|
 YuiandGitHub
|
a1a2006074
|
Merge pull request #15160 from Microsoft/master-jsxChildren
[Master] Type checking JSX children
|
2017-04-21 10:02:13 -07:00 |
|
 Anders HejlsbergandGitHub
|
cef42c97fe
|
Merge pull request #15104 from Microsoft/covariantCallbacks
Covariant checking for callback parameters
|
2017-04-18 11:35:21 -07:00 |
|
Andy Hanson
|
455492d887
|
Merge branch 'master' into fallthrough
|
2017-04-18 09:48:21 -07:00 |
|
Kanchalai Tanglertsampan
|
f6f0813528
|
Merge branch 'master' into master-jsxChildren
# Conflicts:
# src/compiler/checker.ts
# src/compiler/diagnosticMessages.json
|
2017-04-17 13:31:12 -07:00 |
|
Andy Hanson
|
c7d51a3053
|
Merge branch 'master' into refactor_findallrefs
|
2017-04-12 11:27:58 -07:00 |
|
Andy Hanson
|
a82ac45e36
|
Merge branch 'master' into fallthrough
|
2017-04-12 10:58:03 -07:00 |
|
Kanchalai Tanglertsampan
|
4562fd089c
|
Store scanning information whether JSXText is just an all whitespaces
|
2017-04-11 14:55:26 -07:00 |
|
Kanchalai Tanglertsampan
|
f86a730371
|
Consider whitespace that won't be emitted to be different kind so that we won't include in typ-checking
|
2017-04-11 10:52:18 -07:00 |
|
Andy Hanson
|
ed5eca2b7b
|
boolean-trivia lint rule: Enforce space between comment and argument
|
2017-04-11 09:44:58 -07:00 |
|
Anders Hejlsberg
|
eebd67f8d5
|
Fix callback types to match covariantly
|
2017-04-08 12:54:01 -07:00 |
|
Andy Hanson
|
7320891933
|
boolean-trivia lint rule: Lint for null/undefined too
|
2017-04-07 13:13:39 -07:00 |
|
 Ryan CavanaughandGitHub
|
d8a24e3a5b
|
Merge pull request #15021 from RyanCavanaugh/lintFixes
Update linting to avoid typechecking for booleanTriviaRule
|
2017-04-05 12:26:58 -07:00 |
|
 AndyandGitHub
|
56510f167d
|
Merge pull request #15009 from Microsoft/parseTypeReference
Simplify parseTypeReference
|
2017-04-05 07:15:50 -07:00 |
|
Ryan Cavanaugh
|
e3bb5d3f28
|
Update linting to avoid typechecking for booleanTriviaRule
|
2017-04-04 22:34:51 -07:00 |
|
Andy Hanson
|
2d3dd85632
|
Simplify parseTypeReference
Create the node first, rather than creating it later and setting its pos to another node that was created first.
|
2017-04-04 13:55:47 -07:00 |
|
Ron Buckton
|
fd081f40a8
|
Clean up literal emit
|
2017-04-03 14:17:03 -07:00 |
|
 Mine StarksandMine Starks
|
af0b2d9768
|
Merge pull request #12856 from minestarks/includejsdoctags
Expose JSDoc tags through the language service
|
2017-03-31 17:58:41 -07:00 |
|
 Nathan Shively-SandersandGitHub
|
a62869c81e
|
Merge pull request #14657 from erikmcc/master
Allow export default abstract class. Related to issue 3792.
|
2017-03-31 14:56:39 -07:00 |
|
Andy Hanson
|
1cf765d664
|
Lint for fallthrough in switch
|
2017-03-27 15:09:00 -07:00 |
|
Andy Hanson
|
aa1c860f08
|
Merge branch 'master' into refactor_findallrefs
|
2017-03-27 11:31:07 -07:00 |
|
Mohamed Hegazy
|
e408cad618
|
Merge branch 'master' into checkJSFiles
|
2017-03-22 15:45:27 -07:00 |
|
Andy Hanson
|
b8aa84e8bf
|
Use more specific types in a few cases
|
2017-03-20 14:49:12 -07:00 |
|
 YuiandGitHub
|
de5211352a
|
Merge pull request #14132 from Microsoft/master-fix12952
[Master] Fix 12952 : throw exception when parsing conflict marker in JSX
|
2017-03-20 14:32:52 -07:00 |
|
Andy Hanson
|
6234cbb82f
|
Move comment to JSDoc
|
2017-03-17 14:04:36 -07:00 |
|
Andy Hanson
|
18f283f68a
|
Add more missing quotes
|
2017-03-16 14:43:56 -07:00 |
|
Andy Hanson
|
9c0f77091c
|
Clean up code in parser
|
2017-03-16 13:23:35 -07:00 |
|
Erik McClenney
|
f9356b960f
|
Allow export default abstract class. Related to issue 3792.
|
2017-03-14 13:10:07 -07:00 |
|
Mohamed Hegazy
|
e9f82145b7
|
Code review comments
|
2017-03-08 21:50:23 -08:00 |
|
Mohamed Hegazy
|
b015c1d9b0
|
Allow @check directives to switch on/off checking in a file
|
2017-03-06 21:39:32 -08:00 |
|
Mohamed Hegazy
|
9f0c5ce141
|
Add support for //@check directives
|
2017-03-06 13:50:27 -08:00 |
|
Andy Hanson
|
aac3d80fc4
|
Merge branch 'master' into refactor_findallrefs
|
2017-03-01 08:45:41 -08:00 |
|
Ron Buckton
|
4db86f78b0
|
Merge branch 'master' into publicTransformers
|
2017-02-16 17:52:57 -08:00 |
|
Ron Buckton
|
cf72ceb093
|
Merge branch 'master' into asyncGenerators
|
2017-02-16 17:22:43 -08:00 |
|
Kanchalai Tanglertsampan
|
ea01ad4cbd
|
Check for conflict marker when trying to parse JSX child
|
2017-02-16 14:03:41 -08:00 |
|
Ron Buckton
|
0f495fb694
|
Merge branch 'strictNullFactories' into publicTransformers
|
2017-02-16 12:41:58 -08:00 |
|
Andy Hanson
|
42a832ad3d
|
Refactor findAllReferences. Now supports renamed exports and imports.
|
2017-02-16 06:48:00 -08:00 |
|
 YuiandGitHub
|
ca6f1c3a41
|
Merge pull request #13640 from Microsoft/wip-master-statelessOverload
Using overload to figure out function signature for SFC
|
2017-02-15 07:17:32 -08:00 |
|
Ron Buckton
|
2f624f5df3
|
Expose transformations as public API
|
2017-02-07 14:36:15 -08:00 |
|
Ron Buckton
|
5d415cac52
|
Merge branch 'master' into asyncGenerators
|
2017-02-02 12:11:44 -08:00 |
|
Kanchalai Tanglertsampan
|
42c0816164
|
Merge branch 'master' into wip-master-statelessOverload
|
2017-01-31 11:33:07 -08:00 |
|
Ron Buckton
|
b58ef9e932
|
Merge branch 'master' into genericDefaults
|
2017-01-30 14:32:00 -08:00 |
|
 Vladimir MatveevandGitHub
|
71d1a3f051
|
property handle misspelled namepath in @typedef tag (#13702)
|
2017-01-26 11:38:50 -08:00 |
|
Ron Buckton
|
76ba6a7f6a
|
Merge branch 'master' into genericDefaults
|
2017-01-20 20:37:35 -08:00 |
|
Kanchalai Tanglertsampan
|
5558406246
|
Parse JSX attributes as its own unique AST node and bind the node
|
2017-01-18 15:05:25 -08:00 |
|