Skip to content

Commit b1b922e

Browse files
committed
chore: tweak rolldown build
1 parent b822529 commit b1b922e

File tree

4 files changed

+168
-22
lines changed

4 files changed

+168
-22
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@
9696
"@kazupon/eslint-config": "^0.38.0",
9797
"@kazupon/prettier-config": "^0.1.1",
9898
"@microsoft/api-extractor": "7.15.2",
99-
"@rolldown/plugin-node-polyfills": "^1.0.0",
10099
"@rollup/plugin-commonjs": "^29.0.0",
101100
"@rollup/plugin-json": "^6.0.0",
102101
"@rollup/plugin-node-resolve": "^16.0.0",
@@ -141,7 +140,7 @@
141140
"pkg-pr-new": "^0.0.60",
142141
"playwright-core": "^1.45.3",
143142
"prettier": "^3.6.2",
144-
"rolldown": "1.0.0-beta.44",
143+
"rolldown": "1.0.0-beta.51",
145144
"rollup": "^4.21.2",
146145
"rollup-plugin-dts": "^6.1.1",
147146
"rollup-plugin-node-builtins": "^2.1.2",

pnpm-lock.yaml

Lines changed: 166 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/build-types.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,6 @@ export async function buildTypings(targets: string[]) {
4545
})
4646
if (dts.errors.length) {
4747
dts.errors.forEach(err => {
48-
// temporary workaround for https://github.com/oxc-project/oxc/issues/5668
49-
if (!err.message.includes('set value(_: S)')) {
50-
console.error(err)
51-
}
5248
errs += err.message + '\n'
5349
})
5450
}

0 commit comments

Comments
 (0)