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.2686eb1
to
1.0.0-beta.8-commit.2a5c6a6
+1
-0
dist/generated/HookLoadCallEnd.d.ts

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