@rolldown/debug
Advanced tools
@@ -13,4 +13,8 @@ export type HookResolveIdCallEnd = { | ||
| plugin_id: number; | ||
| /** | ||
| * - `automatic` means the resolve call is triggered by the bundler automatically. | ||
| * - `manual` means the resolve call is triggered manually by `this.resolve(...)` | ||
| */ | ||
| trigger: 'automatic' | 'manual'; | ||
| call_id: string; | ||
| }; |
@@ -11,4 +11,8 @@ export type HookResolveIdCallStart = { | ||
| plugin_id: number; | ||
| /** | ||
| * - `automatic` means the resolve call is triggered by the bundler automatically. | ||
| * - `manual` means the resolve call is triggered manually by `this.resolve(...)` | ||
| */ | ||
| trigger: 'automatic' | 'manual'; | ||
| call_id: string; | ||
| }; |
+2
-2
| { | ||
| "name": "@rolldown/debug", | ||
| "version": "1.0.0-beta.47", | ||
| "version": "1.0.0-beta.48", | ||
| "license": "MIT", | ||
@@ -15,3 +15,3 @@ "type": "module", | ||
| "devDependencies": { | ||
| "@oxc-node/cli": "^0.0.32" | ||
| "@oxc-node/cli": "^0.0.34" | ||
| }, | ||
@@ -18,0 +18,0 @@ "exports": { |
15273
2.54%376
2.17%