David Sherret
David Sherret
@IWANABETHATGUY I opened #276. I'll spend some time improving it this week when I get a chance.
I was able to compile this only on Mac by doing: ```toml quick-js = "=0.3.0" ```` Once it's bumped to 0.3.3 it no longer works and the following error occurs:...
We've refactored the existing CI and it's faster so I'm going to close this one. Let's land incremental improvements to the CI on top of that work.
A problem about this, is that it creates some confusion around what this applies to (ex. it creates the question: do the cache, vendor, compile, doc subcommands grab from the...
@selurvedu the excludes property added in #17778 was not for `deno check`. If say a.ts is in the excludes and you do `deno check a.ts`, then it will still type...
The API has changed since this. Closing.
Thanks, but we ended up going with a much more powerful linting system as part of `deno doc`. For details, see this PR https://github.com/denoland/deno/pull/21032
Closing this issue because the situation should probably be a lot better now with targeted shimming.
This is out of scope for dnt because it's a lot of work. I'd recommend using a separate tool to perform tree shaking on the output.
More discussion in https://github.com/denoland/dnt/issues/308