Files
Nitro_Render_V3/packages
medievalshell 2a00365862 feat(utils): honour __NITRO_JSON_MODE__ flag in JsonParser
Adds three explicit parsing strategies selectable at host build time via
the compile-time constant __NITRO_JSON_MODE__:

- legacy: strict JSON.parse only; clear error suggesting JSON5 mode
- json5 : JSON5.parse only
- auto  : try JSON, fall back to JSON5 (existing behaviour and default
          when the flag is undefined, so older hosts keep working)

URL/MIME hints for .json5 sources are still respected. README updated
with the modes table and a Vite wiring example.
2026-05-18 20:37:46 +02:00
..
2026-05-18 16:14:38 +02:00
2026-05-18 16:14:38 +02:00
2026-04-14 11:57:23 +02:00
2026-05-18 16:14:38 +02:00
2026-05-18 16:14:38 +02:00
2026-05-12 11:48:06 +02:00
2026-05-18 16:14:38 +02:00
🆙 Updates
2026-01-31 13:21:59 +01:00