-
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
This is the following main server code:
does-it-throw/server/src/server.ts
Line 166 in cf258cd
| 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.
boian-ivanov