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.534fde3
to
1.0.0-beta.8-commit.53a64a8
+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.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