Skip to content

module analysis only works one level deep #46

@michaelangeloio

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions