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
Support comments. In the json file, it is usually very inconvenient for developers to write code comments. We don't know that we use jsonc or json5 to parse it. Supporting _meta.jsonc or _meta.json5 will make it complicated. This is a historical problem.
Support more flexible grammar and better DX
constmeta=[...].map((item)=>({title: 'I am a title',link: item.link// ...}))exportdefaultmeta;
Support conditional compilation, such as process.env
What problem does this feature solve?
Support comments. In the json file, it is usually very inconvenient for developers to write code comments. We don't know that we use jsonc or json5 to parse it. Supporting _meta.jsonc or _meta.json5 will make it complicated. This is a historical problem.
Support more flexible grammar and better DX
process.env
What does the proposed API look like?
shuding/nextra#852
The text was updated successfully, but these errors were encountered: