Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Removed esbuild runtime dependency #2327

Merged
merged 1 commit into from
Jan 3, 2025

Conversation

bmingles
Copy link
Contributor

@bmingles bmingles commented Jan 2, 2025

DH-18191: Removed esbuild runtime dependency and replaced it with an optional PostDownloadTransform function. Files now get downloaded directly to the serverStorageDir instead of target subdirectory.

BREAKING CHANGES: @deephaven/jsapi-nodejs loadModules arguments has changed. Transformation of module types is now the responsibility of the consumer.

@bmingles bmingles requested a review from mofojed January 2, 2025 19:44
needsTranspile ? sourceDir : targetDir,
serverPaths
);
const downloadPaths = getDownloadPaths(serverStorageDir, serverPaths);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should mention this change in the PR description as well - it's now downloading to the serverStorageDir instead of a target subdirectory.

@bmingles bmingles requested a review from mofojed January 3, 2025 14:37
@bmingles bmingles merged commit f33ab5a into deephaven:main Jan 3, 2025
13 checks passed
@bmingles bmingles deleted the DH-18191_remove-esbuild branch January 3, 2025 20:13
@github-actions github-actions bot locked and limited conversation to collaborators Jan 3, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants