3483e1974c
Partially addresses #504. This is WIP, but wanted your thoughts. Comment / questions: - The current js_ast ImportDeclaration assumes a legal identifier I think. E.g., this gets lowered: import { src$interfaces } from "matcher" - Should we thread package root through ModuleCompiler to let it packagify urls? - How should we handle non-package urls? Pass in an explicit root dir and go relative? R=jmesserly@google.com Review URL: https://codereview.chromium.org/1917863005 .