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.7-commit.a1a360c
to
1.0.0-beta.7-commit.a684277
+3
dist/generated/BuildEnd.d.ts
export type BuildEnd = {
kind: 'BuildEnd';
};
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
export {};
export type BuildStart = {
kind: 'BuildStart';
};
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
export {};
+3
-1

@@ -0,1 +1,3 @@

import type { BuildEnd } from "./BuildEnd";
import type { BuildStart } from "./BuildStart";
import type { HookLoadCallEnd } from "./HookLoadCallEnd";

@@ -5,2 +7,2 @@ import type { HookLoadCallStart } from "./HookLoadCallStart";

import type { HookTransformCallStart } from "./HookTransformCallStart";
export type Action = HookTransformCallStart | HookTransformCallEnd | HookLoadCallStart | HookLoadCallEnd;
export type Action = HookTransformCallStart | HookTransformCallEnd | HookLoadCallStart | HookLoadCallEnd | BuildStart | BuildEnd;

@@ -6,2 +6,6 @@ export type HookLoadCallEnd = {

plugin_name: string;
/**
* The index of the plugin in the plugin list. It's unique to each plugin.
*/
plugin_index: number;
};

@@ -5,2 +5,6 @@ export type HookLoadCallStart = {

plugin_name: string;
/**
* The index of the plugin in the plugin list. It's unique to each plugin.
*/
plugin_index: number;
};

@@ -6,2 +6,6 @@ export type HookTransformCallEnd = {

plugin_name: string;
/**
* The index of the plugin in the plugin list. It's unique to each plugin.
*/
plugin_index: number;
};

@@ -6,2 +6,6 @@ export type HookTransformCallStart = {

plugin_name: string;
/**
* The index of the plugin in the plugin list. It's unique to each plugin.
*/
plugin_index: number;
};
export * from './Action.js';
export * from './BuildEnd.js';
export * from './BuildStart.js';
export * from './HookLoadCallEnd.js';

@@ -3,0 +5,0 @@ export * from './HookLoadCallStart.js';

export * from './Action.js';
export * from './BuildEnd.js';
export * from './BuildStart.js';
export * from './HookLoadCallEnd.js';

@@ -3,0 +5,0 @@ export * from './HookLoadCallStart.js';

@@ -5,3 +5,3 @@ import { type Action } from './generated/index.js';

timestamp: string;
buildId: string;
session_id: string;
fields: {

@@ -8,0 +8,0 @@ action: Action;

{
"name": "@rolldown/debug",
"version": "1.0.0-beta.7-commit.a1a360c",
"version": "1.0.0-beta.7-commit.a684277",
"license": "MIT",

@@ -5,0 +5,0 @@ "type": "module",

Sorry, the diff of this file is not supported yet