From 1480889205d49cf7221a36608a8896b452967cea Mon Sep 17 00:00:00 2001 From: Ashcon Partovi Date: Thu, 24 Aug 2023 22:53:34 -0700 Subject: Improved support for `debug-adapter-protocol` (#4186) * Improve support for \`debug-adapter-protocol\` * More improvements, fix formatting in debug console * Fix attaching * Prepare for source maps * Start of source map support, breakpoints work * Source map support * add some package.jsons * wip * Update package.json * More fixes * Make source maps safer if exception occurs * Check bun version if it fails * Fix console.log formatting * Fix source maps partly * More source map fixes * Prepare for extension * watch mode with dap * Improve preview code * Prepare for extension 2 --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> --- packages/bun-lambda/package.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'packages/bun-lambda') diff --git a/packages/bun-lambda/package.json b/packages/bun-lambda/package.json index af3ece70b..f670787eb 100644 --- a/packages/bun-lambda/package.json +++ b/packages/bun-lambda/package.json @@ -1,4 +1,6 @@ { + "name": "bun-lambda", + "private": true, "devDependencies": { "bun-types": "^0.7.0", "jszip": "^3.10.1", -- cgit v1.2.3