File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6363 "picocolors" : " ^1.1.1" ,
6464 "playwright-chromium" : " ^1.58.2" ,
6565 "prettier" : " 3.8.1" ,
66- "rolldown" : " 1.0.0-rc.8 " ,
66+ "rolldown" : " 1.0.0-rc.9 " ,
6767 "rollup" : " ^4.59.0" ,
6868 "simple-git-hooks" : " ^2.13.1" ,
6969 "tsx" : " ^4.21.0" ,
Original file line number Diff line number Diff line change 7777 "lightningcss" : " ^1.32.0" ,
7878 "picomatch" : " ^4.0.3" ,
7979 "postcss" : " ^8.5.8" ,
80- "rolldown" : " 1.0.0-rc.8 " ,
80+ "rolldown" : " 1.0.0-rc.9 " ,
8181 "tinyglobby" : " ^0.2.15"
8282 },
8383 "optionalDependencies" : {
Original file line number Diff line number Diff line change 11import MagicString from 'magic-string'
22import { exactRegex } from 'rolldown/filter'
3- import type { BindingMagicString } from 'rolldown'
3+ import type { RolldownMagicString } from 'rolldown'
44import { createToImportMetaURLBasedRelativeRuntime } from '../build'
55import { type Plugin , perEnvironmentPlugin } from '../plugin'
66import { cleanUrl } from '../../shared/utils'
@@ -121,7 +121,7 @@ export default ${wasmHelperCode}
121121 )
122122
123123 let match : RegExpExecArray | null
124- let s : BindingMagicString | MagicString | undefined
124+ let s : RolldownMagicString | MagicString | undefined
125125
126126 wasmInitUrlRE . lastIndex = 0
127127 while ( ( match = wasmInitUrlRE . exec ( code ) ) ) {
@@ -143,7 +143,7 @@ export default ${wasmHelperCode}
143143
144144 return meta . magicString
145145 ? {
146- code : s as BindingMagicString ,
146+ code : s as RolldownMagicString ,
147147 }
148148 : {
149149 code : s . toString ( ) ,
Original file line number Diff line number Diff line change 1010 "convert-source-map" : " ^2.0.0" ,
1111 "css-color-names" : " ^1.0.1" ,
1212 "kill-port" : " ^1.6.1" ,
13- "rolldown" : " 1.0.0-rc.8 "
13+ "rolldown" : " 1.0.0-rc.9 "
1414 }
1515}
You can’t perform that action at this time.
0 commit comments