rollup-plugin-gleam

Vite compatible Rollup plugin for Gleam language

Commits at 562838aa82651cb7db7f2374851818c794b33f0c

  1. 562838aa Comment on Vite's watchChange bug Vite's docs does not state `watchChange` so it's better to avoid the hook entirely though. Shota FUJI authored at Shota FUJI comitted at
  2. 2c889fe7 Fix Gleam compilation runs twice for single file change I assumed Rollup/Vite's `addWatchFile` do deduplication, like `Set`, but it turned out they don't. Shota FUJI authored at Shota FUJI comitted at
  3. bb206486 Fix package and type definition can't be imported The `types` field is for projects using `moduleResolution` other than `NodeNext`. Shota FUJI authored at Shota FUJI comitted at
  4. b59b4f05 Fix broken link in CHANGELOG Shota FUJI authored at Shota FUJI comitted at
  5. 2f13599a Workaround for setup-node can't read .tool-versions correctly Shota FUJI authored at Shota FUJI comitted at
  6. 0256f702 v0.1.0 Shota FUJI authored at Shota FUJI comitted at
  7. c30e9744 Setup GitHub Actions Shota FUJI authored at Shota FUJI comitted at
  8. 656a1bf7 Change tsconfig.build.json to JSONC To reduce the number of top-level files. `.jsonc` file extension is actually most accurate for tsconfig file: it allows comments regardless of a file extension. Shota FUJI authored at Shota FUJI comitted at
  9. fa8e4294 Change dprint config file from JSON to JSONC To reduce the number of top-level files. JSONC can include comment header. Shota FUJI authored at Shota FUJI comitted at
  10. 2f08880b Initial commit I want each commits to be atomic and perfect. That's why this commit is so big... Shota FUJI authored at Shota FUJI comitted at