Sign In

@rolldown/debug

Package Overview
Dependencies
Maintainers
3
Versions
169
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rolldown/debug - npm Package Compare versions

Comparing version
1.0.0-beta.8-commit.985af6d
to
1.0.0-beta.8-commit.a29b7fb
+6
dist/generated/Module.d.ts
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>;
};
+2
-0

@@ -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';
+2
-1

@@ -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;
{
"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