@bharanidev/bhgraph-darwin-arm64 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/bhgraph +19 -0
- package/lib/dist/bin/bhgraph.d.ts +26 -0
- package/lib/dist/bin/bhgraph.d.ts.map +1 -0
- package/lib/dist/bin/bhgraph.js +2207 -0
- package/lib/dist/bin/bhgraph.js.map +1 -0
- package/lib/dist/bin/command-supervision.d.ts +12 -0
- package/lib/dist/bin/command-supervision.d.ts.map +1 -0
- package/lib/dist/bin/command-supervision.js +89 -0
- package/lib/dist/bin/command-supervision.js.map +1 -0
- package/lib/dist/bin/fatal-handler.d.ts +20 -0
- package/lib/dist/bin/fatal-handler.d.ts.map +1 -0
- package/lib/dist/bin/fatal-handler.js +118 -0
- package/lib/dist/bin/fatal-handler.js.map +1 -0
- package/lib/dist/bin/node-version-check.d.ts +37 -0
- package/lib/dist/bin/node-version-check.d.ts.map +1 -0
- package/lib/dist/bin/node-version-check.js +79 -0
- package/lib/dist/bin/node-version-check.js.map +1 -0
- package/lib/dist/bin/uninstall.d.ts +14 -0
- package/lib/dist/bin/uninstall.d.ts.map +1 -0
- package/lib/dist/bin/uninstall.js +36 -0
- package/lib/dist/bin/uninstall.js.map +1 -0
- package/lib/dist/context/formatter.d.ts +30 -0
- package/lib/dist/context/formatter.d.ts.map +1 -0
- package/lib/dist/context/formatter.js +263 -0
- package/lib/dist/context/formatter.js.map +1 -0
- package/lib/dist/context/index.d.ts +119 -0
- package/lib/dist/context/index.d.ts.map +1 -0
- package/lib/dist/context/index.js +1296 -0
- package/lib/dist/context/index.js.map +1 -0
- package/lib/dist/context/markers.d.ts +19 -0
- package/lib/dist/context/markers.d.ts.map +1 -0
- package/lib/dist/context/markers.js +22 -0
- package/lib/dist/context/markers.js.map +1 -0
- package/lib/dist/db/index.d.ts +142 -0
- package/lib/dist/db/index.d.ts.map +1 -0
- package/lib/dist/db/index.js +335 -0
- package/lib/dist/db/index.js.map +1 -0
- package/lib/dist/db/migrations.d.ts +44 -0
- package/lib/dist/db/migrations.d.ts.map +1 -0
- package/lib/dist/db/migrations.js +182 -0
- package/lib/dist/db/migrations.js.map +1 -0
- package/lib/dist/db/queries.d.ts +452 -0
- package/lib/dist/db/queries.d.ts.map +1 -0
- package/lib/dist/db/queries.js +1740 -0
- package/lib/dist/db/queries.js.map +1 -0
- package/lib/dist/db/schema.sql +182 -0
- package/lib/dist/db/sqlite-adapter.d.ts +53 -0
- package/lib/dist/db/sqlite-adapter.d.ts.map +1 -0
- package/lib/dist/db/sqlite-adapter.js +117 -0
- package/lib/dist/db/sqlite-adapter.js.map +1 -0
- package/lib/dist/directory.d.ts +183 -0
- package/lib/dist/directory.d.ts.map +1 -0
- package/lib/dist/directory.js +797 -0
- package/lib/dist/directory.js.map +1 -0
- package/lib/dist/errors.d.ts +136 -0
- package/lib/dist/errors.d.ts.map +1 -0
- package/lib/dist/errors.js +219 -0
- package/lib/dist/errors.js.map +1 -0
- package/lib/dist/extraction/astro-extractor.d.ts +79 -0
- package/lib/dist/extraction/astro-extractor.d.ts.map +1 -0
- package/lib/dist/extraction/astro-extractor.js +320 -0
- package/lib/dist/extraction/astro-extractor.js.map +1 -0
- package/lib/dist/extraction/cfml-extractor.d.ts +107 -0
- package/lib/dist/extraction/cfml-extractor.d.ts.map +1 -0
- package/lib/dist/extraction/cfml-extractor.js +494 -0
- package/lib/dist/extraction/cfml-extractor.js.map +1 -0
- package/lib/dist/extraction/dfm-extractor.d.ts +31 -0
- package/lib/dist/extraction/dfm-extractor.d.ts.map +1 -0
- package/lib/dist/extraction/dfm-extractor.js +151 -0
- package/lib/dist/extraction/dfm-extractor.js.map +1 -0
- package/lib/dist/extraction/extraction-version.d.ts +25 -0
- package/lib/dist/extraction/extraction-version.d.ts.map +1 -0
- package/lib/dist/extraction/extraction-version.js +28 -0
- package/lib/dist/extraction/extraction-version.js.map +1 -0
- package/lib/dist/extraction/function-ref.d.ts +118 -0
- package/lib/dist/extraction/function-ref.d.ts.map +1 -0
- package/lib/dist/extraction/function-ref.js +727 -0
- package/lib/dist/extraction/function-ref.js.map +1 -0
- package/lib/dist/extraction/generated-detection.d.ts +30 -0
- package/lib/dist/extraction/generated-detection.d.ts.map +1 -0
- package/lib/dist/extraction/generated-detection.js +83 -0
- package/lib/dist/extraction/generated-detection.js.map +1 -0
- package/lib/dist/extraction/grammars.d.ts +123 -0
- package/lib/dist/extraction/grammars.d.ts.map +1 -0
- package/lib/dist/extraction/grammars.js +589 -0
- package/lib/dist/extraction/grammars.js.map +1 -0
- package/lib/dist/extraction/index.d.ts +232 -0
- package/lib/dist/extraction/index.d.ts.map +1 -0
- package/lib/dist/extraction/index.js +2269 -0
- package/lib/dist/extraction/index.js.map +1 -0
- package/lib/dist/extraction/languages/arkts.d.ts +3 -0
- package/lib/dist/extraction/languages/arkts.d.ts.map +1 -0
- package/lib/dist/extraction/languages/arkts.js +127 -0
- package/lib/dist/extraction/languages/arkts.js.map +1 -0
- package/lib/dist/extraction/languages/c-cpp.d.ts +110 -0
- package/lib/dist/extraction/languages/c-cpp.d.ts.map +1 -0
- package/lib/dist/extraction/languages/c-cpp.js +837 -0
- package/lib/dist/extraction/languages/c-cpp.js.map +1 -0
- package/lib/dist/extraction/languages/cfquery.d.ts +12 -0
- package/lib/dist/extraction/languages/cfquery.d.ts.map +1 -0
- package/lib/dist/extraction/languages/cfquery.js +28 -0
- package/lib/dist/extraction/languages/cfquery.js.map +1 -0
- package/lib/dist/extraction/languages/cfscript.d.ts +3 -0
- package/lib/dist/extraction/languages/cfscript.d.ts.map +1 -0
- package/lib/dist/extraction/languages/cfscript.js +73 -0
- package/lib/dist/extraction/languages/cfscript.js.map +1 -0
- package/lib/dist/extraction/languages/cobol.d.ts +33 -0
- package/lib/dist/extraction/languages/cobol.d.ts.map +1 -0
- package/lib/dist/extraction/languages/cobol.js +499 -0
- package/lib/dist/extraction/languages/cobol.js.map +1 -0
- package/lib/dist/extraction/languages/csharp.d.ts +25 -0
- package/lib/dist/extraction/languages/csharp.d.ts.map +1 -0
- package/lib/dist/extraction/languages/csharp.js +175 -0
- package/lib/dist/extraction/languages/csharp.js.map +1 -0
- package/lib/dist/extraction/languages/dart.d.ts +3 -0
- package/lib/dist/extraction/languages/dart.d.ts.map +1 -0
- package/lib/dist/extraction/languages/dart.js +374 -0
- package/lib/dist/extraction/languages/dart.js.map +1 -0
- package/lib/dist/extraction/languages/erlang.d.ts +3 -0
- package/lib/dist/extraction/languages/erlang.d.ts.map +1 -0
- package/lib/dist/extraction/languages/erlang.js +350 -0
- package/lib/dist/extraction/languages/erlang.js.map +1 -0
- package/lib/dist/extraction/languages/go.d.ts +3 -0
- package/lib/dist/extraction/languages/go.d.ts.map +1 -0
- package/lib/dist/extraction/languages/go.js +111 -0
- package/lib/dist/extraction/languages/go.js.map +1 -0
- package/lib/dist/extraction/languages/index.d.ts +10 -0
- package/lib/dist/extraction/languages/index.d.ts.map +1 -0
- package/lib/dist/extraction/languages/index.js +71 -0
- package/lib/dist/extraction/languages/index.js.map +1 -0
- package/lib/dist/extraction/languages/java.d.ts +3 -0
- package/lib/dist/extraction/languages/java.d.ts.map +1 -0
- package/lib/dist/extraction/languages/java.js +315 -0
- package/lib/dist/extraction/languages/java.js.map +1 -0
- package/lib/dist/extraction/languages/javascript.d.ts +3 -0
- package/lib/dist/extraction/languages/javascript.d.ts.map +1 -0
- package/lib/dist/extraction/languages/javascript.js +106 -0
- package/lib/dist/extraction/languages/javascript.js.map +1 -0
- package/lib/dist/extraction/languages/kotlin.d.ts +3 -0
- package/lib/dist/extraction/languages/kotlin.d.ts.map +1 -0
- package/lib/dist/extraction/languages/kotlin.js +379 -0
- package/lib/dist/extraction/languages/kotlin.js.map +1 -0
- package/lib/dist/extraction/languages/lua.d.ts +3 -0
- package/lib/dist/extraction/languages/lua.d.ts.map +1 -0
- package/lib/dist/extraction/languages/lua.js +150 -0
- package/lib/dist/extraction/languages/lua.js.map +1 -0
- package/lib/dist/extraction/languages/luau.d.ts +3 -0
- package/lib/dist/extraction/languages/luau.d.ts.map +1 -0
- package/lib/dist/extraction/languages/luau.js +37 -0
- package/lib/dist/extraction/languages/luau.js.map +1 -0
- package/lib/dist/extraction/languages/nix.d.ts +3 -0
- package/lib/dist/extraction/languages/nix.d.ts.map +1 -0
- package/lib/dist/extraction/languages/nix.js +294 -0
- package/lib/dist/extraction/languages/nix.js.map +1 -0
- package/lib/dist/extraction/languages/objc.d.ts +3 -0
- package/lib/dist/extraction/languages/objc.d.ts.map +1 -0
- package/lib/dist/extraction/languages/objc.js +175 -0
- package/lib/dist/extraction/languages/objc.js.map +1 -0
- package/lib/dist/extraction/languages/pascal.d.ts +3 -0
- package/lib/dist/extraction/languages/pascal.d.ts.map +1 -0
- package/lib/dist/extraction/languages/pascal.js +77 -0
- package/lib/dist/extraction/languages/pascal.js.map +1 -0
- package/lib/dist/extraction/languages/php.d.ts +3 -0
- package/lib/dist/extraction/languages/php.d.ts.map +1 -0
- package/lib/dist/extraction/languages/php.js +196 -0
- package/lib/dist/extraction/languages/php.js.map +1 -0
- package/lib/dist/extraction/languages/python.d.ts +3 -0
- package/lib/dist/extraction/languages/python.d.ts.map +1 -0
- package/lib/dist/extraction/languages/python.js +56 -0
- package/lib/dist/extraction/languages/python.js.map +1 -0
- package/lib/dist/extraction/languages/r.d.ts +3 -0
- package/lib/dist/extraction/languages/r.d.ts.map +1 -0
- package/lib/dist/extraction/languages/r.js +314 -0
- package/lib/dist/extraction/languages/r.js.map +1 -0
- package/lib/dist/extraction/languages/ruby.d.ts +3 -0
- package/lib/dist/extraction/languages/ruby.d.ts.map +1 -0
- package/lib/dist/extraction/languages/ruby.js +149 -0
- package/lib/dist/extraction/languages/ruby.js.map +1 -0
- package/lib/dist/extraction/languages/rust.d.ts +3 -0
- package/lib/dist/extraction/languages/rust.d.ts.map +1 -0
- package/lib/dist/extraction/languages/rust.js +142 -0
- package/lib/dist/extraction/languages/rust.js.map +1 -0
- package/lib/dist/extraction/languages/scala.d.ts +3 -0
- package/lib/dist/extraction/languages/scala.d.ts.map +1 -0
- package/lib/dist/extraction/languages/scala.js +209 -0
- package/lib/dist/extraction/languages/scala.js.map +1 -0
- package/lib/dist/extraction/languages/solidity.d.ts +3 -0
- package/lib/dist/extraction/languages/solidity.d.ts.map +1 -0
- package/lib/dist/extraction/languages/solidity.js +293 -0
- package/lib/dist/extraction/languages/solidity.js.map +1 -0
- package/lib/dist/extraction/languages/swift.d.ts +3 -0
- package/lib/dist/extraction/languages/swift.d.ts.map +1 -0
- package/lib/dist/extraction/languages/swift.js +152 -0
- package/lib/dist/extraction/languages/swift.js.map +1 -0
- package/lib/dist/extraction/languages/terraform.d.ts +3 -0
- package/lib/dist/extraction/languages/terraform.d.ts.map +1 -0
- package/lib/dist/extraction/languages/terraform.js +641 -0
- package/lib/dist/extraction/languages/terraform.js.map +1 -0
- package/lib/dist/extraction/languages/typescript.d.ts +16 -0
- package/lib/dist/extraction/languages/typescript.d.ts.map +1 -0
- package/lib/dist/extraction/languages/typescript.js +167 -0
- package/lib/dist/extraction/languages/typescript.js.map +1 -0
- package/lib/dist/extraction/languages/vbnet.d.ts +11 -0
- package/lib/dist/extraction/languages/vbnet.d.ts.map +1 -0
- package/lib/dist/extraction/languages/vbnet.js +141 -0
- package/lib/dist/extraction/languages/vbnet.js.map +1 -0
- package/lib/dist/extraction/liquid-extractor.d.ts +59 -0
- package/lib/dist/extraction/liquid-extractor.d.ts.map +1 -0
- package/lib/dist/extraction/liquid-extractor.js +357 -0
- package/lib/dist/extraction/liquid-extractor.js.map +1 -0
- package/lib/dist/extraction/mybatis-extractor.d.ts +68 -0
- package/lib/dist/extraction/mybatis-extractor.d.ts.map +1 -0
- package/lib/dist/extraction/mybatis-extractor.js +300 -0
- package/lib/dist/extraction/mybatis-extractor.js.map +1 -0
- package/lib/dist/extraction/parse-pool.d.ts +126 -0
- package/lib/dist/extraction/parse-pool.d.ts.map +1 -0
- package/lib/dist/extraction/parse-pool.js +319 -0
- package/lib/dist/extraction/parse-pool.js.map +1 -0
- package/lib/dist/extraction/parse-worker.d.ts +8 -0
- package/lib/dist/extraction/parse-worker.d.ts.map +1 -0
- package/lib/dist/extraction/parse-worker.js +97 -0
- package/lib/dist/extraction/parse-worker.js.map +1 -0
- package/lib/dist/extraction/razor-extractor.d.ts +42 -0
- package/lib/dist/extraction/razor-extractor.d.ts.map +1 -0
- package/lib/dist/extraction/razor-extractor.js +285 -0
- package/lib/dist/extraction/razor-extractor.js.map +1 -0
- package/lib/dist/extraction/svelte-extractor.d.ts +56 -0
- package/lib/dist/extraction/svelte-extractor.d.ts.map +1 -0
- package/lib/dist/extraction/svelte-extractor.js +275 -0
- package/lib/dist/extraction/svelte-extractor.js.map +1 -0
- package/lib/dist/extraction/tree-sitter-helpers.d.ts +28 -0
- package/lib/dist/extraction/tree-sitter-helpers.d.ts.map +1 -0
- package/lib/dist/extraction/tree-sitter-helpers.js +153 -0
- package/lib/dist/extraction/tree-sitter-helpers.js.map +1 -0
- package/lib/dist/extraction/tree-sitter-types.d.ts +258 -0
- package/lib/dist/extraction/tree-sitter-types.d.ts.map +1 -0
- package/lib/dist/extraction/tree-sitter-types.js +10 -0
- package/lib/dist/extraction/tree-sitter-types.js.map +1 -0
- package/lib/dist/extraction/tree-sitter.d.ts +706 -0
- package/lib/dist/extraction/tree-sitter.d.ts.map +1 -0
- package/lib/dist/extraction/tree-sitter.js +6506 -0
- package/lib/dist/extraction/tree-sitter.js.map +1 -0
- package/lib/dist/extraction/vue-extractor.d.ts +51 -0
- package/lib/dist/extraction/vue-extractor.d.ts.map +1 -0
- package/lib/dist/extraction/vue-extractor.js +254 -0
- package/lib/dist/extraction/vue-extractor.js.map +1 -0
- package/lib/dist/extraction/wasm/tree-sitter-arkts.wasm +0 -0
- package/lib/dist/extraction/wasm/tree-sitter-c_sharp.wasm +0 -0
- package/lib/dist/extraction/wasm/tree-sitter-cfml.wasm +0 -0
- package/lib/dist/extraction/wasm/tree-sitter-cfquery.wasm +0 -0
- package/lib/dist/extraction/wasm/tree-sitter-cfscript.wasm +0 -0
- package/lib/dist/extraction/wasm/tree-sitter-cobol.wasm +0 -0
- package/lib/dist/extraction/wasm/tree-sitter-erlang.wasm +0 -0
- package/lib/dist/extraction/wasm/tree-sitter-lua.wasm +0 -0
- package/lib/dist/extraction/wasm/tree-sitter-luau.wasm +0 -0
- package/lib/dist/extraction/wasm/tree-sitter-nix.wasm +0 -0
- package/lib/dist/extraction/wasm/tree-sitter-pascal.wasm +0 -0
- package/lib/dist/extraction/wasm/tree-sitter-r.wasm +0 -0
- package/lib/dist/extraction/wasm/tree-sitter-scala.wasm +0 -0
- package/lib/dist/extraction/wasm/tree-sitter-terraform.wasm +0 -0
- package/lib/dist/extraction/wasm/tree-sitter-vbnet.wasm +0 -0
- package/lib/dist/extraction/wasm-runtime-flags.d.ts +38 -0
- package/lib/dist/extraction/wasm-runtime-flags.d.ts.map +1 -0
- package/lib/dist/extraction/wasm-runtime-flags.js +106 -0
- package/lib/dist/extraction/wasm-runtime-flags.js.map +1 -0
- package/lib/dist/graph/index.d.ts +8 -0
- package/lib/dist/graph/index.d.ts.map +1 -0
- package/lib/dist/graph/index.js +13 -0
- package/lib/dist/graph/index.js.map +1 -0
- package/lib/dist/graph/queries.d.ts +106 -0
- package/lib/dist/graph/queries.d.ts.map +1 -0
- package/lib/dist/graph/queries.js +339 -0
- package/lib/dist/graph/queries.js.map +1 -0
- package/lib/dist/graph/traversal.d.ts +127 -0
- package/lib/dist/graph/traversal.d.ts.map +1 -0
- package/lib/dist/graph/traversal.js +599 -0
- package/lib/dist/graph/traversal.js.map +1 -0
- package/lib/dist/index.d.ts +642 -0
- package/lib/dist/index.d.ts.map +1 -0
- package/lib/dist/index.js +1387 -0
- package/lib/dist/index.js.map +1 -0
- package/lib/dist/installer/config-writer.d.ts +28 -0
- package/lib/dist/installer/config-writer.d.ts.map +1 -0
- package/lib/dist/installer/config-writer.js +91 -0
- package/lib/dist/installer/config-writer.js.map +1 -0
- package/lib/dist/installer/index.d.ts +100 -0
- package/lib/dist/installer/index.d.ts.map +1 -0
- package/lib/dist/installer/index.js +526 -0
- package/lib/dist/installer/index.js.map +1 -0
- package/lib/dist/installer/instructions-template.d.ts +41 -0
- package/lib/dist/installer/instructions-template.d.ts.map +1 -0
- package/lib/dist/installer/instructions-template.js +53 -0
- package/lib/dist/installer/instructions-template.js.map +1 -0
- package/lib/dist/installer/targets/antigravity.d.ts +57 -0
- package/lib/dist/installer/targets/antigravity.d.ts.map +1 -0
- package/lib/dist/installer/targets/antigravity.js +308 -0
- package/lib/dist/installer/targets/antigravity.js.map +1 -0
- package/lib/dist/installer/targets/claude.d.ts +62 -0
- package/lib/dist/installer/targets/claude.d.ts.map +1 -0
- package/lib/dist/installer/targets/claude.js +454 -0
- package/lib/dist/installer/targets/claude.js.map +1 -0
- package/lib/dist/installer/targets/codex.d.ts +18 -0
- package/lib/dist/installer/targets/codex.d.ts.map +1 -0
- package/lib/dist/installer/targets/codex.js +185 -0
- package/lib/dist/installer/targets/codex.js.map +1 -0
- package/lib/dist/installer/targets/cursor.d.ts +35 -0
- package/lib/dist/installer/targets/cursor.d.ts.map +1 -0
- package/lib/dist/installer/targets/cursor.js +254 -0
- package/lib/dist/installer/targets/cursor.js.map +1 -0
- package/lib/dist/installer/targets/gemini.d.ts +26 -0
- package/lib/dist/installer/targets/gemini.d.ts.map +1 -0
- package/lib/dist/installer/targets/gemini.js +165 -0
- package/lib/dist/installer/targets/gemini.js.map +1 -0
- package/lib/dist/installer/targets/hermes.d.ts +18 -0
- package/lib/dist/installer/targets/hermes.d.ts.map +1 -0
- package/lib/dist/installer/targets/hermes.js +359 -0
- package/lib/dist/installer/targets/hermes.js.map +1 -0
- package/lib/dist/installer/targets/kiro.d.ts +27 -0
- package/lib/dist/installer/targets/kiro.d.ts.map +1 -0
- package/lib/dist/installer/targets/kiro.js +178 -0
- package/lib/dist/installer/targets/kiro.js.map +1 -0
- package/lib/dist/installer/targets/opencode.d.ts +38 -0
- package/lib/dist/installer/targets/opencode.d.ts.map +1 -0
- package/lib/dist/installer/targets/opencode.js +288 -0
- package/lib/dist/installer/targets/opencode.js.map +1 -0
- package/lib/dist/installer/targets/registry.d.ts +35 -0
- package/lib/dist/installer/targets/registry.d.ts.map +1 -0
- package/lib/dist/installer/targets/registry.js +91 -0
- package/lib/dist/installer/targets/registry.js.map +1 -0
- package/lib/dist/installer/targets/shared.d.ts +101 -0
- package/lib/dist/installer/targets/shared.d.ts.map +1 -0
- package/lib/dist/installer/targets/shared.js +264 -0
- package/lib/dist/installer/targets/shared.js.map +1 -0
- package/lib/dist/installer/targets/toml.d.ts +52 -0
- package/lib/dist/installer/targets/toml.d.ts.map +1 -0
- package/lib/dist/installer/targets/toml.js +147 -0
- package/lib/dist/installer/targets/toml.js.map +1 -0
- package/lib/dist/installer/targets/types.d.ts +108 -0
- package/lib/dist/installer/targets/types.d.ts.map +1 -0
- package/lib/dist/installer/targets/types.js +16 -0
- package/lib/dist/installer/targets/types.js.map +1 -0
- package/lib/dist/mcp/daemon-manager.d.ts +42 -0
- package/lib/dist/mcp/daemon-manager.d.ts.map +1 -0
- package/lib/dist/mcp/daemon-manager.js +129 -0
- package/lib/dist/mcp/daemon-manager.js.map +1 -0
- package/lib/dist/mcp/daemon-paths.d.ts +73 -0
- package/lib/dist/mcp/daemon-paths.d.ts.map +1 -0
- package/lib/dist/mcp/daemon-paths.js +165 -0
- package/lib/dist/mcp/daemon-paths.js.map +1 -0
- package/lib/dist/mcp/daemon-registry.d.ts +47 -0
- package/lib/dist/mcp/daemon-registry.d.ts.map +1 -0
- package/lib/dist/mcp/daemon-registry.js +233 -0
- package/lib/dist/mcp/daemon-registry.js.map +1 -0
- package/lib/dist/mcp/daemon.d.ts +290 -0
- package/lib/dist/mcp/daemon.d.ts.map +1 -0
- package/lib/dist/mcp/daemon.js +840 -0
- package/lib/dist/mcp/daemon.js.map +1 -0
- package/lib/dist/mcp/dynamic-boundaries.d.ts +41 -0
- package/lib/dist/mcp/dynamic-boundaries.d.ts.map +1 -0
- package/lib/dist/mcp/dynamic-boundaries.js +360 -0
- package/lib/dist/mcp/dynamic-boundaries.js.map +1 -0
- package/lib/dist/mcp/early-ppid.d.ts +26 -0
- package/lib/dist/mcp/early-ppid.d.ts.map +1 -0
- package/lib/dist/mcp/early-ppid.js +29 -0
- package/lib/dist/mcp/early-ppid.js.map +1 -0
- package/lib/dist/mcp/engine.d.ts +122 -0
- package/lib/dist/mcp/engine.d.ts.map +1 -0
- package/lib/dist/mcp/engine.js +350 -0
- package/lib/dist/mcp/engine.js.map +1 -0
- package/lib/dist/mcp/index.d.ts +113 -0
- package/lib/dist/mcp/index.d.ts.map +1 -0
- package/lib/dist/mcp/index.js +498 -0
- package/lib/dist/mcp/index.js.map +1 -0
- package/lib/dist/mcp/liveness-watchdog.d.ts +18 -0
- package/lib/dist/mcp/liveness-watchdog.d.ts.map +1 -0
- package/lib/dist/mcp/liveness-watchdog.js +207 -0
- package/lib/dist/mcp/liveness-watchdog.js.map +1 -0
- package/lib/dist/mcp/ppid-watchdog.d.ts +62 -0
- package/lib/dist/mcp/ppid-watchdog.d.ts.map +1 -0
- package/lib/dist/mcp/ppid-watchdog.js +64 -0
- package/lib/dist/mcp/ppid-watchdog.js.map +1 -0
- package/lib/dist/mcp/proxy.d.ts +87 -0
- package/lib/dist/mcp/proxy.d.ts.map +1 -0
- package/lib/dist/mcp/proxy.js +659 -0
- package/lib/dist/mcp/proxy.js.map +1 -0
- package/lib/dist/mcp/query-pool.d.ts +94 -0
- package/lib/dist/mcp/query-pool.d.ts.map +1 -0
- package/lib/dist/mcp/query-pool.js +297 -0
- package/lib/dist/mcp/query-pool.js.map +1 -0
- package/lib/dist/mcp/query-worker.d.ts +24 -0
- package/lib/dist/mcp/query-worker.d.ts.map +1 -0
- package/lib/dist/mcp/query-worker.js +87 -0
- package/lib/dist/mcp/query-worker.js.map +1 -0
- package/lib/dist/mcp/server-instructions.d.ts +34 -0
- package/lib/dist/mcp/server-instructions.d.ts.map +1 -0
- package/lib/dist/mcp/server-instructions.js +106 -0
- package/lib/dist/mcp/server-instructions.js.map +1 -0
- package/lib/dist/mcp/session.d.ts +79 -0
- package/lib/dist/mcp/session.d.ts.map +1 -0
- package/lib/dist/mcp/session.js +330 -0
- package/lib/dist/mcp/session.js.map +1 -0
- package/lib/dist/mcp/startup-handshake.d.ts +44 -0
- package/lib/dist/mcp/startup-handshake.d.ts.map +1 -0
- package/lib/dist/mcp/startup-handshake.js +73 -0
- package/lib/dist/mcp/startup-handshake.js.map +1 -0
- package/lib/dist/mcp/stdin-teardown.d.ts +27 -0
- package/lib/dist/mcp/stdin-teardown.d.ts.map +1 -0
- package/lib/dist/mcp/stdin-teardown.js +49 -0
- package/lib/dist/mcp/stdin-teardown.js.map +1 -0
- package/lib/dist/mcp/tools.d.ts +613 -0
- package/lib/dist/mcp/tools.d.ts.map +1 -0
- package/lib/dist/mcp/tools.js +4424 -0
- package/lib/dist/mcp/tools.js.map +1 -0
- package/lib/dist/mcp/transport.d.ts +188 -0
- package/lib/dist/mcp/transport.d.ts.map +1 -0
- package/lib/dist/mcp/transport.js +359 -0
- package/lib/dist/mcp/transport.js.map +1 -0
- package/lib/dist/mcp/version.d.ts +19 -0
- package/lib/dist/mcp/version.d.ts.map +1 -0
- package/lib/dist/mcp/version.js +71 -0
- package/lib/dist/mcp/version.js.map +1 -0
- package/lib/dist/project-config.d.ts +94 -0
- package/lib/dist/project-config.d.ts.map +1 -0
- package/lib/dist/project-config.js +374 -0
- package/lib/dist/project-config.js.map +1 -0
- package/lib/dist/resolution/c-fnptr-synthesizer.d.ts +5 -0
- package/lib/dist/resolution/c-fnptr-synthesizer.d.ts.map +1 -0
- package/lib/dist/resolution/c-fnptr-synthesizer.js +1038 -0
- package/lib/dist/resolution/c-fnptr-synthesizer.js.map +1 -0
- package/lib/dist/resolution/callback-synthesizer.d.ts +15 -0
- package/lib/dist/resolution/callback-synthesizer.d.ts.map +1 -0
- package/lib/dist/resolution/callback-synthesizer.js +3658 -0
- package/lib/dist/resolution/callback-synthesizer.js.map +1 -0
- package/lib/dist/resolution/cooperative-yield.d.ts +32 -0
- package/lib/dist/resolution/cooperative-yield.d.ts.map +1 -0
- package/lib/dist/resolution/cooperative-yield.js +42 -0
- package/lib/dist/resolution/cooperative-yield.js.map +1 -0
- package/lib/dist/resolution/frameworks/astro.d.ts +9 -0
- package/lib/dist/resolution/frameworks/astro.d.ts.map +1 -0
- package/lib/dist/resolution/frameworks/astro.js +169 -0
- package/lib/dist/resolution/frameworks/astro.js.map +1 -0
- package/lib/dist/resolution/frameworks/cargo-workspace.d.ts +18 -0
- package/lib/dist/resolution/frameworks/cargo-workspace.d.ts.map +1 -0
- package/lib/dist/resolution/frameworks/cargo-workspace.js +225 -0
- package/lib/dist/resolution/frameworks/cargo-workspace.js.map +1 -0
- package/lib/dist/resolution/frameworks/cics.d.ts +20 -0
- package/lib/dist/resolution/frameworks/cics.d.ts.map +1 -0
- package/lib/dist/resolution/frameworks/cics.js +90 -0
- package/lib/dist/resolution/frameworks/cics.js.map +1 -0
- package/lib/dist/resolution/frameworks/csharp.d.ts +8 -0
- package/lib/dist/resolution/frameworks/csharp.d.ts.map +1 -0
- package/lib/dist/resolution/frameworks/csharp.js +241 -0
- package/lib/dist/resolution/frameworks/csharp.js.map +1 -0
- package/lib/dist/resolution/frameworks/drupal.d.ts +51 -0
- package/lib/dist/resolution/frameworks/drupal.d.ts.map +1 -0
- package/lib/dist/resolution/frameworks/drupal.js +367 -0
- package/lib/dist/resolution/frameworks/drupal.js.map +1 -0
- package/lib/dist/resolution/frameworks/expo-modules.d.ts +3 -0
- package/lib/dist/resolution/frameworks/expo-modules.d.ts.map +1 -0
- package/lib/dist/resolution/frameworks/expo-modules.js +148 -0
- package/lib/dist/resolution/frameworks/expo-modules.js.map +1 -0
- package/lib/dist/resolution/frameworks/express.d.ts +8 -0
- package/lib/dist/resolution/frameworks/express.d.ts.map +1 -0
- package/lib/dist/resolution/frameworks/express.js +308 -0
- package/lib/dist/resolution/frameworks/express.js.map +1 -0
- package/lib/dist/resolution/frameworks/fabric.d.ts +3 -0
- package/lib/dist/resolution/frameworks/fabric.d.ts.map +1 -0
- package/lib/dist/resolution/frameworks/fabric.js +354 -0
- package/lib/dist/resolution/frameworks/fabric.js.map +1 -0
- package/lib/dist/resolution/frameworks/go.d.ts +8 -0
- package/lib/dist/resolution/frameworks/go.d.ts.map +1 -0
- package/lib/dist/resolution/frameworks/go.js +161 -0
- package/lib/dist/resolution/frameworks/go.js.map +1 -0
- package/lib/dist/resolution/frameworks/goframe.d.ts +41 -0
- package/lib/dist/resolution/frameworks/goframe.d.ts.map +1 -0
- package/lib/dist/resolution/frameworks/goframe.js +112 -0
- package/lib/dist/resolution/frameworks/goframe.js.map +1 -0
- package/lib/dist/resolution/frameworks/index.d.ts +50 -0
- package/lib/dist/resolution/frameworks/index.d.ts.map +1 -0
- package/lib/dist/resolution/frameworks/index.js +175 -0
- package/lib/dist/resolution/frameworks/index.js.map +1 -0
- package/lib/dist/resolution/frameworks/java.d.ts +8 -0
- package/lib/dist/resolution/frameworks/java.d.ts.map +1 -0
- package/lib/dist/resolution/frameworks/java.js +517 -0
- package/lib/dist/resolution/frameworks/java.js.map +1 -0
- package/lib/dist/resolution/frameworks/laravel.d.ts +13 -0
- package/lib/dist/resolution/frameworks/laravel.d.ts.map +1 -0
- package/lib/dist/resolution/frameworks/laravel.js +257 -0
- package/lib/dist/resolution/frameworks/laravel.js.map +1 -0
- package/lib/dist/resolution/frameworks/nestjs.d.ts +26 -0
- package/lib/dist/resolution/frameworks/nestjs.d.ts.map +1 -0
- package/lib/dist/resolution/frameworks/nestjs.js +698 -0
- package/lib/dist/resolution/frameworks/nestjs.js.map +1 -0
- package/lib/dist/resolution/frameworks/play.d.ts +19 -0
- package/lib/dist/resolution/frameworks/play.d.ts.map +1 -0
- package/lib/dist/resolution/frameworks/play.js +111 -0
- package/lib/dist/resolution/frameworks/play.js.map +1 -0
- package/lib/dist/resolution/frameworks/python.d.ts +10 -0
- package/lib/dist/resolution/frameworks/python.d.ts.map +1 -0
- package/lib/dist/resolution/frameworks/python.js +400 -0
- package/lib/dist/resolution/frameworks/python.js.map +1 -0
- package/lib/dist/resolution/frameworks/react-native.d.ts +3 -0
- package/lib/dist/resolution/frameworks/react-native.d.ts.map +1 -0
- package/lib/dist/resolution/frameworks/react-native.js +410 -0
- package/lib/dist/resolution/frameworks/react-native.js.map +1 -0
- package/lib/dist/resolution/frameworks/react.d.ts +8 -0
- package/lib/dist/resolution/frameworks/react.d.ts.map +1 -0
- package/lib/dist/resolution/frameworks/react.js +334 -0
- package/lib/dist/resolution/frameworks/react.js.map +1 -0
- package/lib/dist/resolution/frameworks/ruby.d.ts +8 -0
- package/lib/dist/resolution/frameworks/ruby.d.ts.map +1 -0
- package/lib/dist/resolution/frameworks/ruby.js +302 -0
- package/lib/dist/resolution/frameworks/ruby.js.map +1 -0
- package/lib/dist/resolution/frameworks/rust.d.ts +8 -0
- package/lib/dist/resolution/frameworks/rust.d.ts.map +1 -0
- package/lib/dist/resolution/frameworks/rust.js +304 -0
- package/lib/dist/resolution/frameworks/rust.js.map +1 -0
- package/lib/dist/resolution/frameworks/svelte.d.ts +9 -0
- package/lib/dist/resolution/frameworks/svelte.d.ts.map +1 -0
- package/lib/dist/resolution/frameworks/svelte.js +253 -0
- package/lib/dist/resolution/frameworks/svelte.js.map +1 -0
- package/lib/dist/resolution/frameworks/swift-objc.d.ts +37 -0
- package/lib/dist/resolution/frameworks/swift-objc.d.ts.map +1 -0
- package/lib/dist/resolution/frameworks/swift-objc.js +252 -0
- package/lib/dist/resolution/frameworks/swift-objc.js.map +1 -0
- package/lib/dist/resolution/frameworks/swift.d.ts +10 -0
- package/lib/dist/resolution/frameworks/swift.d.ts.map +1 -0
- package/lib/dist/resolution/frameworks/swift.js +400 -0
- package/lib/dist/resolution/frameworks/swift.js.map +1 -0
- package/lib/dist/resolution/frameworks/terraform.d.ts +38 -0
- package/lib/dist/resolution/frameworks/terraform.d.ts.map +1 -0
- package/lib/dist/resolution/frameworks/terraform.js +277 -0
- package/lib/dist/resolution/frameworks/terraform.js.map +1 -0
- package/lib/dist/resolution/frameworks/vue.d.ts +9 -0
- package/lib/dist/resolution/frameworks/vue.d.ts.map +1 -0
- package/lib/dist/resolution/frameworks/vue.js +303 -0
- package/lib/dist/resolution/frameworks/vue.js.map +1 -0
- package/lib/dist/resolution/go-module.d.ts +26 -0
- package/lib/dist/resolution/go-module.d.ts.map +1 -0
- package/lib/dist/resolution/go-module.js +78 -0
- package/lib/dist/resolution/go-module.js.map +1 -0
- package/lib/dist/resolution/goframe-synthesizer.d.ts +28 -0
- package/lib/dist/resolution/goframe-synthesizer.d.ts.map +1 -0
- package/lib/dist/resolution/goframe-synthesizer.js +158 -0
- package/lib/dist/resolution/goframe-synthesizer.js.map +1 -0
- package/lib/dist/resolution/import-resolver.d.ts +85 -0
- package/lib/dist/resolution/import-resolver.d.ts.map +1 -0
- package/lib/dist/resolution/import-resolver.js +1974 -0
- package/lib/dist/resolution/import-resolver.js.map +1 -0
- package/lib/dist/resolution/index.d.ts +238 -0
- package/lib/dist/resolution/index.d.ts.map +1 -0
- package/lib/dist/resolution/index.js +1633 -0
- package/lib/dist/resolution/index.js.map +1 -0
- package/lib/dist/resolution/lru-cache.d.ts +24 -0
- package/lib/dist/resolution/lru-cache.d.ts.map +1 -0
- package/lib/dist/resolution/lru-cache.js +62 -0
- package/lib/dist/resolution/lru-cache.js.map +1 -0
- package/lib/dist/resolution/name-matcher.d.ts +112 -0
- package/lib/dist/resolution/name-matcher.d.ts.map +1 -0
- package/lib/dist/resolution/name-matcher.js +1701 -0
- package/lib/dist/resolution/name-matcher.js.map +1 -0
- package/lib/dist/resolution/path-aliases.d.ts +68 -0
- package/lib/dist/resolution/path-aliases.d.ts.map +1 -0
- package/lib/dist/resolution/path-aliases.js +238 -0
- package/lib/dist/resolution/path-aliases.js.map +1 -0
- package/lib/dist/resolution/strip-comments.d.ts +27 -0
- package/lib/dist/resolution/strip-comments.d.ts.map +1 -0
- package/lib/dist/resolution/strip-comments.js +492 -0
- package/lib/dist/resolution/strip-comments.js.map +1 -0
- package/lib/dist/resolution/swift-objc-bridge.d.ts +134 -0
- package/lib/dist/resolution/swift-objc-bridge.d.ts.map +1 -0
- package/lib/dist/resolution/swift-objc-bridge.js +256 -0
- package/lib/dist/resolution/swift-objc-bridge.js.map +1 -0
- package/lib/dist/resolution/types.d.ts +253 -0
- package/lib/dist/resolution/types.d.ts.map +1 -0
- package/lib/dist/resolution/types.js +8 -0
- package/lib/dist/resolution/types.js.map +1 -0
- package/lib/dist/resolution/workspace-packages.d.ts +58 -0
- package/lib/dist/resolution/workspace-packages.d.ts.map +1 -0
- package/lib/dist/resolution/workspace-packages.js +346 -0
- package/lib/dist/resolution/workspace-packages.js.map +1 -0
- package/lib/dist/search/identifier-segments.d.ts +60 -0
- package/lib/dist/search/identifier-segments.d.ts.map +1 -0
- package/lib/dist/search/identifier-segments.js +176 -0
- package/lib/dist/search/identifier-segments.js.map +1 -0
- package/lib/dist/search/query-parser.d.ts +57 -0
- package/lib/dist/search/query-parser.d.ts.map +1 -0
- package/lib/dist/search/query-parser.js +177 -0
- package/lib/dist/search/query-parser.js.map +1 -0
- package/lib/dist/search/query-utils.d.ts +87 -0
- package/lib/dist/search/query-utils.d.ts.map +1 -0
- package/lib/dist/search/query-utils.js +449 -0
- package/lib/dist/search/query-utils.js.map +1 -0
- package/lib/dist/sync/git-hooks.d.ts +45 -0
- package/lib/dist/sync/git-hooks.d.ts.map +1 -0
- package/lib/dist/sync/git-hooks.js +227 -0
- package/lib/dist/sync/git-hooks.js.map +1 -0
- package/lib/dist/sync/index.d.ts +19 -0
- package/lib/dist/sync/index.d.ts.map +1 -0
- package/lib/dist/sync/index.js +35 -0
- package/lib/dist/sync/index.js.map +1 -0
- package/lib/dist/sync/watch-policy.d.ts +48 -0
- package/lib/dist/sync/watch-policy.d.ts.map +1 -0
- package/lib/dist/sync/watch-policy.js +124 -0
- package/lib/dist/sync/watch-policy.js.map +1 -0
- package/lib/dist/sync/watcher.d.ts +355 -0
- package/lib/dist/sync/watcher.d.ts.map +1 -0
- package/lib/dist/sync/watcher.js +848 -0
- package/lib/dist/sync/watcher.js.map +1 -0
- package/lib/dist/sync/worktree.d.ts +63 -0
- package/lib/dist/sync/worktree.d.ts.map +1 -0
- package/lib/dist/sync/worktree.js +182 -0
- package/lib/dist/sync/worktree.js.map +1 -0
- package/lib/dist/telemetry/index.d.ts +143 -0
- package/lib/dist/telemetry/index.d.ts.map +1 -0
- package/lib/dist/telemetry/index.js +541 -0
- package/lib/dist/telemetry/index.js.map +1 -0
- package/lib/dist/types.d.ts +415 -0
- package/lib/dist/types.d.ts.map +1 -0
- package/lib/dist/types.js +91 -0
- package/lib/dist/types.js.map +1 -0
- package/lib/dist/ui/glyphs.d.ts +42 -0
- package/lib/dist/ui/glyphs.d.ts.map +1 -0
- package/lib/dist/ui/glyphs.js +78 -0
- package/lib/dist/ui/glyphs.js.map +1 -0
- package/lib/dist/ui/shimmer-progress.d.ts +11 -0
- package/lib/dist/ui/shimmer-progress.d.ts.map +1 -0
- package/lib/dist/ui/shimmer-progress.js +90 -0
- package/lib/dist/ui/shimmer-progress.js.map +1 -0
- package/lib/dist/ui/shimmer-worker.d.ts +2 -0
- package/lib/dist/ui/shimmer-worker.d.ts.map +1 -0
- package/lib/dist/ui/shimmer-worker.js +118 -0
- package/lib/dist/ui/shimmer-worker.js.map +1 -0
- package/lib/dist/ui/types.d.ts +17 -0
- package/lib/dist/ui/types.d.ts.map +1 -0
- package/lib/dist/ui/types.js +3 -0
- package/lib/dist/ui/types.js.map +1 -0
- package/lib/dist/upgrade/index.d.ts +132 -0
- package/lib/dist/upgrade/index.d.ts.map +1 -0
- package/lib/dist/upgrade/index.js +498 -0
- package/lib/dist/upgrade/index.js.map +1 -0
- package/lib/dist/utils.d.ts +224 -0
- package/lib/dist/utils.d.ts.map +1 -0
- package/lib/dist/utils.js +583 -0
- package/lib/dist/utils.js.map +1 -0
- package/lib/node_modules/.package-lock.json +125 -0
- package/lib/node_modules/@clack/core/CHANGELOG.md +348 -0
- package/lib/node_modules/@clack/core/LICENSE +9 -0
- package/lib/node_modules/@clack/core/README.md +22 -0
- package/lib/node_modules/@clack/core/dist/index.d.mts +363 -0
- package/lib/node_modules/@clack/core/dist/index.mjs +17 -0
- package/lib/node_modules/@clack/core/dist/index.mjs.map +1 -0
- package/lib/node_modules/@clack/core/package.json +63 -0
- package/lib/node_modules/@clack/prompts/CHANGELOG.md +591 -0
- package/lib/node_modules/@clack/prompts/LICENSE +9 -0
- package/lib/node_modules/@clack/prompts/README.md +375 -0
- package/lib/node_modules/@clack/prompts/dist/index.d.mts +396 -0
- package/lib/node_modules/@clack/prompts/dist/index.mjs +144 -0
- package/lib/node_modules/@clack/prompts/dist/index.mjs.map +1 -0
- package/lib/node_modules/@clack/prompts/package.json +68 -0
- package/lib/node_modules/commander/LICENSE +22 -0
- package/lib/node_modules/commander/Readme.md +1176 -0
- package/lib/node_modules/commander/esm.mjs +16 -0
- package/lib/node_modules/commander/index.js +24 -0
- package/lib/node_modules/commander/lib/argument.js +150 -0
- package/lib/node_modules/commander/lib/command.js +2777 -0
- package/lib/node_modules/commander/lib/error.js +39 -0
- package/lib/node_modules/commander/lib/help.js +747 -0
- package/lib/node_modules/commander/lib/option.js +380 -0
- package/lib/node_modules/commander/lib/suggestSimilar.js +101 -0
- package/lib/node_modules/commander/package-support.json +19 -0
- package/lib/node_modules/commander/package.json +82 -0
- package/lib/node_modules/commander/typings/esm.d.mts +3 -0
- package/lib/node_modules/commander/typings/index.d.ts +1113 -0
- package/lib/node_modules/fast-string-truncated-width/dist/index.d.ts +4 -0
- package/lib/node_modules/fast-string-truncated-width/dist/index.js +111 -0
- package/lib/node_modules/fast-string-truncated-width/dist/types.d.ts +19 -0
- package/lib/node_modules/fast-string-truncated-width/dist/types.js +2 -0
- package/lib/node_modules/fast-string-truncated-width/dist/utils.d.ts +4 -0
- package/lib/node_modules/fast-string-truncated-width/dist/utils.js +20 -0
- package/lib/node_modules/fast-string-truncated-width/license +21 -0
- package/lib/node_modules/fast-string-truncated-width/package.json +35 -0
- package/lib/node_modules/fast-string-truncated-width/readme.md +59 -0
- package/lib/node_modules/fast-string-width/dist/index.d.ts +4 -0
- package/lib/node_modules/fast-string-width/dist/index.js +14 -0
- package/lib/node_modules/fast-string-width/license +21 -0
- package/lib/node_modules/fast-string-width/package.json +34 -0
- package/lib/node_modules/fast-string-width/readme.md +42 -0
- package/lib/node_modules/fast-wrap-ansi/LICENSE +23 -0
- package/lib/node_modules/fast-wrap-ansi/README.md +26 -0
- package/lib/node_modules/fast-wrap-ansi/lib/main.d.ts +6 -0
- package/lib/node_modules/fast-wrap-ansi/lib/main.js +219 -0
- package/lib/node_modules/fast-wrap-ansi/lib/main.js.map +1 -0
- package/lib/node_modules/fast-wrap-ansi/package.json +51 -0
- package/lib/node_modules/ignore/LICENSE-MIT +21 -0
- package/lib/node_modules/ignore/README.md +452 -0
- package/lib/node_modules/ignore/index.d.ts +81 -0
- package/lib/node_modules/ignore/index.js +784 -0
- package/lib/node_modules/ignore/legacy.js +681 -0
- package/lib/node_modules/ignore/package.json +87 -0
- package/lib/node_modules/jsonc-parser/CHANGELOG.md +76 -0
- package/lib/node_modules/jsonc-parser/LICENSE.md +21 -0
- package/lib/node_modules/jsonc-parser/README.md +364 -0
- package/lib/node_modules/jsonc-parser/SECURITY.md +41 -0
- package/lib/node_modules/jsonc-parser/lib/esm/impl/edit.js +185 -0
- package/lib/node_modules/jsonc-parser/lib/esm/impl/format.js +261 -0
- package/lib/node_modules/jsonc-parser/lib/esm/impl/parser.js +659 -0
- package/lib/node_modules/jsonc-parser/lib/esm/impl/scanner.js +443 -0
- package/lib/node_modules/jsonc-parser/lib/esm/impl/string-intern.js +29 -0
- package/lib/node_modules/jsonc-parser/lib/esm/main.d.ts +351 -0
- package/lib/node_modules/jsonc-parser/lib/esm/main.js +178 -0
- package/lib/node_modules/jsonc-parser/lib/umd/impl/edit.js +201 -0
- package/lib/node_modules/jsonc-parser/lib/umd/impl/format.js +275 -0
- package/lib/node_modules/jsonc-parser/lib/umd/impl/parser.js +682 -0
- package/lib/node_modules/jsonc-parser/lib/umd/impl/scanner.js +456 -0
- package/lib/node_modules/jsonc-parser/lib/umd/impl/string-intern.js +42 -0
- package/lib/node_modules/jsonc-parser/lib/umd/main.d.ts +351 -0
- package/lib/node_modules/jsonc-parser/lib/umd/main.js +194 -0
- package/lib/node_modules/jsonc-parser/package.json +37 -0
- package/lib/node_modules/picomatch/LICENSE +21 -0
- package/lib/node_modules/picomatch/README.md +738 -0
- package/lib/node_modules/picomatch/index.js +17 -0
- package/lib/node_modules/picomatch/lib/constants.js +180 -0
- package/lib/node_modules/picomatch/lib/parse.js +1085 -0
- package/lib/node_modules/picomatch/lib/picomatch.js +341 -0
- package/lib/node_modules/picomatch/lib/scan.js +391 -0
- package/lib/node_modules/picomatch/lib/utils.js +72 -0
- package/lib/node_modules/picomatch/package.json +83 -0
- package/lib/node_modules/picomatch/posix.js +3 -0
- package/lib/node_modules/sisteransi/license +21 -0
- package/lib/node_modules/sisteransi/package.json +34 -0
- package/lib/node_modules/sisteransi/readme.md +113 -0
- package/lib/node_modules/sisteransi/src/index.js +58 -0
- package/lib/node_modules/sisteransi/src/sisteransi.d.ts +35 -0
- package/lib/node_modules/tree-sitter-wasms/LICENSE +24 -0
- package/lib/node_modules/tree-sitter-wasms/README.md +23 -0
- package/lib/node_modules/tree-sitter-wasms/out/tree-sitter-bash.wasm +0 -0
- package/lib/node_modules/tree-sitter-wasms/out/tree-sitter-c.wasm +0 -0
- package/lib/node_modules/tree-sitter-wasms/out/tree-sitter-c_sharp.wasm +0 -0
- package/lib/node_modules/tree-sitter-wasms/out/tree-sitter-cpp.wasm +0 -0
- package/lib/node_modules/tree-sitter-wasms/out/tree-sitter-css.wasm +0 -0
- package/lib/node_modules/tree-sitter-wasms/out/tree-sitter-dart.wasm +0 -0
- package/lib/node_modules/tree-sitter-wasms/out/tree-sitter-elisp.wasm +0 -0
- package/lib/node_modules/tree-sitter-wasms/out/tree-sitter-elixir.wasm +0 -0
- package/lib/node_modules/tree-sitter-wasms/out/tree-sitter-elm.wasm +0 -0
- package/lib/node_modules/tree-sitter-wasms/out/tree-sitter-embedded_template.wasm +0 -0
- package/lib/node_modules/tree-sitter-wasms/out/tree-sitter-go.wasm +0 -0
- package/lib/node_modules/tree-sitter-wasms/out/tree-sitter-html.wasm +0 -0
- package/lib/node_modules/tree-sitter-wasms/out/tree-sitter-java.wasm +0 -0
- package/lib/node_modules/tree-sitter-wasms/out/tree-sitter-javascript.wasm +0 -0
- package/lib/node_modules/tree-sitter-wasms/out/tree-sitter-json.wasm +0 -0
- package/lib/node_modules/tree-sitter-wasms/out/tree-sitter-kotlin.wasm +0 -0
- package/lib/node_modules/tree-sitter-wasms/out/tree-sitter-lua.wasm +0 -0
- package/lib/node_modules/tree-sitter-wasms/out/tree-sitter-objc.wasm +0 -0
- package/lib/node_modules/tree-sitter-wasms/out/tree-sitter-ocaml.wasm +0 -0
- package/lib/node_modules/tree-sitter-wasms/out/tree-sitter-php.wasm +0 -0
- package/lib/node_modules/tree-sitter-wasms/out/tree-sitter-python.wasm +0 -0
- package/lib/node_modules/tree-sitter-wasms/out/tree-sitter-ql.wasm +0 -0
- package/lib/node_modules/tree-sitter-wasms/out/tree-sitter-rescript.wasm +0 -0
- package/lib/node_modules/tree-sitter-wasms/out/tree-sitter-ruby.wasm +0 -0
- package/lib/node_modules/tree-sitter-wasms/out/tree-sitter-rust.wasm +0 -0
- package/lib/node_modules/tree-sitter-wasms/out/tree-sitter-scala.wasm +0 -0
- package/lib/node_modules/tree-sitter-wasms/out/tree-sitter-solidity.wasm +0 -0
- package/lib/node_modules/tree-sitter-wasms/out/tree-sitter-swift.wasm +0 -0
- package/lib/node_modules/tree-sitter-wasms/out/tree-sitter-systemrdl.wasm +0 -0
- package/lib/node_modules/tree-sitter-wasms/out/tree-sitter-tlaplus.wasm +0 -0
- package/lib/node_modules/tree-sitter-wasms/out/tree-sitter-toml.wasm +0 -0
- package/lib/node_modules/tree-sitter-wasms/out/tree-sitter-tsx.wasm +0 -0
- package/lib/node_modules/tree-sitter-wasms/out/tree-sitter-typescript.wasm +0 -0
- package/lib/node_modules/tree-sitter-wasms/out/tree-sitter-vue.wasm +0 -0
- package/lib/node_modules/tree-sitter-wasms/out/tree-sitter-yaml.wasm +0 -0
- package/lib/node_modules/tree-sitter-wasms/out/tree-sitter-zig.wasm +0 -0
- package/lib/node_modules/tree-sitter-wasms/package.json +64 -0
- package/lib/node_modules/web-tree-sitter/LICENSE +21 -0
- package/lib/node_modules/web-tree-sitter/README.md +269 -0
- package/lib/node_modules/web-tree-sitter/debug/tree-sitter.cjs +4558 -0
- package/lib/node_modules/web-tree-sitter/debug/tree-sitter.cjs.map +7 -0
- package/lib/node_modules/web-tree-sitter/debug/tree-sitter.js +4516 -0
- package/lib/node_modules/web-tree-sitter/debug/tree-sitter.js.map +7 -0
- package/lib/node_modules/web-tree-sitter/debug/tree-sitter.wasm +0 -0
- package/lib/node_modules/web-tree-sitter/debug/tree-sitter.wasm.map +31 -0
- package/lib/node_modules/web-tree-sitter/lib/alloc.c +48 -0
- package/lib/node_modules/web-tree-sitter/lib/alloc.h +41 -0
- package/lib/node_modules/web-tree-sitter/lib/array.h +291 -0
- package/lib/node_modules/web-tree-sitter/lib/atomic.h +68 -0
- package/lib/node_modules/web-tree-sitter/lib/clock.h +146 -0
- package/lib/node_modules/web-tree-sitter/lib/error_costs.h +11 -0
- package/lib/node_modules/web-tree-sitter/lib/get_changed_ranges.c +523 -0
- package/lib/node_modules/web-tree-sitter/lib/get_changed_ranges.h +36 -0
- package/lib/node_modules/web-tree-sitter/lib/host.h +21 -0
- package/lib/node_modules/web-tree-sitter/lib/language.c +293 -0
- package/lib/node_modules/web-tree-sitter/lib/language.h +293 -0
- package/lib/node_modules/web-tree-sitter/lib/length.h +52 -0
- package/lib/node_modules/web-tree-sitter/lib/lexer.c +483 -0
- package/lib/node_modules/web-tree-sitter/lib/lexer.h +54 -0
- package/lib/node_modules/web-tree-sitter/lib/lib.c +12 -0
- package/lib/node_modules/web-tree-sitter/lib/node.c +875 -0
- package/lib/node_modules/web-tree-sitter/lib/parser.c +2297 -0
- package/lib/node_modules/web-tree-sitter/lib/parser.h +286 -0
- package/lib/node_modules/web-tree-sitter/lib/point.h +48 -0
- package/lib/node_modules/web-tree-sitter/lib/query.c +4347 -0
- package/lib/node_modules/web-tree-sitter/lib/reduce_action.h +34 -0
- package/lib/node_modules/web-tree-sitter/lib/reusable_node.h +95 -0
- package/lib/node_modules/web-tree-sitter/lib/stack.c +912 -0
- package/lib/node_modules/web-tree-sitter/lib/stack.h +133 -0
- package/lib/node_modules/web-tree-sitter/lib/subtree.c +1034 -0
- package/lib/node_modules/web-tree-sitter/lib/subtree.h +399 -0
- package/lib/node_modules/web-tree-sitter/lib/tree-sitter.c +987 -0
- package/lib/node_modules/web-tree-sitter/lib/tree-sitter.cjs +2988 -0
- package/lib/node_modules/web-tree-sitter/lib/tree-sitter.wasm +0 -0
- package/lib/node_modules/web-tree-sitter/lib/tree-sitter.wasm.map +1 -0
- package/lib/node_modules/web-tree-sitter/lib/tree.c +170 -0
- package/lib/node_modules/web-tree-sitter/lib/tree.h +31 -0
- package/lib/node_modules/web-tree-sitter/lib/tree_cursor.c +716 -0
- package/lib/node_modules/web-tree-sitter/lib/tree_cursor.h +48 -0
- package/lib/node_modules/web-tree-sitter/lib/ts_assert.h +11 -0
- package/lib/node_modules/web-tree-sitter/lib/unicode.h +75 -0
- package/lib/node_modules/web-tree-sitter/lib/wasm_store.c +1937 -0
- package/lib/node_modules/web-tree-sitter/lib/wasm_store.h +31 -0
- package/lib/node_modules/web-tree-sitter/package.json +98 -0
- package/lib/node_modules/web-tree-sitter/src/bindings.ts +26 -0
- package/lib/node_modules/web-tree-sitter/src/constants.ts +133 -0
- package/lib/node_modules/web-tree-sitter/src/index.ts +31 -0
- package/lib/node_modules/web-tree-sitter/src/language.ts +291 -0
- package/lib/node_modules/web-tree-sitter/src/lookahead_iterator.ts +75 -0
- package/lib/node_modules/web-tree-sitter/src/marshal.ts +176 -0
- package/lib/node_modules/web-tree-sitter/src/node.ts +646 -0
- package/lib/node_modules/web-tree-sitter/src/parser.ts +325 -0
- package/lib/node_modules/web-tree-sitter/src/query.ts +973 -0
- package/lib/node_modules/web-tree-sitter/src/tree.ts +145 -0
- package/lib/node_modules/web-tree-sitter/src/tree_cursor.ts +318 -0
- package/lib/node_modules/web-tree-sitter/tree-sitter.cjs +4031 -0
- package/lib/node_modules/web-tree-sitter/tree-sitter.cjs.map +7 -0
- package/lib/node_modules/web-tree-sitter/tree-sitter.js +3980 -0
- package/lib/node_modules/web-tree-sitter/tree-sitter.js.map +7 -0
- package/lib/node_modules/web-tree-sitter/tree-sitter.wasm +0 -0
- package/lib/node_modules/web-tree-sitter/tree-sitter.wasm.map +30 -0
- package/lib/node_modules/web-tree-sitter/web-tree-sitter.d.ts +1030 -0
- package/lib/node_modules/web-tree-sitter/web-tree-sitter.d.ts.map +56 -0
- package/lib/package.json +64 -0
- package/node +0 -0
- package/package.json +17 -0
|
@@ -0,0 +1,837 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.cppExtractor = exports.cExtractor = void 0;
|
|
4
|
+
exports.normalizeCppReturnType = normalizeCppReturnType;
|
|
5
|
+
exports.stripCppTemplateArgs = stripCppTemplateArgs;
|
|
6
|
+
exports.blankCppExportMacros = blankCppExportMacros;
|
|
7
|
+
exports.blankCppInlineMacros = blankCppInlineMacros;
|
|
8
|
+
exports.recoverMangledCppName = recoverMangledCppName;
|
|
9
|
+
exports.blankMetalAttributes = blankMetalAttributes;
|
|
10
|
+
exports.blankCppAnnotationMacroCalls = blankCppAnnotationMacroCalls;
|
|
11
|
+
exports.blankCppApiPrefixMacros = blankCppApiPrefixMacros;
|
|
12
|
+
exports.blankCppInlineAnnotationMacros = blankCppInlineAnnotationMacros;
|
|
13
|
+
exports.blankCudaConstructs = blankCudaConstructs;
|
|
14
|
+
const tree_sitter_helpers_1 = require("../tree-sitter-helpers");
|
|
15
|
+
/**
|
|
16
|
+
* Find the function NAME's `qualified_identifier` (`Foo::bar`) inside a
|
|
17
|
+
* declarator, skipping the `parameter_list` — a parameter with a qualified type
|
|
18
|
+
* (`const std::string& x`) must NOT be mistaken for the method name. Without the
|
|
19
|
+
* skip, a plain free function `std::string TableFileName(const std::string&...)`
|
|
20
|
+
* was named `string` (from the parameter type), so calls to it never resolved
|
|
21
|
+
* and its file looked like nothing depended on it.
|
|
22
|
+
*/
|
|
23
|
+
function findDeclaratorQualifiedId(declarator) {
|
|
24
|
+
const queue = [declarator];
|
|
25
|
+
while (queue.length > 0) {
|
|
26
|
+
const current = queue.shift();
|
|
27
|
+
if (current.type === 'qualified_identifier')
|
|
28
|
+
return current;
|
|
29
|
+
for (let i = 0; i < current.namedChildCount; i++) {
|
|
30
|
+
const child = current.namedChild(i);
|
|
31
|
+
// Don't descend into parameters or the trailing return type — their types
|
|
32
|
+
// (`const std::string&`, `-> std::string`) aren't the function name.
|
|
33
|
+
if (child && child.type !== 'parameter_list' && child.type !== 'trailing_return_type') {
|
|
34
|
+
queue.push(child);
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
return undefined;
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* Recover the real function name from the macro-definition idiom
|
|
42
|
+
* `MACRO_NAME(real_name, typed args…) { body }` — flash-attention's
|
|
43
|
+
* `DEFINE_FLASH_FORWARD_KERNEL(flash_fwd_kernel, bool Is_dropout, …) { … }`
|
|
44
|
+
* being the motivating case: tree-sitter parses the invocation as a
|
|
45
|
+
* function_definition NAMED after the macro, so every such kernel shared one
|
|
46
|
+
* name (`DEFINE_FLASH_FORWARD_KERNEL`) and the launch sites' calls to the real
|
|
47
|
+
* names (`flash_fwd_kernel<…><<<…>>>`) could never resolve.
|
|
48
|
+
*
|
|
49
|
+
* Deliberately narrow so name-in-first-arg is unambiguous — ALL of:
|
|
50
|
+
* - the parsed name is macro-shaped: ALL-CAPS with at least one underscore
|
|
51
|
+
* (`TEST` never matches; K&R C definitions have lowercase names);
|
|
52
|
+
* - the first "parameter" is a LONE identifier (no type, no declarator)
|
|
53
|
+
* containing a lowercase letter — the name being defined;
|
|
54
|
+
* - at least one more parameter follows and NONE of them is another lone
|
|
55
|
+
* identifier — a second bare arg means the first isn't the name (gtest's
|
|
56
|
+
* `TEST_F(Fixture, Name)`, `PYBIND11_MODULE(ext, m)`,
|
|
57
|
+
* google-benchmark's `BENCHMARK_DEFINE_F(Fix, name)` all bail here).
|
|
58
|
+
*/
|
|
59
|
+
function recoverCppMacroDefinedName(node, source) {
|
|
60
|
+
if (node.type !== 'function_definition')
|
|
61
|
+
return undefined;
|
|
62
|
+
const declarator = (0, tree_sitter_helpers_1.getChildByField)(node, 'declarator');
|
|
63
|
+
if (declarator?.type !== 'function_declarator')
|
|
64
|
+
return undefined;
|
|
65
|
+
const inner = (0, tree_sitter_helpers_1.getChildByField)(declarator, 'declarator');
|
|
66
|
+
if (inner?.type !== 'identifier')
|
|
67
|
+
return undefined;
|
|
68
|
+
const macroName = (0, tree_sitter_helpers_1.getNodeText)(inner, source);
|
|
69
|
+
if (!/^[A-Z][A-Z0-9]*(?:_[A-Z0-9]+)+$/.test(macroName))
|
|
70
|
+
return undefined;
|
|
71
|
+
const params = (0, tree_sitter_helpers_1.getChildByField)(declarator, 'parameters');
|
|
72
|
+
if (!params || params.namedChildCount < 2)
|
|
73
|
+
return undefined;
|
|
74
|
+
const loneIdentText = (p) => p.type === 'parameter_declaration' &&
|
|
75
|
+
p.namedChildCount === 1 &&
|
|
76
|
+
p.namedChild(0)?.type === 'type_identifier'
|
|
77
|
+
? (0, tree_sitter_helpers_1.getNodeText)(p.namedChild(0), source)
|
|
78
|
+
: null;
|
|
79
|
+
const first = params.namedChild(0);
|
|
80
|
+
const name = first ? loneIdentText(first) : null;
|
|
81
|
+
if (!name || !/[a-z]/.test(name))
|
|
82
|
+
return undefined;
|
|
83
|
+
for (let i = 1; i < params.namedChildCount; i++) {
|
|
84
|
+
const p = params.namedChild(i);
|
|
85
|
+
if (p && loneIdentText(p) !== null)
|
|
86
|
+
return undefined;
|
|
87
|
+
}
|
|
88
|
+
return name;
|
|
89
|
+
}
|
|
90
|
+
function extractCppQualifiedMethodName(node, source) {
|
|
91
|
+
const macroDefined = recoverCppMacroDefinedName(node, source);
|
|
92
|
+
if (macroDefined)
|
|
93
|
+
return macroDefined;
|
|
94
|
+
const declarator = (0, tree_sitter_helpers_1.getChildByField)(node, 'declarator');
|
|
95
|
+
if (!declarator)
|
|
96
|
+
return undefined;
|
|
97
|
+
const qid = findDeclaratorQualifiedId(declarator);
|
|
98
|
+
if (!qid)
|
|
99
|
+
return undefined;
|
|
100
|
+
const parts = (0, tree_sitter_helpers_1.getNodeText)(qid, source).trim().split('::').filter(Boolean);
|
|
101
|
+
return parts[parts.length - 1];
|
|
102
|
+
}
|
|
103
|
+
function extractCppReceiverType(node, source) {
|
|
104
|
+
const declarator = (0, tree_sitter_helpers_1.getChildByField)(node, 'declarator');
|
|
105
|
+
if (!declarator)
|
|
106
|
+
return undefined;
|
|
107
|
+
const qid = findDeclaratorQualifiedId(declarator);
|
|
108
|
+
if (!qid)
|
|
109
|
+
return undefined;
|
|
110
|
+
const parts = (0, tree_sitter_helpers_1.getNodeText)(qid, source).trim().split('::').filter(Boolean);
|
|
111
|
+
return parts.length > 1 ? parts.slice(0, -1).join('::') : undefined;
|
|
112
|
+
}
|
|
113
|
+
/**
|
|
114
|
+
* Built-in / non-class return types that can never be a method receiver. We
|
|
115
|
+
* store no `returnType` for these so resolution never tries to resolve a method
|
|
116
|
+
* on `void` / `int` / etc.
|
|
117
|
+
*/
|
|
118
|
+
const CPP_NON_CLASS_RETURN = new Set([
|
|
119
|
+
'void', 'bool', 'char', 'short', 'int', 'long', 'float', 'double', 'unsigned',
|
|
120
|
+
'signed', 'size_t', 'ssize_t', 'auto', 'wchar_t', 'char8_t', 'char16_t',
|
|
121
|
+
'char32_t', 'int8_t', 'int16_t', 'int32_t', 'int64_t', 'uint8_t', 'uint16_t',
|
|
122
|
+
'uint32_t', 'uint64_t', 'intptr_t', 'uintptr_t', 'nullptr_t',
|
|
123
|
+
]);
|
|
124
|
+
/**
|
|
125
|
+
* Normalize a C++ return type to the bare class name a method could be called
|
|
126
|
+
* on. Unwraps smart-pointer / optional wrappers to their element type
|
|
127
|
+
* (`std::unique_ptr<Widget>` → `Widget`) so a factory's `->method()` resolves on
|
|
128
|
+
* the pointee. Strips cv-qualifiers, `&`/`*`, namespace qualifiers, and other
|
|
129
|
+
* template args. Returns undefined for primitives / void / `auto` / empty.
|
|
130
|
+
*/
|
|
131
|
+
function normalizeCppReturnType(raw) {
|
|
132
|
+
let t = raw.trim();
|
|
133
|
+
if (!t)
|
|
134
|
+
return undefined;
|
|
135
|
+
// Unwrap smart pointers / optional to their pointee (the thing you call `->` on).
|
|
136
|
+
const wrapper = t.match(/\b(?:std\s*::\s*)?(?:unique_ptr|shared_ptr|weak_ptr|optional)\s*<\s*([^,>]+?)\s*>/);
|
|
137
|
+
if (wrapper && wrapper[1])
|
|
138
|
+
t = wrapper[1];
|
|
139
|
+
t = t
|
|
140
|
+
.replace(/\b(?:const|volatile|typename|struct|class|enum)\b/g, ' ')
|
|
141
|
+
.replace(/<[^>]*>/g, ' ')
|
|
142
|
+
.replace(/[*&]+/g, ' ')
|
|
143
|
+
.replace(/\s+/g, ' ')
|
|
144
|
+
.trim();
|
|
145
|
+
if (!t)
|
|
146
|
+
return undefined;
|
|
147
|
+
const last = t.split('::').filter(Boolean).pop();
|
|
148
|
+
if (!last)
|
|
149
|
+
return undefined;
|
|
150
|
+
if (CPP_NON_CLASS_RETURN.has(last))
|
|
151
|
+
return undefined;
|
|
152
|
+
if (!/^[A-Za-z_]\w*$/.test(last))
|
|
153
|
+
return undefined;
|
|
154
|
+
return last;
|
|
155
|
+
}
|
|
156
|
+
/**
|
|
157
|
+
* Strip C++ template arguments from a base-type reference name so it matches the
|
|
158
|
+
* bare class/struct the template was DEFINED as. `template<typename T> class
|
|
159
|
+
* Base { … }` is indexed as a node named `Base`, but a derived class
|
|
160
|
+
* `class D : public Base<int>` records its base as the full `Base<int>` (and
|
|
161
|
+
* `class Q : public ns::Tpl<int>` as `ns::Tpl<int>`) — neither name-matches
|
|
162
|
+
* `Base` / `ns::Tpl`, so the `extends` edge never resolves and the derived class
|
|
163
|
+
* looks like it inherits from nothing (#1043).
|
|
164
|
+
*
|
|
165
|
+
* Removes every balanced `<…>` group regardless of nesting or position, so
|
|
166
|
+
* `Base<int>` → `Base`, `ns::Tpl<Foo<int>>` → `ns::Tpl`, and the rare
|
|
167
|
+
* `Outer<int>::Inner` → `Outer::Inner`. The remaining qualified head is exactly
|
|
168
|
+
* what the non-templated base case already produces, so resolution treats them
|
|
169
|
+
* identically. A name with no template args passes through unchanged.
|
|
170
|
+
*/
|
|
171
|
+
function stripCppTemplateArgs(name) {
|
|
172
|
+
if (!name.includes('<'))
|
|
173
|
+
return name;
|
|
174
|
+
let out = '';
|
|
175
|
+
let depth = 0;
|
|
176
|
+
for (const ch of name) {
|
|
177
|
+
if (ch === '<')
|
|
178
|
+
depth++;
|
|
179
|
+
else if (ch === '>') {
|
|
180
|
+
if (depth > 0)
|
|
181
|
+
depth--;
|
|
182
|
+
}
|
|
183
|
+
else if (depth === 0)
|
|
184
|
+
out += ch;
|
|
185
|
+
}
|
|
186
|
+
return out.trim();
|
|
187
|
+
}
|
|
188
|
+
/**
|
|
189
|
+
* A function/method's return type lives in the `function_definition`'s `type`
|
|
190
|
+
* field (`Metrics& Metrics::instance()` → `Metrics`). Constructors, destructors,
|
|
191
|
+
* and conversion operators have no `type` field → undefined.
|
|
192
|
+
*/
|
|
193
|
+
function extractCppReturnType(node, source) {
|
|
194
|
+
const typeNode = (0, tree_sitter_helpers_1.getChildByField)(node, 'type');
|
|
195
|
+
if (!typeNode)
|
|
196
|
+
return undefined;
|
|
197
|
+
return normalizeCppReturnType((0, tree_sitter_helpers_1.getNodeText)(typeNode, source));
|
|
198
|
+
}
|
|
199
|
+
exports.cExtractor = {
|
|
200
|
+
// CUDA in C-detected headers (content-gated blank; see preParseCSource).
|
|
201
|
+
preParse: preParseCSource,
|
|
202
|
+
// Universal net: recover a real name from any macro-mangled function name.
|
|
203
|
+
recoverMangledName: recoverMangledCppName,
|
|
204
|
+
functionTypes: ['function_definition'],
|
|
205
|
+
classTypes: [],
|
|
206
|
+
methodTypes: [],
|
|
207
|
+
interfaceTypes: [],
|
|
208
|
+
structTypes: ['struct_specifier'],
|
|
209
|
+
enumTypes: ['enum_specifier'],
|
|
210
|
+
enumMemberTypes: ['enumerator'],
|
|
211
|
+
typeAliasTypes: ['type_definition'], // typedef
|
|
212
|
+
importTypes: ['preproc_include'],
|
|
213
|
+
callTypes: ['call_expression'],
|
|
214
|
+
variableTypes: ['declaration'],
|
|
215
|
+
nameField: 'declarator',
|
|
216
|
+
bodyField: 'body',
|
|
217
|
+
paramsField: 'parameters',
|
|
218
|
+
// A `const`/`static const` file-scope declaration carries a `type_qualifier`
|
|
219
|
+
// child reading "const" — extract those as `constant`, plain globals as
|
|
220
|
+
// `variable`.
|
|
221
|
+
isConst: (node) => node.namedChildren.some((c) => c.type === 'type_qualifier' && c.text === 'const'),
|
|
222
|
+
getReturnType: extractCppReturnType,
|
|
223
|
+
resolveTypeAliasKind: (node, _source) => {
|
|
224
|
+
// C typedef: `typedef enum { ... } name;` or `typedef struct { ... } name;`
|
|
225
|
+
// The inner enum_specifier/struct_specifier is anonymous, but we want the typedef name
|
|
226
|
+
// to become the enum/struct node name.
|
|
227
|
+
for (let i = 0; i < node.namedChildCount; i++) {
|
|
228
|
+
const child = node.namedChild(i);
|
|
229
|
+
if (!child)
|
|
230
|
+
continue;
|
|
231
|
+
if (child.type === 'enum_specifier' && (0, tree_sitter_helpers_1.getChildByField)(child, 'body'))
|
|
232
|
+
return 'enum';
|
|
233
|
+
if (child.type === 'struct_specifier' && (0, tree_sitter_helpers_1.getChildByField)(child, 'body'))
|
|
234
|
+
return 'struct';
|
|
235
|
+
}
|
|
236
|
+
return undefined;
|
|
237
|
+
},
|
|
238
|
+
extractImport: (node, source) => {
|
|
239
|
+
const importText = source.substring(node.startIndex, node.endIndex).trim();
|
|
240
|
+
// C includes: #include <stdio.h>, #include "myheader.h"
|
|
241
|
+
const systemLib = node.namedChildren.find((c) => c.type === 'system_lib_string');
|
|
242
|
+
if (systemLib) {
|
|
243
|
+
return { moduleName: (0, tree_sitter_helpers_1.getNodeText)(systemLib, source).replace(/^<|>$/g, ''), signature: importText };
|
|
244
|
+
}
|
|
245
|
+
const stringLiteral = node.namedChildren.find((c) => c.type === 'string_literal');
|
|
246
|
+
if (stringLiteral) {
|
|
247
|
+
const stringContent = stringLiteral.namedChildren.find((c) => c.type === 'string_content');
|
|
248
|
+
if (stringContent) {
|
|
249
|
+
return { moduleName: (0, tree_sitter_helpers_1.getNodeText)(stringContent, source), signature: importText };
|
|
250
|
+
}
|
|
251
|
+
}
|
|
252
|
+
return null;
|
|
253
|
+
},
|
|
254
|
+
};
|
|
255
|
+
/**
|
|
256
|
+
* Detect tree-sitter's misparse of a macro-annotated class/struct, e.g.
|
|
257
|
+
* `class MACRO Name { … }` or `class MACRO Name : public Base { … }` (#946).
|
|
258
|
+
* Not knowing `MACRO` is a macro, tree-sitter reads `class MACRO` as an
|
|
259
|
+
* *elaborated type specifier* (a bodyless `class_specifier`/`struct_specifier`
|
|
260
|
+
* whose "type name" is the macro) and the rest as a function: `Name` becomes the
|
|
261
|
+
* declarator and the `{ … }` a function body — so the whole declaration surfaces
|
|
262
|
+
* as a `function_definition` named after the class, with a line range spanning
|
|
263
|
+
* the entire class body. (A base clause, when present, additionally lands in an
|
|
264
|
+
* `ERROR` node, but it isn't required — the leading macro alone triggers this.)
|
|
265
|
+
*
|
|
266
|
+
* Two structural signals pin it down with no risk to genuine code:
|
|
267
|
+
* - the `type` field is a *bodyless* class/struct specifier — an elaborated
|
|
268
|
+
* type, not a real inline-defined return type like
|
|
269
|
+
* `struct P { int x; } makeP() { … }` (which carries a field list); and
|
|
270
|
+
* - the declarator is not a `function_declarator` — a real function definition
|
|
271
|
+
* always has one, which also leaves the legal-but-rare `class Foo f() { … }`
|
|
272
|
+
* (an elaborated return type on a genuine function) alone.
|
|
273
|
+
*
|
|
274
|
+
* The class body is mangled by the same misparse and is unrecoverable, so —
|
|
275
|
+
* matching how macro-prefixed C prototypes are handled — we drop the spurious
|
|
276
|
+
* node rather than mint a misleading whole-body `function` that pollutes
|
|
277
|
+
* callers/impact and skews kind statistics.
|
|
278
|
+
*/
|
|
279
|
+
function isMacroMisparsedTypeDecl(node) {
|
|
280
|
+
const typeNode = (0, tree_sitter_helpers_1.getChildByField)(node, 'type');
|
|
281
|
+
if (!typeNode)
|
|
282
|
+
return false;
|
|
283
|
+
if (typeNode.type !== 'class_specifier' && typeNode.type !== 'struct_specifier')
|
|
284
|
+
return false;
|
|
285
|
+
if (typeNode.namedChildren.some((c) => c.type === 'field_declaration_list'))
|
|
286
|
+
return false;
|
|
287
|
+
const declarator = (0, tree_sitter_helpers_1.getChildByField)(node, 'declarator');
|
|
288
|
+
if (declarator && declarator.type === 'function_declarator')
|
|
289
|
+
return false;
|
|
290
|
+
return true;
|
|
291
|
+
}
|
|
292
|
+
/**
|
|
293
|
+
* Blank an export/visibility macro in a `class/struct EXPORT_MACRO Name …`
|
|
294
|
+
* *definition* header before parsing. Not knowing the macro, tree-sitter reads
|
|
295
|
+
* `class EXPORT_MACRO` as an elaborated type specifier and the rest as a
|
|
296
|
+
* function, so the whole class — its name, base clause, and members — drops out
|
|
297
|
+
* of the index (#946 catches the resulting phantom function but can't recover
|
|
298
|
+
* the class), which silently breaks type-hierarchy / inheritance-impact queries
|
|
299
|
+
* for effectively every Unreal-Engine (`*_API`), Qt/Boost (`*_EXPORT`), LLVM
|
|
300
|
+
* (`*_ABI`), … class. Replacing the macro with equal-length spaces preserves
|
|
301
|
+
* every byte offset (and thus line/column), so the declaration then parses as a
|
|
302
|
+
* normal class_specifier and the existing extraction emits the node, members,
|
|
303
|
+
* and `extends` edge. (#1061, follow-up to #946.)
|
|
304
|
+
*
|
|
305
|
+
* Matched tightly so it can't touch the same macro used as an ordinary value
|
|
306
|
+
* elsewhere (`int x = SOME_API;`): the macro is the ALL-CAPS token sitting
|
|
307
|
+
* *between* `class`/`struct` and the type name, and the trailing `[:{]`
|
|
308
|
+
* definition-guard fires only when a base clause or body follows — the only
|
|
309
|
+
* shape that misparses. That guard also leaves elaborated-type variable
|
|
310
|
+
* declarations (`struct FOO var;`, `class FOO obj = …`) untouched, since those
|
|
311
|
+
* end in `;` / `=` / `[`, never `:` / `{`. C++-only (wired into cppExtractor),
|
|
312
|
+
* so C's heavier use of `struct TAG var;` never reaches it.
|
|
313
|
+
*/
|
|
314
|
+
function blankCppExportMacros(source) {
|
|
315
|
+
if (source.indexOf('class') === -1 && source.indexOf('struct') === -1)
|
|
316
|
+
return source;
|
|
317
|
+
return source.replace(/\b(class|struct)(\s+)([A-Z][A-Z0-9_]+)(?=\s+[A-Za-z_]\w*(?:\s+final)?\s*[:{])/g, (_m, kw, ws, macro) => kw + ws + ' '.repeat(macro.length));
|
|
318
|
+
}
|
|
319
|
+
/**
|
|
320
|
+
* Blank a known inline-specifier macro sitting in front of a function's return
|
|
321
|
+
* type (`FORCEINLINE FString GetName(…)`), before parsing. Not knowing the
|
|
322
|
+
* macro, tree-sitter can't reconcile `MACRO <return-type> <name>(` — an extra
|
|
323
|
+
* type-like token before the name — and drops into error recovery: the macro
|
|
324
|
+
* becomes the return type and, for a non-primitive return, the return type gets
|
|
325
|
+
* glued onto the name (`GetName` → `"FString GetName"`), so the function can't
|
|
326
|
+
* be found by name and its callers don't link. This is pervasive in Unreal
|
|
327
|
+
* Engine (`FORCEINLINE <ret> <name>(…)`) and in vendored third-party libraries
|
|
328
|
+
* that define their own inline macro (pugixml's `PUGI__FN`, Godot's
|
|
329
|
+
* `_FORCE_INLINE_`, Boost's `BOOST_FORCEINLINE`, …). Replacing the macro with
|
|
330
|
+
* equal-length spaces preserves every byte offset (so line/column stay exact)
|
|
331
|
+
* and the declaration then parses as an ordinary function — recovering the real
|
|
332
|
+
* name AND the return type — mirroring how `blankCppExportMacros` recovers
|
|
333
|
+
* macro-annotated classes (#946/#1061).
|
|
334
|
+
*
|
|
335
|
+
* Matched tightly so it can't touch an ordinary identifier: only the exact,
|
|
336
|
+
* curated inline-specifier tokens below (never an arbitrary all-caps token, so a
|
|
337
|
+
* real return type like `HRESULT DoIt()` is untouched), and only in specifier
|
|
338
|
+
* position — immediately followed by whitespace and the identifier that starts
|
|
339
|
+
* the return type or name. That lookahead leaves value/expression uses
|
|
340
|
+
* (`x = FORCEINLINE ? …`), string literals, and longer words
|
|
341
|
+
* (`FORCEINLINE_SOMETHINGELSE`, word-boundary) alone. To cover a new codebase's
|
|
342
|
+
* inline macro, add its exact token to the list.
|
|
343
|
+
*/
|
|
344
|
+
const CPP_INLINE_MACROS = [
|
|
345
|
+
// Unreal Engine
|
|
346
|
+
'FORCEINLINE_DEBUGGABLE', 'FORCENOINLINE', 'FORCEINLINE',
|
|
347
|
+
// pugixml (ubiquitous vendored XML parser): `#define PUGI__FN inline` before
|
|
348
|
+
// the return type, plus `PUGIXML_FUNCTION` (linkage macro) between the return
|
|
349
|
+
// type and the name — the blank mechanism handles both positions.
|
|
350
|
+
'PUGI__FN_NO_INLINE', 'PUGI__FN', 'PUGIXML_FUNCTION',
|
|
351
|
+
// Godot
|
|
352
|
+
'_ALWAYS_INLINE_', '_FORCE_INLINE_',
|
|
353
|
+
// Boost
|
|
354
|
+
'BOOST_FORCEINLINE', 'BOOST_NOINLINE',
|
|
355
|
+
// Qt (per-method markers + inline)
|
|
356
|
+
'Q_INVOKABLE', 'Q_SCRIPTABLE', 'Q_ALWAYS_INLINE', 'Q_SLOT', 'Q_SIGNAL',
|
|
357
|
+
// Folly / Abseil / LLVM / V8 / Eigen / rapidjson
|
|
358
|
+
'FOLLY_ALWAYS_INLINE', 'FOLLY_NOINLINE',
|
|
359
|
+
'ABSL_ATTRIBUTE_ALWAYS_INLINE', 'ABSL_ATTRIBUTE_NOINLINE',
|
|
360
|
+
'LLVM_ATTRIBUTE_ALWAYS_INLINE', 'LLVM_ATTRIBUTE_NOINLINE',
|
|
361
|
+
'V8_INLINE', 'V8_NOINLINE',
|
|
362
|
+
'EIGEN_STRONG_INLINE', 'EIGEN_ALWAYS_INLINE', 'EIGEN_DEVICE_FUNC',
|
|
363
|
+
'RAPIDJSON_FORCEINLINE',
|
|
364
|
+
// Mozilla / SpiderMonkey
|
|
365
|
+
'MOZ_ALWAYS_INLINE', 'MOZ_NEVER_INLINE',
|
|
366
|
+
// Protocol Buffers
|
|
367
|
+
'PROTOBUF_ALWAYS_INLINE', 'PROTOBUF_NOINLINE',
|
|
368
|
+
// {fmt} / spdlog
|
|
369
|
+
'FMT_CONSTEXPR20', 'FMT_CONSTEXPR', 'FMT_INLINE',
|
|
370
|
+
// Hedley + nlohmann/json (bundles Hedley)
|
|
371
|
+
'JSON_HEDLEY_ALWAYS_INLINE', 'JSON_HEDLEY_NEVER_INLINE',
|
|
372
|
+
'HEDLEY_ALWAYS_INLINE', 'HEDLEY_NEVER_INLINE',
|
|
373
|
+
// GLM (graphics math — pervasive in games/rendering)
|
|
374
|
+
'GLM_FUNC_QUALIFIER', 'GLM_FUNC_DECL', 'GLM_CONSTEXPR', 'GLM_INLINE',
|
|
375
|
+
// Bullet Physics / Skia / OpenCV / EASTL / Cocos2d-x / Chromium-WebKit
|
|
376
|
+
'SIMD_FORCE_INLINE',
|
|
377
|
+
'SK_ALWAYS_INLINE',
|
|
378
|
+
'CV_ALWAYS_INLINE', 'CV_INLINE',
|
|
379
|
+
'EA_FORCE_INLINE', 'EA_NOINLINE',
|
|
380
|
+
'CC_INLINE',
|
|
381
|
+
'NEVER_INLINE',
|
|
382
|
+
// C libraries: GLib, SQLite (internal linkage)
|
|
383
|
+
'G_INLINE_FUNC', 'SQLITE_PRIVATE', 'SQLITE_API',
|
|
384
|
+
// Windows calling conventions (linkage position — recover the return type; the
|
|
385
|
+
// name is salvaged regardless). Only the unambiguous, non-word-like ones.
|
|
386
|
+
'STDMETHODCALLTYPE', 'WINAPIV', 'WINAPI', 'APIENTRY',
|
|
387
|
+
// Common cross-ecosystem inline/attribute hints
|
|
388
|
+
'ALWAYS_INLINE', 'FORCE_INLINE', 'NOINLINE',
|
|
389
|
+
];
|
|
390
|
+
// One alternation, longest token first so a longer macro wins over a prefix.
|
|
391
|
+
const CPP_INLINE_MACRO_RE = new RegExp(`\\b(${[...CPP_INLINE_MACROS].sort((a, b) => b.length - a.length).join('|')})\\b(?=\\s+[A-Za-z_])`, 'g');
|
|
392
|
+
function blankCppInlineMacros(source) {
|
|
393
|
+
if (!CPP_INLINE_MACROS.some((m) => source.indexOf(m) !== -1))
|
|
394
|
+
return source;
|
|
395
|
+
return source.replace(CPP_INLINE_MACRO_RE, (m) => ' '.repeat(m.length));
|
|
396
|
+
}
|
|
397
|
+
// Bare C/C++ type/qualifier tokens that must never be taken as a recovered
|
|
398
|
+
// function name (guards `recoverMangledCppName` against the `Ret (name)` idiom,
|
|
399
|
+
// where the token before the params is the return type, not the name).
|
|
400
|
+
const CPP_PRIMITIVE_NAMES = new Set([
|
|
401
|
+
'bool', 'void', 'int', 'char', 'short', 'long', 'float', 'double', 'unsigned',
|
|
402
|
+
'signed', 'wchar_t', 'char8_t', 'char16_t', 'char32_t', 'char_t', 'size_t',
|
|
403
|
+
'auto', 'const', 'struct', 'class', 'enum', 'union', 'typename',
|
|
404
|
+
]);
|
|
405
|
+
/**
|
|
406
|
+
* Universal fallback (any macro, no list) for a C/C++ function name still mangled
|
|
407
|
+
* because a macro we don't blank sat in front of the return type: `MACRO Ret
|
|
408
|
+
* name(…)` / `Ret MACRO name(…)` misparse so the return type is glued onto the
|
|
409
|
+
* name ("Ret name", "char_t* to_str(double v)"). Recover the real identifier —
|
|
410
|
+
* the token immediately before the parameter list (or the last token). This runs
|
|
411
|
+
* AFTER the curated pre-parse blank, so it only ever sees the residual tail that
|
|
412
|
+
* blanking didn't already fix cleanly (which also recovers the return type).
|
|
413
|
+
*
|
|
414
|
+
* Safe by construction: only touches an ALREADY-mangled name — one with an
|
|
415
|
+
* internal space that isn't a legit `operator …`/destructor — so a well-formed
|
|
416
|
+
* name is returned unchanged. Guarded against the two ways it could mis-pick:
|
|
417
|
+
* the `Ret (name)` parenthesized-name idiom (left as-is, ambiguous), and a token
|
|
418
|
+
* that is a bare primitive/keyword rather than a real identifier.
|
|
419
|
+
*/
|
|
420
|
+
function recoverMangledCppName(name) {
|
|
421
|
+
if (!/\s/.test(name) || name.startsWith('operator') || name.startsWith('~'))
|
|
422
|
+
return name;
|
|
423
|
+
if (/^\S+\s+\([A-Za-z_]\w*\)/.test(name))
|
|
424
|
+
return name; // `Ret (name)` idiom — leave alone
|
|
425
|
+
const beforeParams = name.includes('(') ? name.slice(0, name.indexOf('(')) : name;
|
|
426
|
+
const tokens = beforeParams.trim().split(/\s+/);
|
|
427
|
+
const candidate = tokens[tokens.length - 1];
|
|
428
|
+
if (!candidate || !/^[A-Za-z_]\w*$/.test(candidate) || CPP_PRIMITIVE_NAMES.has(candidate))
|
|
429
|
+
return name;
|
|
430
|
+
return candidate;
|
|
431
|
+
}
|
|
432
|
+
/**
|
|
433
|
+
* Blank Metal Shading Language `[[attribute]]` annotations before parsing.
|
|
434
|
+
* MSL (≈ C++14) puts attributes AFTER the declarator — `float4 position
|
|
435
|
+
* [[position]];`, `constant Uniforms &u [[buffer(0)]]` — a position
|
|
436
|
+
* tree-sitter-cpp can't reconcile: a struct field with a trailing attribute
|
|
437
|
+
* misparses into a shape that emits a spurious `extends` reference from the
|
|
438
|
+
* struct to the field's *type* (`VertexIn extends float3`), which becomes a
|
|
439
|
+
* wrong inheritance edge whenever the repo defines that type itself (simd
|
|
440
|
+
* typedefs in a shared ShaderTypes.h are common). Replacing the attribute with
|
|
441
|
+
* equal-length spaces preserves every byte offset and lets fields and
|
|
442
|
+
* parameters parse as ordinary declarations, mirroring the macro blanks above.
|
|
443
|
+
*
|
|
444
|
+
* Matched tightly to the attribute shape — `[[ident]]`, `[[ident(args)]]`, and
|
|
445
|
+
* comma-separated lists (`[[buffer(0), raster_order_group(0)]]`) — so a
|
|
446
|
+
* subscripted lambda call (`arr[[]{ … }()]`, the only other way `[[` appears in
|
|
447
|
+
* C++-family source) can never match: after `[[` a lambda continues with `]`,
|
|
448
|
+
* never an identifier followed by `]]`. Applied ONLY to `.metal` files — in
|
|
449
|
+
* regular C++ the pre-declarator attribute position (`[[nodiscard]] int f()`)
|
|
450
|
+
* is legal syntax the grammar parses natively, and blanking it would be pure
|
|
451
|
+
* blast radius. (#1121)
|
|
452
|
+
*/
|
|
453
|
+
const METAL_ATTRIBUTE_RE = /\[\[\s*[A-Za-z_]\w*(?:\s*\([^()\n]*\))?(?:\s*,\s*[A-Za-z_]\w*(?:\s*\([^()\n]*\))?)*\s*\]\]/g;
|
|
454
|
+
function blankMetalAttributes(source) {
|
|
455
|
+
if (source.indexOf('[[') === -1)
|
|
456
|
+
return source;
|
|
457
|
+
return source.replace(METAL_ATTRIBUTE_RE, (m) => ' '.repeat(m.length));
|
|
458
|
+
}
|
|
459
|
+
/**
|
|
460
|
+
* Blank annotation-style macro invocations that decorate a declaration but carry
|
|
461
|
+
* NO terminating semicolon — the pervasive Unreal-Engine reflection markup
|
|
462
|
+
* (`UPROPERTY(...)`, `UFUNCTION(...)`, `UCLASS(...)`, `GENERATED_BODY()`,
|
|
463
|
+
* `UE_DEPRECATED_FORGAME(...)`, `DECLARE_DELEGATE_*(...)`, …) that sits on its
|
|
464
|
+
* own line right before a member/type. tree-sitter's C++ grammar doesn't know
|
|
465
|
+
* these are macros, so each one drops into error recovery; in a big reflected
|
|
466
|
+
* class (`CharacterMovementComponent.h` has ~240 of them) the errors accumulate
|
|
467
|
+
* until the enclosing `class_specifier` can't close and collapses into an ERROR
|
|
468
|
+
* node — the whole class definition, its members, and its `extends` edges vanish
|
|
469
|
+
* from the graph. Neither `blankCppExportMacros` (class-header export macros) nor
|
|
470
|
+
* `blankCppInlineMacros` (return-type inline specifiers) touches these in-body
|
|
471
|
+
* markup macros. Replacing each with equal-length spaces preserves every byte
|
|
472
|
+
* offset (so line/column stay exact) and the class then parses normally.
|
|
473
|
+
*
|
|
474
|
+
* Deliberately name-list-FREE — UE alone has hundreds of such macros and projects
|
|
475
|
+
* add their own — so it keys on structure, not a curated list, matched tightly to
|
|
476
|
+
* avoid touching legitimate C++:
|
|
477
|
+
* - the macro must be the FIRST non-whitespace token on its line (`^[ \t]*`),
|
|
478
|
+
* which is where declaration markup lives — so a macro used inside an
|
|
479
|
+
* expression or condition (`if (CHECK(x))`, `x = MACRO(a) + b`) is never
|
|
480
|
+
* matched (it isn't line-leading);
|
|
481
|
+
* - the name must be ALL-CAPS (`[A-Z][A-Z0-9_]{2,}`), since ordinary
|
|
482
|
+
* function/type names called at line start are lower/mixed case;
|
|
483
|
+
* - the char after the balanced `(...)` must START A DECLARATION — a letter,
|
|
484
|
+
* `_`, `~` (destructor), or `#` (a following directive). Declaration markup is
|
|
485
|
+
* always followed by the thing it decorates (`UPROPERTY(...)\n float X;`,
|
|
486
|
+
* `UE_DEPRECATED(...) UPROPERTY(...)`), whereas a statement call is followed by
|
|
487
|
+
* `;` (`FOO(x);`), an init-list item by `,`/`{`, and an expression fragment by
|
|
488
|
+
* an operator (`MAKE(a) + 1`) — all rejected. String/char literals inside the
|
|
489
|
+
* args are skipped so an embedded `)` can't mis-close the balance.
|
|
490
|
+
*
|
|
491
|
+
* C++-only (wired into cppExtractor). A blanked macro inside a block comment is
|
|
492
|
+
* harmless (comments don't parse), and the rare line-leading no-semicolon
|
|
493
|
+
* ALL-CAPS call that isn't markup only loses that one annotation, never a whole
|
|
494
|
+
* class.
|
|
495
|
+
*/
|
|
496
|
+
function blankCppAnnotationMacroCalls(source) {
|
|
497
|
+
if (!/^[ \t]*[A-Z][A-Z0-9_]{2,}\s*\(/m.test(source))
|
|
498
|
+
return source;
|
|
499
|
+
const chars = source.split('');
|
|
500
|
+
const re = /^([ \t]*)([A-Z][A-Z0-9_]{2,})(\s*)\(/gm;
|
|
501
|
+
let m;
|
|
502
|
+
while ((m = re.exec(source)) !== null) {
|
|
503
|
+
const macroStart = m.index + (m[1] ?? '').length; // skip leading indent
|
|
504
|
+
let i = m.index + m[0].length - 1; // index of the opening '('
|
|
505
|
+
let depth = 0;
|
|
506
|
+
let end = -1;
|
|
507
|
+
for (; i < source.length; i++) {
|
|
508
|
+
const c = source[i];
|
|
509
|
+
if (c === '"' || c === "'") {
|
|
510
|
+
const quote = c;
|
|
511
|
+
i++;
|
|
512
|
+
while (i < source.length && source[i] !== quote) {
|
|
513
|
+
if (source[i] === '\\')
|
|
514
|
+
i++;
|
|
515
|
+
i++;
|
|
516
|
+
}
|
|
517
|
+
continue;
|
|
518
|
+
}
|
|
519
|
+
if (c === '(')
|
|
520
|
+
depth++;
|
|
521
|
+
else if (c === ')') {
|
|
522
|
+
depth--;
|
|
523
|
+
if (depth === 0) {
|
|
524
|
+
end = i + 1;
|
|
525
|
+
break;
|
|
526
|
+
}
|
|
527
|
+
}
|
|
528
|
+
}
|
|
529
|
+
if (end < 0)
|
|
530
|
+
continue;
|
|
531
|
+
let j = end;
|
|
532
|
+
while (j < source.length && /\s/.test(source[j]))
|
|
533
|
+
j++;
|
|
534
|
+
const after = source[j];
|
|
535
|
+
// Only markup is followed by the declaration it decorates; a statement call
|
|
536
|
+
// (`;`), init-list item (`,`/`{`), or expression fragment (operator) is not.
|
|
537
|
+
if (!after || !/[A-Za-z_~#]/.test(after))
|
|
538
|
+
continue;
|
|
539
|
+
for (let k = macroStart; k < end; k++) {
|
|
540
|
+
if (chars[k] !== '\n' && chars[k] !== '\r')
|
|
541
|
+
chars[k] = ' ';
|
|
542
|
+
}
|
|
543
|
+
re.lastIndex = end;
|
|
544
|
+
}
|
|
545
|
+
return chars.join('');
|
|
546
|
+
}
|
|
547
|
+
/**
|
|
548
|
+
* Blank an export/visibility macro sitting in front of a *member* or *method*
|
|
549
|
+
* declaration inside a class/namespace (`ENGINE_API virtual void Tick(…)`,
|
|
550
|
+
* `static ENGINE_API void AddReferencedObjects(…)`, `UE_API FVector GetVel()
|
|
551
|
+
* const`), before parsing. `blankCppExportMacros` only recovers the macro in a
|
|
552
|
+
* `class MACRO Name` *header*; the very same macro also prefixes almost every
|
|
553
|
+
* exported member of a big Unreal-Engine class, and tree-sitter — not knowing
|
|
554
|
+
* it's a macro — reads `MACRO <return-type> <name>(` as an extra type token and
|
|
555
|
+
* drops each such declaration into error recovery. In a heavily-exported header
|
|
556
|
+
* (`Actor.h`, `World.h`, …) hundreds of these accumulate: the return types pile
|
|
557
|
+
* up as orphan ERROR tokens and, combined with other markup, can still tip the
|
|
558
|
+
* enclosing class into collapse. Replacing the macro with equal-length spaces
|
|
559
|
+
* preserves every byte offset (line/column stay exact) and each member parses
|
|
560
|
+
* as an ordinary declaration.
|
|
561
|
+
*
|
|
562
|
+
* Matched tightly so it can't touch the same token used as a value
|
|
563
|
+
* (`int x = SOME_API;`, `if (mode == FOO_API)`): the token must be ALL-CAPS AND
|
|
564
|
+
* end in the conventional visibility-macro suffix `_API` / `_EXPORT` / `_ABI`
|
|
565
|
+
* (Unreal `*_API`, Qt/Boost `*_EXPORT`, LLVM `*_ABI`) — ordinary identifiers
|
|
566
|
+
* effectively never carry these suffixes — and must be immediately followed by
|
|
567
|
+
* whitespace then a declaration token (`\s+[A-Za-z_]`: a type, `virtual`,
|
|
568
|
+
* `static`, or the name). A value use is instead followed by `;`, `)`, `,`,
|
|
569
|
+
* `=`, `::`, or an operator, all of which fail the look-ahead. C++-only (wired
|
|
570
|
+
* into cppExtractor).
|
|
571
|
+
*/
|
|
572
|
+
const CPP_API_PREFIX_RE = /\b[A-Z][A-Z0-9_]*(?:_API|_EXPORT|_ABI)\b(?=\s+[A-Za-z_])/g;
|
|
573
|
+
function blankCppApiPrefixMacros(source) {
|
|
574
|
+
if (!/_(?:API|EXPORT|ABI)\b/.test(source))
|
|
575
|
+
return source;
|
|
576
|
+
return source.replace(CPP_API_PREFIX_RE, (m) => ' '.repeat(m.length));
|
|
577
|
+
}
|
|
578
|
+
/**
|
|
579
|
+
* Blank an Unreal-Engine annotation macro that appears MID-LINE (not
|
|
580
|
+
* line-leading, so `blankCppAnnotationMacroCalls` never sees it) inside a
|
|
581
|
+
* declaration: an enum value's `UMETA(DisplayName="…")`, a parameter's
|
|
582
|
+
* `UPARAM(ref)`, or a deprecation tag wedged into a `using`/member declaration
|
|
583
|
+
* (`using FOnNetTick UE_DEPRECATED(5.5, "…") = TMulticastDelegate<void(float)>;`
|
|
584
|
+
* in `World.h`, which otherwise collapses `UWorld`). tree-sitter can't reconcile
|
|
585
|
+
* these embedded macro calls and drops into error recovery, and a mid-line one
|
|
586
|
+
* inside a big enum or a class-scope `using` can cascade into the whole enum /
|
|
587
|
+
* class being lost. Replacing the entire `MACRO(...)` (balanced parens, string
|
|
588
|
+
* literals skipped so an embedded `)` can't mis-close) with equal-length spaces
|
|
589
|
+
* preserves every byte offset and the declaration parses normally.
|
|
590
|
+
*
|
|
591
|
+
* Keyed on an explicit UE-only name list (`UMETA`, `UPARAM`, and the
|
|
592
|
+
* `UE_DEPRECATED*` family) — these identifiers are exclusive to Unreal's
|
|
593
|
+
* reflection layer and appear in no standard-C++ or other-library code, so
|
|
594
|
+
* blanking them is zero-risk to non-UE sources. (The line-LEADING forms of
|
|
595
|
+
* `UE_DEPRECATED(...)` are already handled by `blankCppAnnotationMacroCalls`;
|
|
596
|
+
* this covers the mid-line forms it structurally can't.) C++-only.
|
|
597
|
+
*/
|
|
598
|
+
const CPP_INLINE_ANNOTATION_RE = /\b(?:UMETA|UPARAM|UE_DEPRECATED\w*)\s*\(/g;
|
|
599
|
+
function blankCppInlineAnnotationMacros(source) {
|
|
600
|
+
if (!/\b(?:UMETA|UPARAM|UE_DEPRECATED)/.test(source))
|
|
601
|
+
return source;
|
|
602
|
+
const chars = source.split('');
|
|
603
|
+
const re = new RegExp(CPP_INLINE_ANNOTATION_RE.source, 'g');
|
|
604
|
+
let m;
|
|
605
|
+
while ((m = re.exec(source)) !== null) {
|
|
606
|
+
let i = m.index + m[0].length - 1; // index of the opening '('
|
|
607
|
+
let depth = 0;
|
|
608
|
+
let end = -1;
|
|
609
|
+
for (; i < source.length; i++) {
|
|
610
|
+
const c = source[i];
|
|
611
|
+
if (c === '"' || c === "'") {
|
|
612
|
+
const quote = c;
|
|
613
|
+
i++;
|
|
614
|
+
while (i < source.length && source[i] !== quote) {
|
|
615
|
+
if (source[i] === '\\')
|
|
616
|
+
i++;
|
|
617
|
+
i++;
|
|
618
|
+
}
|
|
619
|
+
continue;
|
|
620
|
+
}
|
|
621
|
+
if (c === '(')
|
|
622
|
+
depth++;
|
|
623
|
+
else if (c === ')') {
|
|
624
|
+
depth--;
|
|
625
|
+
if (depth === 0) {
|
|
626
|
+
end = i + 1;
|
|
627
|
+
break;
|
|
628
|
+
}
|
|
629
|
+
}
|
|
630
|
+
}
|
|
631
|
+
if (end < 0)
|
|
632
|
+
continue;
|
|
633
|
+
for (let k = m.index; k < end; k++) {
|
|
634
|
+
if (chars[k] !== '\n' && chars[k] !== '\r')
|
|
635
|
+
chars[k] = ' ';
|
|
636
|
+
}
|
|
637
|
+
re.lastIndex = end;
|
|
638
|
+
}
|
|
639
|
+
return chars.join('');
|
|
640
|
+
}
|
|
641
|
+
/**
|
|
642
|
+
* Blank CUDA-specific constructs before parsing `.cu`/`.cuh` files (parsed with
|
|
643
|
+
* the C++ grammar). Three shapes tree-sitter-cpp can't reconcile, each replaced
|
|
644
|
+
* with equal-length whitespace so every byte offset survives (#387):
|
|
645
|
+
*
|
|
646
|
+
* 1. Execution-space / storage specifiers: in `__global__ void step(…)` or
|
|
647
|
+
* `__shared__ float tile[256]` the specifier parses as the declaration's
|
|
648
|
+
* TYPE and shunts the real return/value type into an ERROR node — mangling
|
|
649
|
+
* signatures and, for `__shared__` arrays, the declared name itself. Blanked
|
|
650
|
+
* unconditionally (no following-token lookahead) so extended lambdas
|
|
651
|
+
* (`[=] __device__ (int i) { … }`) recover too. `__restrict__` is deliberately
|
|
652
|
+
* absent: the grammar already parses it natively as a type_qualifier.
|
|
653
|
+
* 2. `__launch_bounds__(…)` between specifier and declarator — same misparse.
|
|
654
|
+
* The parenthesized form is blanked first; a bare leftover token is caught
|
|
655
|
+
* by the specifier list.
|
|
656
|
+
* 3. Kernel-launch configs `step<<<grid, block, smem, stream>>>(args)`: the
|
|
657
|
+
* chevrons lex as shift operators around an empty-named template, so no
|
|
658
|
+
* call_expression exists and the host→kernel call edge — the main reason to
|
|
659
|
+
* index CUDA at all — is lost. Blanking the `<<<…>>>` span leaves
|
|
660
|
+
* `step (args)`, a plain call the grammar
|
|
661
|
+
* parses natively (templated launches `k<T, 256><<<…>>>(…)` included).
|
|
662
|
+
*
|
|
663
|
+
* The launch-config match is deliberately bounded — statement/brace characters
|
|
664
|
+
* excluded, span capped, newlines preserved by the replacer — so a stray `<<<`
|
|
665
|
+
* (a committed merge-conflict marker, a string literal) can never blank a run
|
|
666
|
+
* of real code: an unmatched launch degrades to the status quo for that call
|
|
667
|
+
* site (no call edge), never to corruption. Applied to `.cu`/`.cuh` files and —
|
|
668
|
+
* because much real CUDA lives in extension-less headers (cutlass launches the
|
|
669
|
+
* majority of its kernels from `.h`; flash-attention's launch templates are
|
|
670
|
+
* `.h`; llm.c keeps device helpers in C-detected `.h`) — to any C/C++-family
|
|
671
|
+
* file whose CONTENT carries a strong CUDA marker (`looksLikeCudaSource`).
|
|
672
|
+
* Unlike Metal's `[[attribute]]` (legal C++ syntax elsewhere, hence Metal's
|
|
673
|
+
* strict extension gate), no CUDA marker is valid C++ anywhere: `<<<` isn't
|
|
674
|
+
* legal syntax and the dunder specifiers are implementation-reserved names no
|
|
675
|
+
* real codebase defines — so a content-triggered blank on a non-CUDA file can
|
|
676
|
+
* only ever whitespace tokens inside comments or strings, which parse the same.
|
|
677
|
+
*/
|
|
678
|
+
const CUDA_LAUNCH_BOUNDS_RE = /\b__launch_bounds__\s*\([^()\n]*\)/g;
|
|
679
|
+
const CUDA_SPECIFIER_RE = /\b__(?:global|device|host|constant|shared|managed|grid_constant|forceinline|noinline|launch_bounds)__\b/g;
|
|
680
|
+
// `;` stays excluded (launch configs are expressions; a stray `<<<` spanning
|
|
681
|
+
// real statements always crosses one) and the span is capped. Braces are
|
|
682
|
+
// allowed through the regex — `k<<<dim3{1,1,1}, dim3{256,1,1}>>>(…)` is a real
|
|
683
|
+
// launch shape — but the replacer only blanks a BALANCED match: a merge
|
|
684
|
+
// conflict's `<<<<<<< … >>>>>>>` region that dodges every `;` still opens
|
|
685
|
+
// braces it never closes, so it fails the balance check and stays untouched.
|
|
686
|
+
const CUDA_LAUNCH_CONFIG_RE = /<<<[^;]{0,400}?>>>/g;
|
|
687
|
+
function blankCudaConstructs(source) {
|
|
688
|
+
let out = source;
|
|
689
|
+
if (out.indexOf('__') !== -1) {
|
|
690
|
+
out = out
|
|
691
|
+
.replace(CUDA_LAUNCH_BOUNDS_RE, (m) => ' '.repeat(m.length))
|
|
692
|
+
.replace(CUDA_SPECIFIER_RE, (m) => ' '.repeat(m.length));
|
|
693
|
+
}
|
|
694
|
+
if (out.indexOf('<<<') !== -1) {
|
|
695
|
+
out = out.replace(CUDA_LAUNCH_CONFIG_RE, (m) => {
|
|
696
|
+
let depth = 0;
|
|
697
|
+
for (let i = 0; i < m.length; i++) {
|
|
698
|
+
const ch = m.charCodeAt(i);
|
|
699
|
+
if (ch === 0x7b /* { */)
|
|
700
|
+
depth++;
|
|
701
|
+
else if (ch === 0x7d /* } */ && --depth < 0)
|
|
702
|
+
return m;
|
|
703
|
+
}
|
|
704
|
+
return depth === 0 ? m.replace(/[^\n]/g, ' ') : m;
|
|
705
|
+
});
|
|
706
|
+
}
|
|
707
|
+
return out;
|
|
708
|
+
}
|
|
709
|
+
/** Strong content markers for CUDA source in files without a CUDA extension
|
|
710
|
+
* (headers). The dunders are execution-space specifiers that only nvcc defines;
|
|
711
|
+
* `cudaStream_t` is the runtime's stream handle, pervasive in launcher headers
|
|
712
|
+
* that themselves declare no kernel. Deliberately excludes weak markers (`dim3`,
|
|
713
|
+
* `<<<`) that could plausibly appear in non-CUDA text. */
|
|
714
|
+
function looksLikeCudaSource(source) {
|
|
715
|
+
return (source.indexOf('__global__') !== -1 ||
|
|
716
|
+
source.indexOf('__device__') !== -1 ||
|
|
717
|
+
source.indexOf('__constant__') !== -1 ||
|
|
718
|
+
source.indexOf('cudaStream_t') !== -1);
|
|
719
|
+
}
|
|
720
|
+
/** C/C++ source pre-processing before tree-sitter: recover macro-annotated class
|
|
721
|
+
* definitions, macro-prefixed function definitions, macro-prefixed members, and
|
|
722
|
+
* macro-decorated members (Unreal-Engine reflection markup) — plus the non-C++
|
|
723
|
+
* surface of the dialects parsed with the C++ grammar: `.metal` MSL attribute
|
|
724
|
+
* annotations, and CUDA specifiers + launch syntax (by `.cu`/`.cuh` extension
|
|
725
|
+
* or by content, for CUDA living in `.h`/`.hpp` headers). Offset-preserving. */
|
|
726
|
+
function preParseCppSource(source, filePath) {
|
|
727
|
+
const blanked = blankCppAnnotationMacroCalls(blankCppInlineAnnotationMacros(blankCppApiPrefixMacros(blankCppInlineMacros(blankCppExportMacros(source)))));
|
|
728
|
+
const lower = filePath ? filePath.toLowerCase() : '';
|
|
729
|
+
if (lower.endsWith('.metal'))
|
|
730
|
+
return blankMetalAttributes(blanked);
|
|
731
|
+
if (lower.endsWith('.cu') || lower.endsWith('.cuh') || looksLikeCudaSource(source)) {
|
|
732
|
+
return blankCudaConstructs(blanked);
|
|
733
|
+
}
|
|
734
|
+
return blanked;
|
|
735
|
+
}
|
|
736
|
+
/** C source pre-processing: C-detected headers in CUDA projects (llm.c keeps
|
|
737
|
+
* `__device__` helpers and kernel prototypes in plain `.h`) get the same
|
|
738
|
+
* content-gated CUDA blank as C++. */
|
|
739
|
+
function preParseCSource(source) {
|
|
740
|
+
return looksLikeCudaSource(source) ? blankCudaConstructs(source) : source;
|
|
741
|
+
}
|
|
742
|
+
exports.cppExtractor = {
|
|
743
|
+
// Recover macro-annotated class/struct definitions (`class MYMODULE_API Foo : Base`,
|
|
744
|
+
// #1061/#946) and macro-prefixed functions (`FORCEINLINE FString Foo()`, #1093
|
|
745
|
+
// follow-up) that tree-sitter otherwise misparses.
|
|
746
|
+
preParse: preParseCppSource,
|
|
747
|
+
// Universal net for any macro the curated blank list misses.
|
|
748
|
+
recoverMangledName: recoverMangledCppName,
|
|
749
|
+
functionTypes: ['function_definition'],
|
|
750
|
+
classTypes: ['class_specifier'],
|
|
751
|
+
// A bodiless `class_specifier` is a forward declaration (`class Foo;`) or an
|
|
752
|
+
// elaborated type reference, not a definition. Skip it so dozens of forward
|
|
753
|
+
// decls across headers don't mint phantom `class` nodes that crowd out — and
|
|
754
|
+
// get picked as the blast-radius representative over — the single real
|
|
755
|
+
// definition, exactly as bodiless struct/enum specifiers are already skipped. (#1093)
|
|
756
|
+
skipBodilessClass: true,
|
|
757
|
+
methodTypes: ['function_definition'],
|
|
758
|
+
interfaceTypes: [],
|
|
759
|
+
structTypes: ['struct_specifier'],
|
|
760
|
+
enumTypes: ['enum_specifier'],
|
|
761
|
+
enumMemberTypes: ['enumerator'],
|
|
762
|
+
typeAliasTypes: ['type_definition', 'alias_declaration'], // typedef and using
|
|
763
|
+
importTypes: ['preproc_include'],
|
|
764
|
+
callTypes: ['call_expression'],
|
|
765
|
+
variableTypes: ['declaration'],
|
|
766
|
+
nameField: 'declarator',
|
|
767
|
+
bodyField: 'body',
|
|
768
|
+
paramsField: 'parameters',
|
|
769
|
+
resolveName: extractCppQualifiedMethodName,
|
|
770
|
+
getReceiverType: extractCppReceiverType,
|
|
771
|
+
getReturnType: extractCppReturnType,
|
|
772
|
+
getVisibility: (node) => {
|
|
773
|
+
// Check for access specifier in parent
|
|
774
|
+
const parent = node.parent;
|
|
775
|
+
if (parent) {
|
|
776
|
+
for (let i = 0; i < parent.childCount; i++) {
|
|
777
|
+
const child = parent.child(i);
|
|
778
|
+
if (child?.type === 'access_specifier') {
|
|
779
|
+
const text = child.text;
|
|
780
|
+
if (text.includes('public'))
|
|
781
|
+
return 'public';
|
|
782
|
+
if (text.includes('private'))
|
|
783
|
+
return 'private';
|
|
784
|
+
if (text.includes('protected'))
|
|
785
|
+
return 'protected';
|
|
786
|
+
}
|
|
787
|
+
}
|
|
788
|
+
}
|
|
789
|
+
return undefined;
|
|
790
|
+
},
|
|
791
|
+
resolveTypeAliasKind: (node, _source) => {
|
|
792
|
+
// C++ typedef: `typedef enum { ... } name;` or `typedef struct { ... } name;`
|
|
793
|
+
for (let i = 0; i < node.namedChildCount; i++) {
|
|
794
|
+
const child = node.namedChild(i);
|
|
795
|
+
if (!child)
|
|
796
|
+
continue;
|
|
797
|
+
if (child.type === 'enum_specifier' && (0, tree_sitter_helpers_1.getChildByField)(child, 'body'))
|
|
798
|
+
return 'enum';
|
|
799
|
+
if (child.type === 'struct_specifier' && (0, tree_sitter_helpers_1.getChildByField)(child, 'body'))
|
|
800
|
+
return 'struct';
|
|
801
|
+
}
|
|
802
|
+
return undefined;
|
|
803
|
+
},
|
|
804
|
+
isMisparsedFunction: (name, node) => {
|
|
805
|
+
// C++ macros like NLOHMANN_JSON_NAMESPACE_BEGIN cause tree-sitter to misparse
|
|
806
|
+
// namespace blocks as function_definitions (e.g. name = "namespace detail").
|
|
807
|
+
// Also filter C++ keywords that tree-sitter occasionally misinterprets as
|
|
808
|
+
// function/method names (e.g. switch statements inside macro-confused scopes).
|
|
809
|
+
if (name.startsWith('namespace'))
|
|
810
|
+
return true;
|
|
811
|
+
const cppKeywords = ['switch', 'if', 'for', 'while', 'do', 'case', 'return'];
|
|
812
|
+
if (cppKeywords.includes(name))
|
|
813
|
+
return true;
|
|
814
|
+
// `class MACRO Name : public Base { … }` misparses to a function_definition
|
|
815
|
+
// named after the class. `blankCppExportMacros` (preParse) recovers the
|
|
816
|
+
// common ALL-CAPS export-macro shape; this drop is the fallback for any
|
|
817
|
+
// residual misparse it doesn't blank — still no phantom function (#1061/#946).
|
|
818
|
+
return isMacroMisparsedTypeDecl(node);
|
|
819
|
+
},
|
|
820
|
+
extractImport: (node, source) => {
|
|
821
|
+
const importText = source.substring(node.startIndex, node.endIndex).trim();
|
|
822
|
+
// C++ includes: #include <iostream>, #include "myheader.h"
|
|
823
|
+
const systemLib = node.namedChildren.find((c) => c.type === 'system_lib_string');
|
|
824
|
+
if (systemLib) {
|
|
825
|
+
return { moduleName: (0, tree_sitter_helpers_1.getNodeText)(systemLib, source).replace(/^<|>$/g, ''), signature: importText };
|
|
826
|
+
}
|
|
827
|
+
const stringLiteral = node.namedChildren.find((c) => c.type === 'string_literal');
|
|
828
|
+
if (stringLiteral) {
|
|
829
|
+
const stringContent = stringLiteral.namedChildren.find((c) => c.type === 'string_content');
|
|
830
|
+
if (stringContent) {
|
|
831
|
+
return { moduleName: (0, tree_sitter_helpers_1.getNodeText)(stringContent, source), signature: importText };
|
|
832
|
+
}
|
|
833
|
+
}
|
|
834
|
+
return null;
|
|
835
|
+
},
|
|
836
|
+
};
|
|
837
|
+
//# sourceMappingURL=c-cpp.js.map
|