You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Edit: Nevermind. Need to rethink for this scenario:
import json from "https://deno.land/file.json" with { type: "json" }; // json bytes
import data from "https://deno.land/file.json" with { type: "bytes" }; // some ts file source
import mod from "https://deno.land/file.json"; // some ts file that gets transpiled
The text was updated successfully, but these errors were encountered:
We need to be able to store the raw untranspiled bytes of TypeScript in eszip. For example:
Luca's suggestion (something along these lines):
Then we never emit
Entry (module)
anymore.Edit: Nevermind. Need to rethink for this scenario:
The text was updated successfully, but these errors were encountered: