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 alternative analysis logic #345

Draft
wants to merge 39 commits into
base: main
Choose a base branch
from
Draft

Add alternative analysis logic #345

wants to merge 39 commits into from

Commits on Oct 20, 2024

  1. wip API stuff

    flenter committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    2de2a97 View commit details
    Browse the repository at this point in the history
  2. WIP examples

    flenter committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    0d7ae67 View commit details
    Browse the repository at this point in the history
  3. Add lsp-analysis

    flenter committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    3c6288e View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Fix linting issue

    flenter committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    921094b View commit details
    Browse the repository at this point in the history
  2. Add extra information

    flenter committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    9e481d5 View commit details
    Browse the repository at this point in the history
  3. Follow imports

    flenter committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    aa8070c View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Refactor findHono.ts

    And split into multiple files
    
    Also: introduce a SearchContext that contains most important references
    (like the server, program, etc)
    flenter committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    71df268 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Add collect more references

    flenter committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    59efc3b View commit details
    Browse the repository at this point in the history
  2. Add back snapshots

    flenter committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    edc0dc4 View commit details
    Browse the repository at this point in the history
  3. wip

    flenter committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    842500d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8fca2f1 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

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

Commits on Oct 29, 2024

  1. Configuration menu
    Copy the full SHA
    ec1b48f View commit details
    Browse the repository at this point in the history
  2. Move SourceReferenceManager

    flenter committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    40a2d61 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    327f9f4 View commit details
    Browse the repository at this point in the history
  4. Undo changes to api

    flenter committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    3a853e7 View commit details
    Browse the repository at this point in the history
  5. Cleanup

    flenter committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    04abeff View commit details
    Browse the repository at this point in the history
  6. Use relative paths and add in id's

    Also do a minor refactor
    flenter committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    38674db View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    933dd3b View commit details
    Browse the repository at this point in the history
  8. remove commented out code

    flenter committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    823c77f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ca14213 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Fix linting for goose-quotes

    flenter committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    04bcab5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6406410 View commit details
    Browse the repository at this point in the history
  3. Sort import for goose-quotes

    flenter committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    f1508d7 View commit details
    Browse the repository at this point in the history
  4. Format api

    flenter committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    c58cb2e View commit details
    Browse the repository at this point in the history
  5. Format lsp-analysis

    flenter committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    b36db70 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    37433c5 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Update data structure

    And fix app.route() where the route was imported (and aliased) from
    another module
    flenter committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    d3c4c70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    518f11d View commit details
    Browse the repository at this point in the history
  3. quick commit

    flenter committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    7b11b3e View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Configuration menu
    Copy the full SHA
    924037d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d4d080 View commit details
    Browse the repository at this point in the history
  3. Fix unit test

    flenter committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    0e2f4e1 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Configuration menu
    Copy the full SHA
    5739efc View commit details
    Browse the repository at this point in the history
  2. Clean up

    flenter committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    4f95ad6 View commit details
    Browse the repository at this point in the history
  3. Generate less code

    flenter committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    f87d510 View commit details
    Browse the repository at this point in the history
  4. Use biome ci for linting

    flenter committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    1d31901 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a4fdf9e View commit details
    Browse the repository at this point in the history
  6. Move lsp-analysis to packages

    And rename it to @fiberplane/source-analysis
    
    Also: add a postinstall script that builds types and source-analysis
    packages
    
    This way people don't have to manually run the build steps of those
    packageas
    flenter committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    e719a72 View commit details
    Browse the repository at this point in the history