Current section

Files

Jump to
esgleam include esgleam_Config.hrl
Raw

include/esgleam_Config.hrl

-record(config, {
outdir :: binary(),
entry_points :: list(binary()),
format :: esgleam:format(),
minify :: boolean(),
target :: list(binary()),
serve :: gleam@option:option(binary()),
sourcemap :: boolean(),
watch :: boolean(),
raw :: binary()
}).