@rolldown/debug
Advanced tools
| export type BuildEnd = { | ||
| kind: 'BuildEnd'; | ||
| }; |
| // This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually. | ||
| export {}; |
| export type BuildStart = { | ||
| kind: 'BuildStart'; | ||
| }; |
| // This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually. | ||
| export {}; |
@@ -0,1 +1,3 @@ | ||
| import type { BuildEnd } from "./BuildEnd"; | ||
| import type { BuildStart } from "./BuildStart"; | ||
| import type { HookLoadCallEnd } from "./HookLoadCallEnd"; | ||
@@ -5,2 +7,2 @@ import type { HookLoadCallStart } from "./HookLoadCallStart"; | ||
| import type { HookTransformCallStart } from "./HookTransformCallStart"; | ||
| export type Action = HookTransformCallStart | HookTransformCallEnd | HookLoadCallStart | HookLoadCallEnd; | ||
| export type Action = HookTransformCallStart | HookTransformCallEnd | HookLoadCallStart | HookLoadCallEnd | BuildStart | BuildEnd; |
@@ -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; | ||
| }; |
| export * from './Action.js'; | ||
| export * from './BuildEnd.js'; | ||
| export * from './BuildStart.js'; | ||
| export * from './HookLoadCallEnd.js'; | ||
@@ -3,0 +5,0 @@ export * from './HookLoadCallStart.js'; |
| export * from './Action.js'; | ||
| export * from './BuildEnd.js'; | ||
| export * from './BuildStart.js'; | ||
| export * from './HookLoadCallEnd.js'; | ||
@@ -3,0 +5,0 @@ export * from './HookLoadCallStart.js'; |
+1
-1
@@ -5,3 +5,3 @@ import { type Action } from './generated/index.js'; | ||
| timestamp: string; | ||
| buildId: string; | ||
| session_id: string; | ||
| fields: { | ||
@@ -8,0 +8,0 @@ action: Action; |
+1
-1
| { | ||
| "name": "@rolldown/debug", | ||
| "version": "1.0.0-beta.7-commit.a1a360c", | ||
| "version": "1.0.0-beta.7-commit.a684277", | ||
| "license": "MIT", | ||
@@ -5,0 +5,0 @@ "type": "module", |
Sorry, the diff of this file is not supported yet
5719
24.87%21
23.53%97
49.23%