Sign In

@rolldown/debug

Package Overview
Dependencies
Maintainers
3
Versions
170
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.47
to
1.0.0-beta.48
+4
-0
dist/generated/HookResolveIdCallEnd.d.ts

@@ -13,4 +13,8 @@ export type HookResolveIdCallEnd = {

plugin_id: number;
/**
* - `automatic` means the resolve call is triggered by the bundler automatically.
* - `manual` means the resolve call is triggered manually by `this.resolve(...)`
*/
trigger: 'automatic' | 'manual';
call_id: string;
};

@@ -11,4 +11,8 @@ export type HookResolveIdCallStart = {

plugin_id: number;
/**
* - `automatic` means the resolve call is triggered by the bundler automatically.
* - `manual` means the resolve call is triggered manually by `this.resolve(...)`
*/
trigger: 'automatic' | 'manual';
call_id: string;
};
+2
-2
{
"name": "@rolldown/debug",
"version": "1.0.0-beta.47",
"version": "1.0.0-beta.48",
"license": "MIT",

@@ -15,3 +15,3 @@ "type": "module",

"devDependencies": {
"@oxc-node/cli": "^0.0.32"
"@oxc-node/cli": "^0.0.34"
},

@@ -18,0 +18,0 @@ "exports": {