@rolldown/debug
Advanced tools
@@ -6,2 +6,6 @@ export type HookLoadCallEnd = { | ||
| plugin_name: string; | ||
| /** | ||
| * The index of the plugin in the plugin list. It's unique to each plugin. | ||
| */ | ||
| plugin_index: number; | ||
| }; |
@@ -5,2 +5,6 @@ export type HookLoadCallStart = { | ||
| plugin_name: string; | ||
| /** | ||
| * The index of the plugin in the plugin list. It's unique to each plugin. | ||
| */ | ||
| plugin_index: number; | ||
| }; |
@@ -6,2 +6,6 @@ export type HookTransformCallEnd = { | ||
| plugin_name: string; | ||
| /** | ||
| * The index of the plugin in the plugin list. It's unique to each plugin. | ||
| */ | ||
| plugin_index: number; | ||
| }; |
@@ -6,2 +6,6 @@ export type HookTransformCallStart = { | ||
| plugin_name: string; | ||
| /** | ||
| * The index of the plugin in the plugin list. It's unique to each plugin. | ||
| */ | ||
| plugin_index: number; | ||
| }; |
+1
-1
| { | ||
| "name": "@rolldown/debug", | ||
| "version": "1.0.0-beta.7-commit.a1a360c", | ||
| "version": "1.0.0-beta.7-commit.a7cf9ac", | ||
| "license": "MIT", | ||
@@ -5,0 +5,0 @@ "type": "module", |
5064
10.57%81
24.62%