POLL - Pages config
Quick poll, what config format would y'all prefer
(note this is a personal poll, it does not mean there's a config coming tomorrow)
1️⃣ YAML
2️⃣ JSON
3️⃣ TOML
4️⃣ JS/TS
5️⃣ Other (pls comment in the thread)
6 Replies
JSON or TOML imo. There's prior art for TOML with wrangler, but YAML's lack of tab support make it a non-starter for me personally.
JSON/TS. JSON for being an actual config format, and TS for having intellisense
ini
toml is hipster ini
xml
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
IMO JS/TS or JSON would be the best, since those two formats are the most commonly used in the ecosystems most pages projects seem to be using. Wouldn't be totally opposed to TOML though, since it's used by wrangler. YAML would anger me, since it doesn't support tabs, which is sad.