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.
This is the following main server code:
does-it-throw/server/src/server.ts
Line 166 in cf258cd
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.