CodeGraphy Godot plugin
CodeGraphy MCP stdio server
CodeGraphy core indexing and graph query engine
CodeGraphy markdown plugin
CodeGraphy C# plugin
CodeGraphy Python plugin
CodeGraphy TypeScript and JavaScript plugin
Type definitions for CodeGraphy plugins
Allow parsing of TypeScript syntax
Allow parsing of jsx
This plugin transforms ES2015 modules to CommonJS
Allow parsing of the module attributes in the import statement
This plugin transforms ES2015 modules to UMD
Apply ES2015 function.name semantics to all functions
Compile ES2015 classes to ES5
Allow parsing of class properties
Compile ES2015 block scoping (const and let) to ES5
Compile ES2015 arrow functions to ES5
Compile ES2015 spread to ES5
Add a __source prop to all JSX Elements
Compile ES2015 shorthand properties to ES5
Compile ES2015 destructuring to ES5
Compile ES2015 unicode string and number literals to ES5
Allow parsing of the logical assignment operators