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
Browse filesBrowse the repository at this point in the historyBrowse files
Gyan Ranjan A
committed
fix: separate global/component input namespaces, extract shared isStructured helper
Addresses review feedback:
- Separate global and component CLI inputs into _global/_components
namespaces in argv.input to prevent key collisions (#2)
- Extract isStructuredInputsFile() and getGlobalFileInputs() to Utils
to deduplicate detection logic in parser.ts and parser-includes.ts (#3)
- Add test for namespace collision scenario
0 commit comments