John Spurlock

Results 61 comments of John Spurlock

Any update on this? Looking to support specifying a `target` as we used to be able to with `Deno.emit` (https://github.com/denoland/deno_emit/issues/44#issuecomment-1149868071) Can't even use `deno bundle` as a workaround, since `target`...

Hmm, I'm also stuck trying to find a replacement for old `Deno.emit` code that used: ```js compilerOptions: { declaration: true, emitDeclarationOnly: true, removeComments: false, } ``` It seems there is...

Just ran into this issue on deno 1.18.2 The workaround from @KnorpelSenf worked for me - but it would be excellent if it wasn't needed

Same issue with ```ts import { getTraversalObj } from 'https://cdn.skypack.dev/[email protected]?dts'; ``` Perhaps all skypack urls of this form?

Note both of these imports work fine in a standard Deno program on 1.22. ie in the `repro.ts` file above

This is the biggest immediate blocker for me, as none of these valid Deno modules can be bundled at runtime on 1.22

Ok, tried that (and updating to release 0.0.2), and it doesn't make a difference with any of the three projects that are failing to bundle with this module (but bundle...

@crowlKats I'm actually bundling std streams, and the only reference to buffer is the one I pointed out above, seems like it could be elided if the Deno ns is...

Just saw you linked to this from pi social. > It seems a bit weird that it contains an empty items list on first Yes, sometimes the server returns the...

Not sure if you saw my notes on [ActivityPub for Podcast Client Apps](https://minipub.dev/info/activitypub-for-podcast-apps/) I posted a while back, but you might some info there directly relevant to help with posting...