-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
fix(types): improve ESBuildOptions.include / exclude
type to allow readonly (string | RegExp)[]
#19146
fix(types): improve ESBuildOptions.include / exclude
type to allow readonly (string | RegExp)[]
#19146
Conversation
ESBuildOptions
typeESBuildOptions.include / exclude
type to allow readonly (string | RegExp)[]
I was thinking this could be a fix and released as a patch, since it feels like an oversight to me that it's not |
I'm fine with releasing this as a patch, too. Let's merge this if the ecosystem-ci is ok 👍 |
/ecosystem-ci run |
commit: |
📝 Ran ecosystem CI on
✅ analogjs, astro, laravel, marko, nuxt, previewjs, quasar, qwik, rakkas, storybook, sveltekit, unocss, vike, vite-environment-examples, vite-plugin-pwa, vite-plugin-react, vite-plugin-react-swc, vite-plugin-svelte, vite-plugin-vue, vite-setup-catalogue, vitepress, vuepress, waku |
ecosystem-ci seems ok |
ESBuildOptions.include / exclude
type to allow readonly (string | RegExp)[]
ESBuildOptions.include / exclude
type to allow readonly (string | RegExp)[]
Description
https://github.com/rollup/plugins/blob/d64f8d69d0ca138161fc98c0b2cd2b5df73c2895/packages/pluginutils/types/index.d.ts#L28