File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1004,7 +1004,7 @@ describe('onRollupLog', () => {
1004
1004
code : 'UNRESOLVED_IMPORT' ,
1005
1005
message : 'test' ,
1006
1006
} ) ,
1007
- ) . rejects . toThrowError ( / R o l l u p f a i l e d t o r e s o l v e i m p o r t / )
1007
+ ) . rejects . toThrowError ( / R o l l d o w n f a i l e d t o r e s o l v e i m p o r t / )
1008
1008
} )
1009
1009
1010
1010
test . each ( [ [ `Unsupported expression` ] , [ `statically analyzed` ] ] ) (
Original file line number Diff line number Diff line change @@ -1083,7 +1083,7 @@ export function onRollupLog(
1083
1083
// throw unless it's commonjs external...
1084
1084
if ( ! id || ! id . endsWith ( '?commonjs-external' ) ) {
1085
1085
throw new Error (
1086
- `[vite]: Rollup failed to resolve import "${ exporter } " from "${ id } ".\n` +
1086
+ `[vite]: Rolldown failed to resolve import "${ exporter } " from "${ id } ".\n` +
1087
1087
`This is most likely unintended because it can break your application at runtime.\n` +
1088
1088
`If you do want to externalize this module explicitly add it to\n` +
1089
1089
`\`build.rollupOptions.external\`` ,
Original file line number Diff line number Diff line change @@ -449,7 +449,7 @@ export interface UserConfig extends DefaultEnvironmentOptions {
449
449
/**
450
450
* Vite plugins that apply to worker bundle. The plugins returned by this function
451
451
* should be new instances every time it is called, because they are used for each
452
- * rollup worker bundling process.
452
+ * rolldown worker bundling process.
453
453
*/
454
454
plugins ?: ( ) => PluginOption [ ]
455
455
/**
You can’t perform that action at this time.
0 commit comments