You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(config): review follow-ups from #135/#143 (#165)
Codex review follow-ups on the static route-config extractor and script
route discovery:
- reject non-finite numeric literals (`1e999`, `-1e999`) with the AB4806
dynamic-config diagnostic instead of serializing Infinity as null
- carry extracted object literals on a null prototype so a literal
`__proto__` key stays an own property instead of invoking the legacy
prototype setter
- discover `.jsx` under src/scripts/ so rendered .jsx scripts reach the
AB4807 gate instead of vanishing, and parse .jsx modules as JSX during
config extraction
message: 'Conventional script src/scripts/render-poster.jsx is a rendered-script module; rendered scripts are not supported yet.',
929
+
recovery: 'Rename the module to .ts to ship a plain script, prefix a path segment with "_" to keep it private, or declare it under scripts in config to opt into plain bundling.',
0 commit comments