There was an error while loading. Please reload this page.
fileA.ts
export function __foo() { }
fileB.ts
import { __foo/**/ as bar } from "./fileA"; bar();
Try renaming __foo at the marker. This won't work.
__foo