Currently, we are only resolving relative imports:
|
fn get_relative_imports(import_sources: Vec<String>) -> Vec<String> { |
It would be nice to perform the same analysis in Typescript alias paths. I am not sure about node_modules, but I am open to ideas.