Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add parcel-query function to locate a symbol by local name #8452

Merged
merged 4 commits into from Dec 13, 2022

Commits on Dec 13, 2022

  1. Extract _findAssetNode util

    lettertwo committed Dec 13, 2022
    Copy the full SHA
    19b4f0a View commit details
    Browse the repository at this point in the history
  2. Add findAssetWithSymbol

    lettertwo committed Dec 13, 2022
    Copy the full SHA
    8bf046e View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    67b7a8f View commit details
    Browse the repository at this point in the history
  4. Search for asset in two passes

    First pass optimistically looks for a matching id.
    Second pass will examine asset symbols, which could be much
    slower if there are a lot of assets and symbols.
    lettertwo committed Dec 13, 2022
    Copy the full SHA
    518a398 View commit details
    Browse the repository at this point in the history