File tree Expand file tree Collapse file tree
.github/actions/download-rolldown-binaries
packages/cli/snap-tests-global/command-staged-broken-config Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242 export VERSION=$(npm view --json rolldown | jq -r '.version')
4343 echo "Warning: rolldown source not found, using npm latest: ${VERSION}"
4444 fi
45- # Workaround: the published rolldown@1.0.1 binding enables mimalloc v3,
46- # which panics with "blocking task ran twice" (tokio) when tsdown drives
47- # rolldown via vp pack. Downgrade the binding to 1.0.1's predecessor
48- # until rolldown ships a fix. The 1.0.0 binding is ABI-compatible with
49- # the 1.0.1 JS sources for the surface vite-plus uses.
50- if [ "${VERSION}" = "1.0.1" ]; then
51- echo "Workaround: forcing binding version 1.0.0 (see download-rolldown-binaries comment)"
52- export VERSION="1.0.0"
53- fi
5445 npm pack "@rolldown/binding-${TARGET}@${VERSION}"
5546 tar -xzf "rolldown-binding-${TARGET}-${VERSION}.tgz"
5647 if [ -d "./rolldown/packages/rolldown/src" ]; then
Original file line number Diff line number Diff line change 33failed to load config from <cwd>/vite.config.ts
44Failed to load vite.config: Build failed with 1 error:
55
6- [PARSE_ERROR] Error: Unexpected token
6+ [PARSE_ERROR] Unexpected token
77 ╭─[ vite.config.ts:5:42 ]
88 │
99 5 │ // syntax error: missing closing brace
You can’t perform that action at this time.
0 commit comments