Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cloudwego/abcoder
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.0
Choose a base ref
...
head repository: cloudwego/abcoder
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 16 commits
  • 62 files changed
  • 9 contributors

Commits on Sep 26, 2025

  1. fix: env setup (#94)

    * fix: install lsp in getDefaultLsp instead of Parse
    
    * docs: no more submodules
    
    * fix: use git clone instead of submodule
    Hoblovski authored Sep 26, 2025
    Configuration menu
    Copy the full SHA
    a7ed01e View commit details
    Browse the repository at this point in the history
  2. chore: version 0.2.1 (#97)

    * fix:(rust) auto install rust-analyzer
    
    * chore: version v0.2.1
    AsterDY authored Sep 26, 2025
    Configuration menu
    Copy the full SHA
    989ceaf View commit details
    Browse the repository at this point in the history
  3. fix: regression ci (#96)

    * 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
    Hoblovski authored Sep 26, 2025
    Configuration menu
    Copy the full SHA
    683a2f7 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2025

  1. 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]>
    yewanting and yewanting authored Sep 30, 2025
    Configuration menu
    Copy the full SHA
    51ef61c View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2025

  1. Configuration menu
    Copy the full SHA
    dd871c8 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2025

  1. Configuration menu
    Copy the full SHA
    601fc8a View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2025

  1. feat: dynamically set AST version and tool version (#102)

    * feat: support dynamic version
    
    * update UniAST field `ToolVersion`
    
    * feat:(ts) update uniast
    AsterDY authored Oct 11, 2025
    Configuration menu
    Copy the full SHA
    8be29e4 View commit details
    Browse the repository at this point in the history
  2. 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
    angrychow authored Oct 11, 2025
    Configuration menu
    Copy the full SHA
    7b4eb5b View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2025

  1. 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
    angrychow authored Oct 15, 2025
    Configuration menu
    Copy the full SHA
    26a0956 View commit details
    Browse the repository at this point in the history
  2. 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
    anup-a authored Oct 15, 2025
    Configuration menu
    Copy the full SHA
    43fe11a View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2025

  1. Configuration menu
    Copy the full SHA
    cecf9f2 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2025

  1. fix: ts regression (#105)

    * chore: remove logs
    
    * fix(ci): install local instead of published ts-parser
    
    * fix: support ignore for diffjson
    
    * fix: fix ts install
    Hoblovski authored Oct 17, 2025
    Configuration menu
    Copy the full SHA
    a31fd78 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2025

  1. Configuration menu
    Copy the full SHA
    3f4a4f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3eb6ab0 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2025

  1. fix: package not found (#111)

    Duslia authored Oct 24, 2025
    Configuration menu
    Copy the full SHA
    b5fb59a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d83a028 View commit details
    Browse the repository at this point in the history
Loading