Back to Releases

ContextOS v0.9.3

$npm install -g @siddharthakatiyar/contextos@latest
View on GitHub ↗

Fixed

  • -Parser Engine: Fixed a critical bug where `.js` and `.jsx` files containing Flow type annotations (such as the React repository) would cause Tree-sitter AST syntax errors, resulting in the symbol extractor silently missing functions and variables. ContextOS now correctly utilizes the robust `tsx` parser for these extensions, fully supporting modern Flow and JSX syntax.