-
Notifications
You must be signed in to change notification settings - Fork 34
Comparing changes
Open a pull request
base repository: cloudwego/abcoder
base: v0.2.0
head repository: cloudwego/abcoder
compare: main
- 16 commits
- 62 files changed
- 9 contributors
Commits on Sep 26, 2025
-
* fix: install lsp in getDefaultLsp instead of Parse * docs: no more submodules * fix: use git clone instead of submodule
Configuration menu - View commit details
-
Copy full SHA for a7ed01e - Browse repository at this point
Copy the full SHA a7ed01eView commit details -
* fix:(rust) auto install rust-analyzer * chore: version v0.2.1
Configuration menu - View commit details
-
Copy full SHA for 989ceaf - Browse repository at this point
Copy the full SHA 989ceafView commit details -
* docs: README * fix: python install * fix: run first testdata in script * tests: check run success in run_testdata * tests: update regression to use auto env setup and fix exit value * tests: add typescript to regression * fix: ts ci
Configuration menu - View commit details
-
Copy full SHA for 683a2f7 - Browse repository at this point
Copy the full SHA 683a2f7View commit details
Commits on Sep 30, 2025
-
Support monorepo ts parser v2 (#85)
* feat:support monorepo(output separate and combined) * feat:add cli options monorepo mode * feat:add fallback logic * feat:delete the monorepo yarn detect(due to impact the signle repository) * feat:add monorepo separate repository output file ignore * feat:optimize monorepo parse code into function * feat:optimize monorepo parse separately in cluster workers * feat:add the ut for monorepo * feat:optimize the large monorepo parse(dynamically select parsing strategy) * feat:support edenx workspaces mode * feat:fill the readme * fix:cluster mode graph building - Add UNKNOWN node creation for missing dependencies * feat: modify the ut * fix:fix the ut --------- Co-authored-by: yewanting <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 51ef61c - Browse repository at this point
Copy the full SHA 51ef61cView commit details
Commits on Oct 9, 2025
-
Configuration menu - View commit details
-
Copy full SHA for dd871c8 - Browse repository at this point
Copy the full SHA dd871c8View commit details
Commits on Oct 10, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 601fc8a - Browse repository at this point
Copy the full SHA 601fc8aView commit details
Commits on Oct 11, 2025
-
feat: dynamically set AST version and tool version (#102)
* feat: support dynamic version * update UniAST field `ToolVersion` * feat:(ts) update uniast
Configuration menu - View commit details
-
Copy full SHA for 8be29e4 - Browse repository at this point
Copy the full SHA 8be29e4View commit details -
fix: several bugs detected in ts-parser (#101)
* fix bug: cannot identify export default arrow function * fix bug: if two files has same symbol name, should give a mangled name * 1. revert import path changes 2. fix bug: falsy caching strategy in function, * chore: modify package version
Configuration menu - View commit details
-
Copy full SHA for 7b4eb5b - Browse repository at this point
Copy the full SHA 7b4eb5bView commit details
Commits on Oct 15, 2025
-
fix: modify Package mapping logic (#103)
* fix bug: cannot identify export default arrow function * fix bug: if two files has same symbol name, should give a mangled name * 1. revert import path changes 2. fix bug: falsy caching strategy in function, * chore: modify package version * modify Package mapping logic * build symbol cache based on file, not on its directory
Configuration menu - View commit details
-
Copy full SHA for 26a0956 - Browse repository at this point
Copy the full SHA 26a0956View commit details -
feat(monorepo): add pnpmWorkspace support for package resolution (#104)
Add support for pnpmWorkspace configuration in Eden monorepo, which takes precedence over existing workspaces and packages formats Include tests for pnpmWorkspace functionality and priority handling
Configuration menu - View commit details
-
Copy full SHA for 43fe11a - Browse repository at this point
Copy the full SHA 43fe11aView commit details
Commits on Oct 16, 2025
-
Configuration menu - View commit details
-
Copy full SHA for cecf9f2 - Browse repository at this point
Copy the full SHA cecf9f2View commit details
Commits on Oct 17, 2025
-
* chore: remove logs * fix(ci): install local instead of published ts-parser * fix: support ignore for diffjson * fix: fix ts install
Configuration menu - View commit details
-
Copy full SHA for a31fd78 - Browse repository at this point
Copy the full SHA a31fd78View commit details
Commits on Oct 21, 2025
-
fix: when it's method, exported is determined by the Method name but …
…not its receiver (#110)
Configuration menu - View commit details
-
Copy full SHA for 3f4a4f8 - Browse repository at this point
Copy the full SHA 3f4a4f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3eb6ab0 - Browse repository at this point
Copy the full SHA 3eb6ab0View commit details
Commits on Oct 24, 2025
-
Configuration menu - View commit details
-
Copy full SHA for b5fb59a - Browse repository at this point
Copy the full SHA b5fb59aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d83a028 - Browse repository at this point
Copy the full SHA d83a028View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.2.0...main