-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Remove typescript-etw from build #6919
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Confirmed, it's removed.
search try{t=void 0}catch(e){t=void 0} in
in v1.19.1 this was try{t=require("@microsoft/typescript-etw")}catch(e){t=void 0}
|
@nickmccurdy since |
|
What should the test do, just import everything and assert there are no warnings? |
|
maybe something like this webpack({
entry: './parser-typescript.js',
mode: 'production'
}, (error, stats) => {
// check error and stats
})quick test wget https://unpkg.com/[email protected]/parser-typescript.js
node -e "require('webpack')({entry: './parser-typescript.js', mode: 'production'}, (error, stats) => console.error(stats.compilation.warnings))" |
|
Thanks. I understand your test example, but where should I put this test? Test files? Integration test files (don't seem to run in CI)? After |
alexander-akait
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think manual tests enough in this case
* 'master' of github.com:prettier/prettier: Don't lowercase element names in CSS selectors (#6947) Support string-to-package config in JSON schema: (#6941) Rename SECURITY.md to .github/SECURITY.md Create SECURITY.md Add the XML plugin to the docs (#6944) TypeScript: Fix formatting of type operators as arrow function… (#6901) SCSS: don't add extra comma after last comment in map (#6918) Remove typescript-etw from build (#6919)
Fixes #6903 (tested with
yarn linkand webpack)Thanks to @j-f1 for figuring out the fix
docs/directory) (N/A)changelog_unreleased/*/pr-XXXX.mdfile followingchangelog_unreleased/TEMPLATE.md. (N/A)✨Try the playground for this PR✨