Skip to content

module analysis only works one level deep #46

Description

@michaelangeloio

This is the following main server code:

async function validateTextDocument(textDocument: TextDocument): Promise<void> {

It parses a file, finds the imported identifiers, loads the file(s) being imported, and then parses that loaded file.

Need to come up with some system-level design such that a user can maybe configure the depth of modules they'd prefer to analyze.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions