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.a7cf9ac
to
1.0.0-beta.7-commit.b80d472
+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;
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.a7cf9ac",
"version": "1.0.0-beta.7-commit.b80d472",
"license": "MIT",

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

Sorry, the diff of this file is not supported yet