Convert project to ESM and update dependencies (#854)

- Switch to esbuild for bundling
- Update npm dependency version
- Add require header for compat with older JS libs
This commit is contained in:
Daz DeBoer
2026-02-10 15:30:49 -07:00
committed by GitHub
parent d9d9739be8
commit 2b9247147a
8 changed files with 901 additions and 446 deletions

6
build
View File

@@ -2,12 +2,6 @@
cd sources
if [[ -f ~/.gradle/develocity/keys.properties ]]; then
export NODE_OPTIONS='-r @gradle-tech/develocity-agent/preload'
export DEVELOCITY_URL=https://ge.solutions-team.gradle.com
export DEVELOCITY_ACCESS_KEY=$(paste -sd ';' ~/.gradle/develocity/keys.properties)
fi
case "$1" in
all)
npm run all