@rolldown/debug
Advanced tools
@@ -10,2 +10,3 @@ export type HookLoadCallEnd = { | ||
| plugin_index: number; | ||
| call_id: string; | ||
| }; |
@@ -9,2 +9,3 @@ export type HookLoadCallStart = { | ||
| plugin_index: number; | ||
| call_id: string; | ||
| }; |
@@ -10,2 +10,3 @@ export type HookTransformCallEnd = { | ||
| plugin_index: number; | ||
| call_id: string; | ||
| }; |
@@ -10,2 +10,3 @@ export type HookTransformCallStart = { | ||
| plugin_index: number; | ||
| call_id: string; | ||
| }; |
+2
-3
| import { type Meta } from './generated/index.js'; | ||
| export * from './generated/index.js'; | ||
| export interface Event { | ||
| export type Event = { | ||
| timestamp: string; | ||
| session_id: string; | ||
| meta: Meta; | ||
| } | ||
| } & Meta; | ||
| export declare function parseToEvents(data: string): Event[]; | ||
| export declare function parseToEvent(data: string): Event; |
+5
-2
| { | ||
| "name": "@rolldown/debug", | ||
| "version": "1.0.0-beta.8-commit.2686eb1", | ||
| "version": "1.0.0-beta.8-commit.2a5c6a6", | ||
| "license": "MIT", | ||
@@ -14,2 +14,5 @@ "type": "module", | ||
| }, | ||
| "devDependencies": { | ||
| "@oxc-node/cli": "^0.0.25" | ||
| }, | ||
| "exports": { | ||
@@ -25,3 +28,3 @@ ".": { | ||
| "scripts": { | ||
| "gen-action-types": "node --import @oxc-node/core/register ../../scripts/src/gen-debug-action-types.ts", | ||
| "gen-action-types": "oxnode ../../scripts/src/gen-debug-action-types.ts", | ||
| "build": "pnpm run gen-action-types && tsc -b", | ||
@@ -28,0 +31,0 @@ "test": "echo \"Error: no test specified\" && exit 1" |
7315
1.4%136
2.26%1
Infinity%