Sheetal Nandi
d9ad559042
Verify demo build
2019-08-09 13:38:24 -07:00
Nathan Shively-Sanders and GitHub
85b8d27ea3
Remove error on invalid jsdoc tokens ( #32769 )
...
* Remove error on invalid jsdoc tokens
In JSDoc:
1. In the scanner, don't issue an error, even for invalid identifiers.
2. In the binder, don't issue an error for reserved (but otherwise valid)
identifiers.
/**
* Example of 1: "\"
* Example of 2: @private
*/
* Update baselines
* Add invalid unicode escape test for JSDoc
* Add quotes around invalid unicode escape
* Add another unicode escape JSDoc test
2019-08-09 12:53:15 -07:00
Andrew Casey
6122e92802
Restore logging of the program file list
2019-08-09 12:34:40 -07:00
Orta Therox
5294e92d27
Use switch instead of instatating an array and when looking inside a module
2019-08-09 13:49:38 -04:00
Andrew Casey
d9780cd7ba
Include fewer paths in exception
...
It's sufficient to append them to the log.
2019-08-09 10:27:02 -07:00
Anders Hejlsberg
259ba77346
Merge branch 'master' into assertionsInControlFlow
2019-08-09 18:33:15 +02:00
Anders Hejlsberg
19f1d3ba0a
Less aggressive monomorphism for flow nodes
2019-08-09 12:35:28 +02:00
Anders Hejlsberg
99ab53edcd
Make flow nodes more monomorphic
2019-08-09 10:15:47 +02:00
Alexander T
6988e25985
Merge branch 'master' of https://github.com/Microsoft/TypeScript into feature/eslint
2019-08-09 09:39:36 +03:00
Alexander
023e4c6249
disable no-redeclare
2019-08-09 07:30:40 +03:00
Nathan Shively-Sanders and GitHub
b24050aefd
Excess discriminated types match all discriminable properties ( #32755 )
...
* Target types in excess property checking must match all discriminable properties
This allows fewer types to be discriminated in excess properties, which
fixes some examples.
* Add excess property test
* Fix semicolon lint
* Remove extra semicolon!
* Improve EPC for unions with multiple discriminants
2019-08-08 15:34:52 -07:00
Armando Aguirre
209ca0749f
Fixed lint issues
2019-08-08 14:29:03 -07:00
Alexander
536f59cd7d
fix formatting
2019-08-08 21:49:10 +03:00
Alexander
78d8e80330
no-unused-expressions: [error, { allowTernary: true }]
2019-08-08 21:48:54 +03:00
Alexander
ceccfd8867
array-type: [ default: array, generic: array ]
2019-08-08 21:30:18 +03:00
Orta Therox
71fa26aecb
Adds a debug command to the scanner
2019-08-08 14:08:37 -04:00
Orta and GitHub
b70f894881
Merge pull request #32668 from orta/fix_31209
...
Suppress console.log & others inside the TS Server runtime so that language service plugins don't accidentally use them and kill the server
2019-08-08 08:56:35 -07:00
Anders Hejlsberg
df02ad6e59
Reflect control flow effects of calls to never-returning functions
2019-08-08 10:48:45 +02:00
Alexander T
8f54cb6d32
Merge branch 'master' of https://github.com/Microsoft/TypeScript into feature/eslint
2019-08-08 10:57:11 +03:00
Armando Aguirre
98729b4462
Truncate to 150 chars and added unit tests
2019-08-07 13:50:18 -07:00
Alexander
455f8b5511
fix eslint errors. remove tslint:* comments
2019-08-07 21:35:05 +03:00
Andrew Branch and GitHub
984956afec
Only add unnecessary-await suggestion on await expressions ( #32754 )
2019-08-07 11:27:36 -07:00
Alexander
481d70d50d
Merge branch 'master' of https://github.com/Microsoft/TypeScript into feature/eslint
2019-08-07 21:23:10 +03:00
Ben Lichtman and GitHub
9971e8b560
Merge pull request #32688 from uniqueiniquity/skipCOSForDTS
...
Avoid compile on save when there is no emit impact
2019-08-07 10:44:54 -07:00
Alexander
5c2e000561
remove useless TODO comment
2019-08-07 20:33:13 +03:00
Ben Lichtman
3646809ecd
Move helper function outside class
2019-08-07 09:46:49 -07:00
Orta and GitHub
b239c2a90e
Merge pull request #31366 from ypresto/fix-comment-unknown
...
Fix outdated comments for unknown type
2019-08-07 11:23:43 -04:00
Orta and GitHub
79598af113
Merge pull request #31980 from sisisin/fix/typo-comment-at-import-tracker
...
chore(tsserver): fix typo
2019-08-07 11:16:24 -04:00
Wesley Wigham and GitHub
abd127f308
Only check import = reference when target is Value ( #32747 )
2019-08-06 16:44:42 -07:00
Sheetal Nandi
8cf8eb1720
Add some logging to the sys.watchFile and sys.watchDirectory
2019-08-06 16:08:25 -07:00
Wesley Wigham and GitHub
f333684179
Fix unicode escapes in jsx identifiers and extended unicode characters in jsdoc ( #32716 )
...
* Fix unicode escapes in jsx identifiers and extended unicode characters in jsdoc
* Support unicode escapes in JSDoc
* Add tests for extended escapes
2019-08-06 15:14:32 -07:00
Nathan Shively-Sanders and GitHub
480b73915f
Improve excess property checking for intersections ( #32582 )
...
* Improve excess property checking for intersections
Still a draft, the implementation needs improvement
* Use mutable isIntersection in checkTypeRelatedTo
This makes parameter lists a lot shorter. Seems like a slight
improvement, although I can revert if I change my mind.
* Fix semicolon lint
* Remove TODOOOO
* Revert "Use mutable isIntersection in checkTypeRelatedTo"
This reverts commit b8dccff2a2 .
2019-08-06 15:03:24 -07:00
Wesley Wigham and GitHub
d00056f096
Support extended unicode escapes in identifiers, per es6 spec ( #32725 )
2019-08-06 14:43:41 -07:00
Sheetal Nandi
e293232f6a
Change to missing file watcher on linux and darwin explicitly to avoid watching deleted inode
2019-08-06 14:36:51 -07:00
Ron Buckton and GitHub
d75740280f
Resolve module specifier relative to moduleFile.originalFileName ( #32722 )
...
* Resolve module specifier relative to moduleFile.originalFileName
* Use baseline testing for outputs
* Added skipLibCheck to test
* Switch to using vfs.formatPatch for output
2019-08-06 13:48:58 -07:00
Ben Lichtman
c0f187a4e8
Allow compile on save with decorator emit
2019-08-06 13:39:18 -07:00
Andrew Casey and GitHub
01e1b1bb27
Merge pull request #32612 from mrcrane/etw-logger
...
Use optional module "@microsoft/typescript-etw" for ETW logging
2019-08-06 12:44:48 -07:00
Orta Therox
487e2ffe2a
Merge master
2019-08-06 15:34:06 -04:00
Michael Crane
47e77c976b
Remove unnecessary 'commandSucceeded' variable
2019-08-06 11:48:31 -07:00
Nathan Shively-Sanders and GitHub
269c3d3a56
Suggestions now use diagnosticCollection ( #32740 )
...
Previously they used multiMaps, unlike all the other diagnostics. This
prevents duplicate suggestions, like other kinds diagnostics.
Fixes #28710
2019-08-06 11:15:06 -07:00
Orta Therox
f8b7a05777
Handle the variadic args for inline console.logs
2019-08-06 14:09:37 -04:00
Ron Buckton
cc3db8f448
Merge branch 'Saulzi-master'
2019-08-06 10:48:47 -07:00
Ron Buckton
3ff0a249d2
Update based on PR feedback
2019-08-06 10:46:17 -07:00
Wesley Wigham and GitHub
7adc175dfc
Adjust isIdentifierText to skip multiple characters when a code point is multiple chars long ( #32720 )
...
* Adjust isIdentifierText to skip multiple characters when a code point is multiple chars long
* Add a few examples with mixed unicode characters
* for posterity, add some unicode cursive script characters
* Test some more planes more explicitly
2019-08-05 23:37:26 -07:00
Alexander T
034ba9fd25
Merge branch 'master' of https://github.com/Microsoft/TypeScript into feature/eslint
2019-08-06 09:07:48 +03:00
Ron Buckton and GitHub
624d1cad93
Fix inferred TNext of generator to use TNext of contextual return type ( #32719 )
2019-08-05 17:55:28 -07:00
xiaofa
e1bca8ff2a
Fix class member completion disappear after a property declaration with a private modifier
2019-08-06 08:35:34 +08:00
Ron Buckton and GitHub
e3f4979736
Fix emit for object rest on a module export ( #32699 )
...
* Fix emit for object rest on a module export
* Add tests for exports of empty object/array binding patterns
* Add delay for exec to ensure diff tool has enough time to start
2019-08-05 16:53:21 -07:00
Wesley Wigham and GitHub
3b54ffcf0e
Preserve const enums should keep import refs ( #28498 )
...
* Preserve const enums should keep import refs
for exported const enums exported via export default
Move some functionality around, small cleanup
Remove unneeded const enum check
* Only mark const enums as references with preserveConstEnums on in export assignments
* Limit change to declarations and preserveConstEnums mode
2019-08-05 16:47:29 -07:00
Michael Crane
f6fb130530
Add 'readFileWorker' instead of modifying 'readFile'
2019-08-05 15:19:25 -07:00