Skip to content

Commit cce398d

Browse files
1 parent 0afeab9 commit cce398d

File tree

502 files changed

+8927
-194
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

502 files changed

+8927
-194
lines changed

Configuration/ESBuild/Cocoon.js

Lines changed: 54 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Configuration/ESBuild/Cocoon.js.map

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Configuration/ESBuild/Target.js

Lines changed: 94 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Configuration/ESBuild/Target.js.map

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Source/Configuration/ESBuild/Cocoon.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*
2-
* File: Cocoon/Source/Configuration/ESBuild/Cocoon.js
3-
* Responsibility: Configures the ESBuild module to bundle the VS Code platform code for the Node.js sidecar (Cocoon), ensuring clean and efficient code processing within the Land project.
2+
* File: Cocoon/Source/Configuration/ESBuild/Cocoon.ts
3+
* Responsibility: Configures the JavaScript bundling process for the VS Code platform code using ESBuild, ensuring proper output for the Cocoon sidecar to execute extensions in the Node.js extension host environment.
44
* Modified: 2025-06-07 05:37:45 UTC
5+
* Dependency: esbuild
56
* Export: Clean, On
67
*/
7-
88
export const On =
99
process.env["NODE_ENV"] === "development" ||
1010
process.env["TAURI_ENV_DEBUG"] === "true";

0 commit comments

Comments
 (0)