import {} from "https://deno.land/x/python@0.4.2/mod.ts"; // removing this line fixes the problem
export * from "https://deno.land/x/python@0.4.1/mod.ts";
I expect molt update a.ts to prompt for the export line update, but it doesn't.
If I remove the import line, it gets detected correctly.
a.ts
I expect
molt update a.ts
to prompt for the export line update, but it doesn't. If I remove the import line, it gets detected correctly.