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.169739a
to
1.0.0-beta.7-commit.30e0395
+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 {};
export type HookResolveIdCallEnd = {
kind: 'HookResolveIdCallEnd';
resolved_id: string | null;
/**
* If the value is `true/false`, it means the plugin explicitly returned the value for this field.
*/
is_external: boolean | null;
plugin_name: string;
/**
* The index of the plugin in the plugin list. It's unique to each plugin.
*/
plugin_index: number;
};
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
export {};
export type HookResolveIdCallStart = {
kind: 'HookResolveIdCallStart';
importer: string | null;
module_request: string;
import_kind: string;
plugin_name: string;
/**
* The index of the plugin in the plugin list. It's unique to each plugin.
*/
plugin_index: number;
};
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
export {};
+5
-1

@@ -0,5 +1,9 @@

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

@@ -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';
export * from './HookLoadCallStart.js';
export * from './HookResolveIdCallEnd.js';
export * from './HookResolveIdCallStart.js';
export * from './HookTransformCallEnd.js';
export * from './HookTransformCallStart.js';
export * from './Action.js';
export * from './BuildEnd.js';
export * from './BuildStart.js';
export * from './HookLoadCallEnd.js';
export * from './HookLoadCallStart.js';
export * from './HookResolveIdCallEnd.js';
export * from './HookResolveIdCallStart.js';
export * from './HookTransformCallEnd.js';
export * from './HookTransformCallStart.js';
+1
-1

@@ -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.169739a",
"version": "1.0.0-beta.7-commit.30e0395",
"license": "MIT",

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

Sorry, the diff of this file is not supported yet