-
Notifications
You must be signed in to change notification settings - Fork 16
Esbuild migration work #1005
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
base: main
Are you sure you want to change the base?
Esbuild migration work #1005
Conversation
eslint.config.mjs
Outdated
| globalIgnores([ | ||
| 'test/testProjects/**', | ||
| ]), |
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'd be fine with adding this path to the shared pkg too.
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 in static web apps the path is 'test/testProject/**' should I add this path to the shared package as well?
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.
Yeah, or rename the folder in SWA
package.json
Outdated
| "@vscode/test-electron": "*", | ||
| "@vscode/vsce": "*", | ||
| "esbuild": "*", | ||
| "esbuild-plugin-copy": "^2.1.1", |
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'd keep * version for this one and leave control of the version to the eng pkg
This PR contains the bulk of the migration work. I am still working on fixing some errors including lint and build errors. I'll put those in seperate PR's that merge into this branch before merging this.
Todo: