Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Jul 18, 2024
1 parent 3a9a767 commit b79cb94
Show file tree
Hide file tree
Showing 4 changed files with 85 additions and 71 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"[email protected]": "patches/[email protected]",
"[email protected]": "patches/[email protected]",
"[email protected]": "patches/[email protected]",
"rolldown@0.10.5": "patches/rolldown@0.10.5.patch"
"rolldown@0.12.1": "patches/rolldown@0.12.1.patch"
},
"peerDependencyRules": {
"allowedVersions": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"esbuild": "^0.21.3",
"postcss": "^8.4.39",
"rollup": "^4.13.0",
"rolldown": "^0.10.5"
"rolldown": "^0.12.1"
},
"optionalDependencies": {
"fsevents": "~2.3.3"
Expand Down
31 changes: 31 additions & 0 deletions patches/[email protected]
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
diff --git a/dist/types/binding.d.ts b/dist/types/binding.d.ts
index a6a5fc5cc68c7151e2ba8ef40304f635adefaa41..88da140d22bb586721f07947c3497d0cd24f5b0b 100644
--- a/dist/types/binding.d.ts
+++ b/dist/types/binding.d.ts
@@ -247,7 +247,7 @@ export interface BindingResolveOptions {
}

export interface BindingSourcemap {
- inner: string | BindingJSONSourcemap
+ inner: string | BindingJsonSourcemap
}

export interface BindingTreeshake {
@@ -334,4 +334,3 @@ export interface TypeScriptBindingOptions {
allowNamespaces?: boolean
allowDeclareFields?: boolean
}
-
diff --git a/dist/types/options/normalized-input-options.d.ts b/dist/types/options/normalized-input-options.d.ts
index 43794f69c9036db22c58200ddf812b128ff2d821..d4ba99ef6d402e506e41b00e10ec26a6bf71902d 100644
--- a/dist/types/options/normalized-input-options.d.ts
+++ b/dist/types/options/normalized-input-options.d.ts
@@ -2,7 +2,7 @@ import type { LogLevelOption, RollupLog, NormalizedInputOptions as RollupNormali
import type { InputOptions } from './input-options';
import type { RolldownPlugin } from '../plugin';
import type { LogLevel } from '../log/logging';
-import { NormalizedTreeshakingOptions } from '../../src/treeshake';
+import { NormalizedTreeshakingOptions } from '../treeshake';
export interface NormalizedInputOptions extends Omit<InputOptions, 'treeshake'> {
input: RollupNormalizedInputOptions['input'];
plugins: RolldownPlugin[];
121 changes: 52 additions & 69 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b79cb94

Please sign in to comment.