Commit e72f5fe
committed
feat(parser): add advanced code analysis to WasmJsCodeParser
#453
Implement methods for extracting classes, methods, fields, and relationships using Tree-sitter queries. Refactor parser for improved language support and add comprehensive tests for JavaScript and Kotlin parsing.1 parent 3c238c0 commit e72f5fe
File tree
4 files changed
+363
-94
lines changed- mpp-codegraph/src
- jsMain/kotlin/cc/unitmesh/codegraph/parser/js
- wasmJsMain/kotlin/cc/unitmesh/codegraph/parser/wasm
- wasmJsTest/kotlin/cc/unitmesh/codegraph/parser/wasm
4 files changed
+363
-94
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| |||
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
979 | 979 | | |
980 | 980 | | |
981 | 981 | | |
982 | | - | |
| 982 | + | |
| 983 | + | |
| 984 | + | |
| 985 | + | |
| 986 | + | |
| 987 | + | |
0 commit comments