// foo.tsimport { bar } from './bar.js';// bar.tsexportconst bar = 'bar';
error: Module not found "file:///tmp/tmp.LPU7JDdIZK/bar.js".