@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; |
+1
-1
| { | ||
| "name": "@rolldown/debug", | ||
| "version": "1.0.0-beta.8-commit.985af6d", | ||
| "version": "1.0.0-beta.8-commit.a29b7fb", | ||
| "license": "MIT", | ||
@@ -5,0 +5,0 @@ "type": "module", |
Sorry, the diff of this file is not supported yet
8005
9.43%29
16%155
13.97%