Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

typescript-bot
Copy link
Collaborator

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

/vue-next/packages/template-explorer/src/index.ts → packages/template-explorer/dist/template-explorer.global.js...
created packages/template-explorer/dist/template-explorer.global.js in ?s
/vue-next/packages/vue/src/index.ts → packages/vue/dist/vue.esm-bundler.js...
[!] (plugin rpt2) Error: /vue-next/packages/vue/src/devCheck.ts(2,11): semantic error TS2774: This condition will always return true since the function is always defined. Did you mean to call it instead?
Copy link
Member

Choose a reason for hiding this comment

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

this is due to us expending the uncalled functions checks to ternaries. As far as I'm concerned, the error's not wrong (this is a defensive check).

@@ -31,6 +90,16 @@ node_modules/enhanced-resolve/lib/CachedInputFileSystem.js(235,4): error TS2322:
node_modules/enhanced-resolve/lib/CachedInputFileSystem.js(246,4): error TS2322: Type 'null' is not assignable to type '(path: any) => any'.
node_modules/enhanced-resolve/lib/CachedInputFileSystem.js(252,24): error TS2322: Type 'null' is not assignable to type '(path: any, callback: any) => void'.
node_modules/enhanced-resolve/lib/CachedInputFileSystem.js(257,28): error TS2322: Type 'null' is not assignable to type '(path: any) => any'.
node_modules/enhanced-resolve/lib/CachedInputFileSystem.js(261,21): error TS2339: Property 'provide' does not exist on type 'Storage'.
Copy link
Member

Choose a reason for hiding this comment

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

Methinks there's a global type named Storage now which is overriding the jsdocy value-following fallback lookup.

Copy link
Member

Choose a reason for hiding this comment

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

...no, that's not it. Something seems wrong.

@typescript-bot typescript-bot force-pushed the user-update-Microsoft-20200226-refs/heads/master branch from b7b54fb to 0f2ff0b Compare February 26, 2020 01:00
@typescript-bot typescript-bot force-pushed the user-update-Microsoft-20200226-refs/heads/master branch from 0f2ff0b to a450047 Compare February 26, 2020 01:34
@weswigham weswigham merged commit 56b6d0d into microsoft:master Feb 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants