deno_emit
deno_emit copied to clipboard
`import.meta`: opting out of rewriting
I want to be able to return a bundle that has import.meta.url statements in it and can be executed by a web browser but right now those statements get rewritten to use a hardcoded importMeta which contains values from the original, unbundled modules which I don't want.