Bud, Plenti, and Compiling Svelte in Go

Опубликовано: 19 Октябрь 2024
на канале: Jantcu
1,112
33

Chat with Matt Mueller about Bud and Plenti and how we could improve compiling Svelte in Golang.

Bud project: https://github.com/livebud/bud

Plenti project: https://github.com/plentico/plenti

Import maps and removing NodeJS: https://github.com/livebud/bud/discus...

Removing NodeJS dependency: https://github.com/plentico/plenti/is...

//go:generate go run
github.com/evanw/esbuild/cmd/esbuild
compiler.ts --format=iife --global-name=__svelte__ --bundle --platform=node --inject😒himssr.ts --external:url --outfile=compiler.js --log-level=warning