Generated module conversion step - inlineImports

This step converts as many explicit accesses as possible in favor of direct imports from the modules in which things were declared. This restores the code (as much as possible) back to how it looked originally before the explicitify step, e.g. instead of "ts.Node" and "ts.Symbol", we have just "Node" and "Symbol".
This commit is contained in:
Jake Bailey
2022-11-07 13:33:07 -08:00
parent b6c0538826
commit 07758c08ab
240 changed files with 59309 additions and 56278 deletions
File diff suppressed because it is too large Load Diff