Anders Hejlsberg
0a506ac101
Backing off yet more
2020-08-25 17:20:24 -10:00
Anders Hejlsberg
e9b8606604
Accept new baselines
2020-08-25 16:31:41 -10:00
Anders Hejlsberg
c065c2da6e
Partially disable inference recursion tracking changes
2020-08-25 16:31:06 -10:00
Kyℓe Hensel
c5446d1a47
don't emit "unused @ts-expect-error" in unchecked js files ( #40046 )
...
* don't emit unused ts-expect-error in unchecked js files
* simplify code
2020-08-25 11:04:23 -07:00
Andrew Casey
2ff70f0b09
Merge pull request #40244 from amcasey/EmptyCommit
...
Swallow empty-commit error
2020-08-25 10:28:28 -07:00
Andrew Casey
d6dda230bc
Swallow empty-commit error
2020-08-25 10:16:58 -07:00
Nathan Shively-Sanders
d45c0590f7
Update CONTRIBUTING.md for code contributors ( #40230 )
...
* Update CONTRIBUTING.md
1. Add basic step-by-step startup instructions.
2. Remove/simplify some outdated instructions.
3. Rewrite some instructions to sound less like manuals from the 60s.
* add link to help wanted bugs in step-by-step startup
* Update CONTRIBUTING.md
Co-authored-by: Orta Therox <ortam@microsoft.com>
* Update CONTRIBUTING.md
Co-authored-by: Orta Therox <ortam@microsoft.com>
* from PR feedback
Co-authored-by: Orta Therox <ortam@microsoft.com>
2020-08-25 09:23:43 -07:00
csigs
bfa69b7bb7
LEGO: Merge pull request 40236
...
LEGO: Merge pull request 40236
2020-08-24 23:12:15 -07:00
csigs
41349977ea
LEGO: check in for master to temporary branch.
2020-08-25 06:11:11 +00:00
Nathan Shively-Sanders
4aadd5af41
Fix commonjs require of ES export ( #40221 )
...
The commonjs-specific code for resolving access expressions on `require`
assumes a fake commonjs export. For real exports, it needs to call
resolveSymbol since it's outside the normal alias-resolving
infrastructure.
2020-08-24 12:37:25 -07:00
TypeScript Bot
31fab0fb1e
Update package-lock.json
2020-08-24 06:22:15 +00:00
TypeScript Bot
e83102134e
Update package-lock.json
2020-08-23 06:17:43 +00:00
Alexander T
2dd7a4bf93
fix(31046): add new diagnostic message for incompatible constructor signature ( #40073 )
2020-08-22 13:26:13 -07:00
Alexander T
9569198df6
fix(25770): add diagnostic message for the possible mapped type used as an index ( #39973 )
2020-08-21 10:42:48 -07:00
Alexander T
6ec3629ef4
fix(26325): use a unique name for reserved words in 'constructor like' function name ( #39684 )
2020-08-21 09:47:37 -07:00
cherryblossom000
e8dbc2dd07
Fix typo in (Readonly)Set.keys comment ( fixes #40164 ) ( #40176 )
2020-08-21 09:15:29 -07:00
Neil Kistner
585603e934
Add compactDisplay and signDisplay to NumberFormatOptions ( #40039 )
2020-08-21 00:49:22 -07:00
TypeScript Bot
8429ddd4f0
Update package-lock.json
2020-08-21 06:17:39 +00:00
Andrew Casey
54bc0ed93f
Merge pull request #40161 from amcasey/NoNpmUpdate
...
Delete extra npm update
2020-08-20 18:39:24 -07:00
Andrew Casey
4778cda0b2
Delete extra npm update
2020-08-20 18:16:28 -07:00
Andrew Casey
4eb9fb4bd2
Merge pull request #40146 from amcasey/PackageLock
...
Adopt package-lock.json
2020-08-20 17:50:23 -07:00
Eli Barzilay
f9e360d44b
Add missing contextual type to static PropertyDeclarations
...
Makes it possible to type class static fields.
Fixes #33897 .
2020-08-20 19:12:55 -04:00
Ron Buckton
598e9b2e88
Allow trailing params of 'undefined', 'unknown', and 'any' to be optional in non-strictNullChecks JS ( #40057 )
2020-08-20 13:38:14 -07:00
Wesley Wigham
76639f1585
Revamp dockerfile for office-ui-fabric to reduce noise ( #40147 )
...
* Revamp dockerfile for office-ui-fabric to reduce noise and better handle recent changes to project structure
* Revert baseline change so it can be in the normal update, use node 12 since its LTS
2020-08-20 12:01:26 -07:00
TypeScript Bot
a7c306f384
Update user baselines +cc @sandersn ( #39881 )
...
Co-authored-by: typescript-bot <typescript@microsoft.com>
2020-08-20 09:38:34 -07:00
Nitish Awasthi
aa8742ae41
Typescript Language Specification amended ( #40120 )
...
fixes #39185
2020-08-20 07:53:24 -07:00
Andrew Casey
c12bc7b906
Update bot email address
2020-08-19 18:01:29 -07:00
Andrew Casey
00d7d52729
Git ignore package-lock.json and forcibly update in workflow
2020-08-19 17:57:22 -07:00
Andrew Casey
4d57d35949
Add a workflow to update package-lock.json daily
2020-08-19 17:16:24 -07:00
Andrew Casey
5bcb353e18
Adopt package-lock.json and npm ci
2020-08-19 16:50:23 -07:00
Joost Koehoorn
2f2b679436
Optimize external source maps without full cache ( #40130 )
2020-08-19 16:05:32 -07:00
Nathan Shively-Sanders
55ca5e91b9
Fixes crash on chained property access on require ( #40135 )
...
From the user tests:
```js
const x = require('y').z.ka
```
would cause the crash because I forgot to call
getLeftMmostPropertyAccessExpression in one place.
Note that this doesn't fix the alias, it just stops the crash.
2020-08-19 12:59:22 -07:00
Wesley Wigham
44d2350e5f
Fix tuple name homogeneity check ( #40118 )
2020-08-19 12:08:17 -07:00
Daniel Rosenwasser
31f4957494
Revert "Optimize source mapping into external source map sources ( #40055 )" ( #40126 )
...
This reverts commit 1e84ffc70313aae70c1cee9ce928a9fff022cabb.
2020-08-19 11:46:52 -07:00
devsnek
a0d457e14c
Add missing properties to stdlib ( #38678 )
2020-08-18 23:05:38 -07:00
csigs
c51aacac44
LEGO: Merge pull request 40127
...
LEGO: Merge pull request 40127
2020-08-18 21:11:37 -07:00
csigs
f27a11d0df
LEGO: check in for master to temporary branch.
2020-08-19 04:10:48 +00:00
Joost Koehoorn
1e84ffc703
Optimize source mapping into external source map sources ( #40055 )
2020-08-18 18:09:05 -07:00
csigs
6a622a11c9
LEGO: Merge pull request 40119
...
LEGO: Merge pull request 40119
2020-08-18 15:11:59 -07:00
csigs
a9277b7e02
LEGO: check in for master to temporary branch.
2020-08-18 22:11:06 +00:00
Andrew Casey
5ff1b75aff
Merge pull request #40043 from gluxon/uvException-hotspot
...
Set stackTraceLimit to 0 in fileSystemEntryExists
2020-08-18 13:54:58 -07:00
Wesley Wigham
56a2e34991
Ping @sandersn on new user baseline commits ( #40117 )
...
* Ping @sandersn on new user baseline commits
You asked for this~
* Update whitespace/comment
2020-08-18 13:28:33 -07:00
Nathan Shively-Sanders
6fea7ff536
Add unit tests for VersionRange ( #40114 )
...
* Add unit tests for VersionRange
Make it easier to understand the intended semantics next time I have to
read this code.
* I miss prettier
2020-08-18 13:06:17 -07:00
Andrew Branch
dbab46c363
The falsy part of any/unknown is any/unknown ( #39529 )
2020-08-18 11:06:44 -07:00
csigs
24832e8100
LEGO: Merge pull request 40112
...
LEGO: Merge pull request 40112
2020-08-18 09:11:35 -07:00
csigs
c191f10ed6
LEGO: check in for master to temporary branch.
2020-08-18 16:10:44 +00:00
csigs
a2d20a2f4d
LEGO: Merge pull request 40108
...
LEGO: Merge pull request 40108
2020-08-18 03:11:43 -07:00
csigs
9bf6b7bf53
LEGO: check in for master to temporary branch.
2020-08-18 10:10:53 +00:00
Alexander T
9f3af67929
fix(10019): allow renaming labels ( #40064 )
2020-08-18 01:04:49 -07:00
Wesley Wigham
f9cca25cd7
Fix lack of error on default export of nonexistant name ( #40094 )
...
* Modify test harness so it can report underlying issue, fix small parent pointer issue
* Fix underlying export asignment check issue and fix lints
* Ensure class/function duplicate declaration errors are reported regarless of which is encountered first
* Ensure flag conflict errors are reported regardless of which declaration is encountered first
2020-08-17 15:30:19 -07:00