Anders Hejlsberg and GitHub
44c63a757e
Always cache relations involving intersection types ( #46523 )
...
* Always cache relations involving intersection types
* Accept new baselines
* Add regression test
2021-10-26 09:36:19 -07:00
Anders Hejlsberg and GitHub
658764e499
Bypass caching in removeStringLiteralsMatchedByTemplateLiterals ( #46525 )
...
* Bypass caching in removeStringLiteralsMatchedByTemplateLiterals
* Add regression test
2021-10-26 09:34:15 -07:00
Andrew Branch and GitHub
3519af0bab
Fix crash pulling on global types before they're initialized ( #46471 )
...
* Add failing test
* Dumb fix
* Compute error message info more lazily
* One more laziness
2021-10-25 10:53:41 -07:00
csigs and GitHub
6b6665e6ae
LEGO: Merge pull request 46520
...
LEGO: Merge pull request 46520
2021-10-25 10:13:29 -07:00
Adam Burgess and GitHub
61f5ceb832
Fix isNewIdentifierLocation after generator ( #46491 )
2021-10-24 23:49:31 -07:00
csigs and GitHub
7799113e9a
LEGO: Merge pull request 46510
...
LEGO: Merge pull request 46510
2021-10-24 22:14:38 -07:00
csigs and GitHub
e88e596126
LEGO: Merge pull request 46504
...
LEGO: Merge pull request 46504
2021-10-24 10:14:16 -07:00
csigs and GitHub
dd89e06520
LEGO: Merge pull request 46502
...
LEGO: Merge pull request 46502
2021-10-24 04:13:27 -07:00
csigs and GitHub
c2a4bda133
LEGO: Merge pull request 46501
...
LEGO: Merge pull request 46501
2021-10-23 22:14:29 -07:00
csigs and GitHub
1055119164
LEGO: Merge pull request 46496
...
LEGO: Merge pull request 46496
2021-10-23 10:14:28 -07:00
Andrew Branch and GitHub
907fc72db4
Fix auto import crash on weird JS aliasing ( #46490 )
...
* Fix auto import crash on weird JS aliasing
* Comment up the weird test
* Fix setting members on union/intersection type, happens later
2021-10-22 16:09:32 -07:00
Daniel Rosenwasser and GitHub
334b8eaa57
Bind assignments to 'this' within static blocks in JS files ( #46472 )
...
* Add failing test case.
* Handle 'this' assignments on class static blocks in JavaScript.
* Accepted baselines.
2021-10-22 15:44:35 -07:00
Andrew Branch and GitHub
de1ac8191e
Fix isNewIdentifierLocation after async ( #46485 )
2021-10-22 12:28:04 -07:00
Oleksandr T and GitHub
ce676d0963
fix(46433): forbid using keywords as parameter names ( #46459 )
2021-10-22 09:58:01 -07:00
Anders Hejlsberg and GitHub
449aaa118f
Defer computation of isDistributionDependent to avoid circularities ( #46474 )
...
* Defer computation of isDistributionDependent to avoid circularities
* Accept new API baselines
2021-10-22 09:13:54 -07:00
Anders Hejlsberg and GitHub
f2f35ae78b
Simplify relationship check for conditional type on target side ( #46429 )
...
* Simplify relationship check for conditional type on target side
* Accept new baselines
* Better support for non-distribution-dependent types
* Accept new API baselines
* Accept new baselines
2021-10-21 17:35:23 -07:00
Oleksandr T and GitHub
bd12ae2454
fix(46466): add missing async keyword before type parameters ( #46467 )
2021-10-21 15:56:45 -07:00
55b4928e82
Pass absolute path to directoryExists ( #46086 )
...
* Pass absolute path to directoryExists
As pointed out by @gretzkiy, the `directoryExists` call added to
`matchFiles` in #44710 should have been passing the absolute path (since
the current directory might not match `currentDirectory`).
* Add test, simplify/clarify/fix matchFiles and friends
Co-authored-by: Andrew Branch <andrew@wheream.io >
2021-10-21 12:22:53 -07:00
Warren Lu and GitHub
5725cfeb10
Fix typos in es5.d.ts ( #46321 )
2021-10-21 11:59:01 -07:00
Andrew Branch and GitHub
22f37cda85
Fix ordering of module specifiers based on package.json presence ( #46437 )
...
* Add failing test
* Fix ordering of module specifiers based on package.json presence
2021-10-21 11:43:57 -07:00
Nathan Shively-Sanders and GitHub
f2e5947935
@link parses trailing <...> as part of linkName ( #46450 )
...
Similar to #46428 .
Fixes #44818
2021-10-20 17:01:01 -07:00
csigs and GitHub
0d022130be
LEGO: Merge pull request 46451
...
LEGO: Merge pull request 46451
2021-10-20 10:13:33 -07:00
Nathan Shively-Sanders and GitHub
98b4ac2cde
@link: format trailing () as part of linkName ( #46428 )
...
Parsing separates the identifier part of the link tag from its text, but
the editor should present an identifier followed by `()` as a single
identifier since people use that syntax as a function sigil.
I prefer `#'` personally, you know, xkcd 297, nudge nudge.
2021-10-20 08:36:40 -07:00
csigs and GitHub
48e96f56be
LEGO: Merge pull request 46447
...
LEGO: Merge pull request 46447
2021-10-20 04:31:11 -07:00
Jack Bates and GitHub
248d478956
Remove defaultValueDescription: "n/a" from options ( #46280 )
...
* Remove defaultValueDescription: "n/a" from options
* CommandLineOption type <-> defaultValueDescription
* Require defaultValueDescription of number/boolean options
2021-10-19 15:19:19 -07:00
csigs and GitHub
53fa2a6494
LEGO: Merge pull request 46430
...
LEGO: Merge pull request 46430
2021-10-19 10:13:07 -07:00
Anders Hejlsberg and GitHub
56b6279818
Improve logic for choosing between co- and contra-variant inferences ( #46392 )
...
* Improve logic for choosing between co- and contra-variant inferences
* Add tests
2021-10-19 09:58:10 -07:00
csigs and GitHub
fd6552a3c2
LEGO: Merge pull request 46424
...
LEGO: Merge pull request 46424
2021-10-19 04:15:18 -07:00
Eli Barzilay
556098ed50
Avoid hard-wired build-tree paths
...
Instead, search for stuff up the directory tree, with the main
functionality being to look for `Gulpfile.js` and assume the resulting
directory is the root.
(Unfortunatley, this is implemented twice, one in `scripts` and another
in `src`. It's not possible to use a single implementation for both
since that would require assuming a directory structure which this is
intended to avoid.)
Also, in `scripts/build/projects.js`, abstracdt common exec
functionality into a local helper, and use full paths based on the above
search instead of assuming relative paths assuming CWD being in the
project root.
2021-10-18 17:43:45 -04:00
csigs and GitHub
605788d4ab
LEGO: Merge pull request 46415
...
LEGO: Merge pull request 46415
2021-10-18 10:29:16 -07:00
Nathan Shively-Sanders and GitHub
8d715ff53e
Error on mapped type w/properties ( #46346 )
...
* Error on mapped types with properties
1. Error on properties of type literals with computed properties whose name is a
binary expression with `in`, because that's a good sign of a mapped
type.
2. Parse following properties on mapped types, and error on them.
3. Stop checking computed property names in (1) to avoid producing
errors based on misinterpreting mapped type syntax as an expression.
* add comment in types.ts
* Update API again
* Check interfaces and classes too
* Add missed check in updateMappedTypeNode
2021-10-18 09:00:00 -07:00
Eli Barzilay
39ff1568e9
Changes to enable the module conversion script
...
* shorthand -> long for `factory` since the typeformer script doesn't
know how to handle it.
* Use setter to change `ts.sys` (similar to #35399 ).
* Fix `loggedIO` with empty namespaces to indicate dependency
(similar to 50603eda ).
* Move `Map` / `Set` stuff from `core.ts` to `corePublic.ts` since the
types are there.
2021-10-16 08:12:59 -04:00
Sidharth Vinod and GitHub
dfb40549fc
fix: ES6 Modules => ES Modules in error messages ( #46378 )
...
* fix: ES6 Modules => ES Modules in error messages
* chore: Rename test file names
* chore: Rename function names
2021-10-15 14:51:14 -07:00
Nathan Shively-Sanders and GitHub
6a75689a25
Import assertion: do no parse } if { is not present ( #46388 )
...
Previously, import assertion parsing would try to parse both { and },
even if both were missing. If both were missing, the error for } could
occur past the end of the file, causing an assertion.
Fixes #46364
2021-10-15 13:26:46 -07:00
Oleksandr T and GitHub
7582b1bbae
fix(45799): skip checking arguments used as a key in object literals ( #45814 )
2021-10-15 10:34:57 -07:00
Andrew Branch and GitHub
b1f39a705e
Fix React auto-import blocking component imports in --preserve ( #46368 )
2021-10-15 09:31:47 -07:00
Wesley Wigham and GitHub
2c7b13b830
Fix explainFiles on files under nodenext with types references ( #46367 )
...
* Fix explainFiles on files under nodenext with types references
* Fix explainFiles crash on module nodenext
2021-10-14 17:00:55 -07:00
Nathan Shively-Sanders and GitHub
d16d7779a8
No error for markdown links in @see ( #46348 )
...
This only shows up in checkJS files, but should still be ignored.
2021-10-14 15:22:59 -07:00
Oleksandr T and GitHub
80e1a29248
fix(46305): omit converting jsx (react-jsx) spread attributes to Object.assign for ES2018 and up ( #46317 )
2021-10-14 14:23:50 -07:00
Anders Hejlsberg and GitHub
8718df3dc1
Fix stack overflow in JSX discriminated union logic ( #46354 )
...
* Use getContextFreeTypeOfExpression to avoid circularities
* Add regression test
2021-10-14 10:11:44 -07:00
Sidharth Vinod and GitHub
5185ef55e3
fix(suggestion): Remove 80001 from cjs/cts files. ( #46270 )
...
* fix(suggestion): Remove 80001 from cjs/cts files.
* tests: Cover more cases in a single file.
* tests: Cover more cases in a single file.
2021-10-14 09:55:59 -07:00
Wesley Wigham and GitHub
1c5d4e1740
Pass symbol under inspection into checkIndexConstraints ( #46350 )
2021-10-13 17:04:33 -07:00
Wesley Wigham and GitHub
ac345849e3
Set impliedNodeFormat on sourceFiles maufactured in watch mode ( #46349 )
2021-10-13 17:04:13 -07:00
LowR and GitHub
cd0434aa76
fix(39744): make template literals more spec compliant ( #45304 )
...
* fix(39744): make template literals more spec compliant
* Add evaluation test for template literals
* Add test for template literals with source map
2021-10-13 12:03:31 -07:00
Anders Hejlsberg and GitHub
0d2aeb7c65
Improve checks for infinitely expanding recursive conditional types ( #46326 )
...
* Improve checks for infinitely expanding recursive conditional types
* Accept new baselines
* Add regression tests
* Remove 'export' modifier
* Accept new baselines
2021-10-13 07:08:01 -07:00
Wesley Wigham and GitHub
713afe2227
Set import mode on synthetic imports ( #46327 )
2021-10-12 16:23:37 -07:00
Yuya Tanaka and GitHub
9e2fc16c32
Improve perf of unions with many primitives ( #45220 )
2021-10-12 16:07:21 -07:00
Oleksandr T and GitHub
44deb84460
fix(45336): add a blank line before the comment expression to avoid disrupting return statement ( #46287 )
2021-10-11 16:41:49 -07:00
Andrew Branch and GitHub
64b8172f06
Auto-imports: fix some exports being incorrectly stored as re-exports of others due to key conflict ( #45792 )
...
* Ensure symbol key unique when target is a local symbol exported elsewhere
* Add test
* Support targets without declarations
* Best key yet
* A-ha moment
* Clean up types
* Update API
* Update unit test
2021-10-08 15:20:12 -07:00
csigs and GitHub
613c43287b
LEGO: Merge pull request 46264
...
LEGO: Merge pull request 46264
2021-10-07 16:14:04 -07:00