Skip to content

🤖 User test baselines have changed for refs/heads/master - #39077

Merged
Nathan Shively-Sanders (sandersn) merged 1 commit into
microsoft:masterfrom
typescript-bot:user-baseline-updates
Jun 22, 2020
Merged

🤖 User test baselines have changed for refs/heads/master#39077
Nathan Shively-Sanders (sandersn) merged 1 commit into
microsoft:masterfrom
typescript-bot:user-baseline-updates

Conversation

@typescript-bot

Copy link
Copy Markdown
Contributor

This test run was triggerd by a request on #33716
Please review the diff and merge if no changes are unexpected.
You can view the build log here.

cc @microsoft/typescript

@typescript-bot
TypeScript Bot (typescript-bot)force-pushed the user-baseline-updates branch 29 times, most recently from 351893e to 09b6940CompareJune 19, 2020 07:11
@typescript-bot
TypeScript Bot (typescript-bot)force-pushed the user-baseline-updates branch 7 times, most recently from 905a8e6 to 53ad18cCompareJune 22, 2020 16:15

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Error code being 2 is .. OK, and probably should have been that way before.

Exit Code: 2
Standard output:
lib/ContextModule.js(352,32): error TS2345: Argument of type 'Pick<ContextOptions & ContextModuleOptionsExtras, "include" | "regExp" | "chunkName" | "referencedExports" | "mode" | "recursive" | ... 6 more ... | "resourceQuery">' is not assignable to parameter of type 'ContextOptions & ContextModuleOptionsExtras'.
Property 'resolveOptions' is missing in type 'Pick<ContextOptions & ContextModuleOptionsExtras, "include" | "regExp" | "chunkName" | "referencedExports" | "mode" | "recursive" | ... 6 more ... | "resourceQuery">' but required in type 'ContextModuleOptionsExtras'.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure why this worked before, but the code tries to assign Omit<X, "p"> to X and that definitely means you should get a "missing 'p'" error.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Previously, the function which was called here was typed as any. I think it's because it was assigned any outside the constructor. Regardless, the new type is correct.

@sandersn
Nathan Shively-Sanders (sandersn) merged commit d10beaa into microsoft:masterJun 22, 2020
AllenLee (cangSDARM) added a commit to cangSDARM/TypeScript that referenced this pull request Jun 23, 2020
* upstream/master: (58 commits)
Variadic tuple types (microsoft#39094)
chore: resolve suggestions
Expand auto-import to all package.json dependencies (microsoft#38923)
inline local functions
Update bigint declaration file (microsoft#38526)
Update user baselines (microsoft#39077)
LEGO: check in for master to temporary branch.
Add missing index.ts files to user projects (microsoft#39163)
Add reason for a disabled code action (microsoft#37871)
Minor fix for assertion predicates (microsoft#38710)
Update LKG (microsoft#39173)
Reparse top level 'await' in modules (microsoft#39084)
change
chore: more change
chore: resolve review
chore: save space
fix: lint error
test: add test for it
chore: make isJsxAttr required
chore: revert change in checker
...
# Conflicts:
#	src/compiler/binder.ts
#	src/compiler/checker.ts
#	src/compiler/parser.ts
#	src/compiler/types.ts
Jack Works (Jack-Works) pushed a commit to Jack-Works/TypeScript that referenced this pull request Jun 24, 2020
Co-authored-by: typescript-bot <typescript@microsoft.com>
@microsoftMicrosoft (microsoft) locked as resolved and limited conversation to collaborators Oct 21, 2025
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@typescript-bot@sandersn