d9ffa4b
Createconfig.autoinstall
c262c13
Only output.mjs
ifconfig.format=Esm
d490afc
Update broken dependenciesb02d617
Update package version4796983
Add Android arm64 support
75f0356
Updated simplifile
b90a06e
Now installs predefined version of esbuild.b90a06e
Remove thoas as a dependencyfa07ede
Location of esbuild binary is now outside of thepriv
folder and hidden in thebuild
folder.cecd4b9
esbuild autoinstallation works with Deno.d8e41e8
CLI no longer defaults to using Deno.
8f3a72de
Command output when using Erlang target works.
8f06df5b
New config option to set esbuild platform.
685bffe3
Fix issue with os and arch checking not working on Deno leading to an error.
0b071047
Use correct esbuild executable on Windows. (#5 thanks to @xhh)
800dcf5
Replace esbuild auto install with a warning.800dcf5
Change bundle to synchronous for the JS target by usingspawnSync
.
b7a1ab8
Install esbuild automatically if not installed.
00069ae
Renamefetch_version
tofetch_from_version
.00069ae
Addfetch_latest
as shorthand forfetch_from_version(platform.get_package_name(), _)
.
6b044f3
Config optionKind
. Select betweenScript
(call themain
function in the bundle) andLibrary
(standard bundling).6b044f3
esgleam/app
CLI module to bundle with kindScript
.37ce214
Expose internal api for installing esbuild37ce214
Expose internal api for selecting package version37ce214
DowngradeThoas
to be compatable withgleam_json