rollup-plugin-gleam

Vite compatible Rollup plugin for Gleam language

Switch TOML parser from js-toml to smol-toml To reduce the number of transitive dependencies. js-toml depends on chevrotain, which brings a lot of dependencies. I had to change `tsconfig.{lib,target}` otherwise smol-toml's type definition errors. However, since Node.js v18 (Maintenance LTS) supports ES2022, this is not a problem.

Changes

4 changed files (+19/-115)