CodeGraph/docs
Section 7.1

Supported Languages & Syntax

Technical specification of supported file formats, compiler extensions, and active syntax plugins.

Source: server/src/parser/babel/parserOption.ts

Supported Extensions

ExtensionLanguageParser Plugins
.tsTypeScripttypescript, decorators, classProperties, classPrivateProperties, classPrivateMethods, topLevelAwait
.tsxTypeScript + React JSXtypescript, jsx, decorators, classProperties, classPrivateProperties, classPrivateMethods
.jsModern ECMAScript (ESM/CJS)dynamicImport, importMeta, topLevelAwait, classProperties, classPrivateProperties
.jsxJavaScript + React JSXjsx, dynamicImport, importMeta, classProperties, classPrivateProperties