@rolldown/debug
Advanced tools
| export type Module = { | ||
| id: string; | ||
| is_external: boolean; | ||
| imports: Array<string> | null; | ||
| importers: Array<string> | null; | ||
| }; |
| // This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually. | ||
| export {}; |
| import type { Module } from "./Module"; | ||
| export type ModuleGraphReady = { | ||
| action: 'ModuleGraphReady'; | ||
| modules: Array<Module>; | ||
| }; |
| export {}; |
@@ -10,1 +10,3 @@ export * from './BuildEnd.js'; | ||
| export * from './Meta.js'; | ||
| export * from './Module.js'; | ||
| export * from './ModuleGraphReady.js'; |
@@ -10,1 +10,3 @@ export * from './BuildEnd.js'; | ||
| export * from './Meta.js'; | ||
| export * from './Module.js'; | ||
| export * from './ModuleGraphReady.js'; |
@@ -9,2 +9,3 @@ import type { BuildEnd } from "./BuildEnd"; | ||
| import type { HookTransformCallStart } from "./HookTransformCallStart"; | ||
| export type Meta = HookTransformCallStart | HookTransformCallEnd | HookLoadCallStart | HookLoadCallEnd | BuildStart | BuildEnd | HookResolveIdCallStart | HookResolveIdCallEnd; | ||
| import type { ModuleGraphReady } from "./ModuleGraphReady"; | ||
| export type Meta = HookTransformCallStart | HookTransformCallEnd | HookLoadCallStart | HookLoadCallEnd | BuildStart | BuildEnd | HookResolveIdCallStart | HookResolveIdCallEnd | ModuleGraphReady; |
+5
-2
| { | ||
| "name": "@rolldown/debug", | ||
| "version": "1.0.0-beta.8-commit.534fde3", | ||
| "version": "1.0.0-beta.8-commit.53a64a8", | ||
| "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" |
Sorry, the diff of this file is not supported yet
8005
9.85%29
16%155
13.97%1
Infinity%