refactor: use originalFileNames/names#18240
Merged
patak-cat merged 9 commits intovitejs:mainfrom Oct 24, 2024
Merged
Conversation
|
|
9 tasks
Member
Author
|
I didn't expect the tests to pass. I thought it will fail with rollup's rust part compilation but it seems it works without setup-rust-toolchain action. 😮 |
Member
|
/ecosystem-ci run |
|
📝 Ran ecosystem CI on
✅ ladle, laravel, marko, nuxt, previewjs, quasar, qwik, rakkas, redwoodjs, storybook, unocss, vite-environment-examples, vite-plugin-pwa, vite-plugin-react, vite-plugin-react-swc, vite-plugin-svelte, vite-plugin-vue, vite-setup-catalogue, vitepress, vuepress |
patak-cat
previously approved these changes
Oct 7, 2024
bluwy
previously approved these changes
Oct 24, 2024
patak-cat
approved these changes
Oct 24, 2024
sapphi-red
added a commit
to vitejs/rolldown-vite
that referenced
this pull request
Nov 6, 2024
…ejs#18240)" This partially reverts commit f2957c8.
sapphi-red
added a commit
to vitejs/rolldown-vite
that referenced
this pull request
Nov 13, 2024
…ejs#18240)" This partially reverts commit f2957c8.
sapphi-red
added a commit
to vitejs/rolldown-vite
that referenced
this pull request
Nov 13, 2024
…ejs#18240)" This partially reverts commit f2957c8.
sapphi-red
added a commit
to vitejs/rolldown-vite
that referenced
this pull request
Nov 13, 2024
…ejs#18240)" This partially reverts commit f2957c8.
sapphi-red
added a commit
to vitejs/rolldown-vite
that referenced
this pull request
Nov 14, 2024
…ejs#18240)" This partially reverts commit f2957c8.
sapphi-red
added a commit
to vitejs/rolldown-vite
that referenced
this pull request
Nov 14, 2024
…ejs#18240)" This partially reverts commit f2957c8.
sapphi-red
added a commit
to vitejs/rolldown-vite
that referenced
this pull request
Nov 22, 2024
…ejs#18240)" This partially reverts commit f2957c8.
sapphi-red
added a commit
to vitejs/rolldown-vite
that referenced
this pull request
Nov 22, 2024
…ejs#18240)" This partially reverts commit f2957c8.
sapphi-red
added a commit
to vitejs/rolldown-vite
that referenced
this pull request
Nov 29, 2024
…ejs#18240)" This partially reverts commit f2957c8.
github-merge-queue bot
pushed a commit
to rolldown/rolldown
that referenced
this pull request
Dec 4, 2024
<!-- Thank you for contributing! --> ### Description close #2496 refs #2046, rollup/rollup#5686, vitejs/vite#18240 <!-- Please insert your description here and provide especially info about the "what" this PR is solving -->
sapphi-red
added a commit
to vitejs/rolldown-vite
that referenced
this pull request
Dec 11, 2024
…es` (vitejs#18240)"" This reverts commit aec2b6e.
moonlitusun
pushed a commit
to moonlitusun/vite
that referenced
this pull request
May 25, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Use
originalFileNamesandnameswhich will be added by rollup/rollup#5686.