eclipse-zenoh / ci

GitHub Actions and workflows used across eclipse-zenoh
Other
1 stars 3 forks source link

fix: Preserve style of edited TOML files #111

Closed fuzzypixelz closed 5 months ago

fuzzypixelz commented 5 months ago

This pull request changes TOML serializing/deserializing to use toml-cli2 instead of smol-toml to preserve the style (comments, whitespace, etc) of edited TOML files.

This has the side-effect of removing all the code of smol-toml from dist/ (more than 8.5K lines).

This also fixes @typescript-eslint/no-var-requires in config.ts

Fixes #43.