David Sherret
David Sherret
Closed by https://github.com/dsherret/dax/pull/264
You might want to check out: https://github.com/dprint/js-formatter#nodejs
@stephenh I'd rather get the `@dprint/typescript`-like npm packages eventually distributing Node API plugins (the buffer solution was a quick first pass). The issue I see with dprint-node is that it...
We had to upgrade to 1.7 because of swc (https://github.com/swc-project/swc/blob/e21a40e55ed34c062e40d3986c03d3e981ef6a59/crates/swc_fast_graph/Cargo.toml#L16) https://github.com/denoland/import_map/pull/15 https://github.com/denoland/deno_ast/issues/37#issuecomment-973177141 Related issue: https://github.com/tkaitchuck/aHash/issues/95
What's the full log? `wasmbuild` should run `rustup target add wasm32-unknown-unknown` for you if not installed. What's the output of: `rustup --version` and `rustc --version`?
Hmmm, that's strange. I wonder if it has to do with: ``` info: The currently active `rustc` version is `rustc 1.63.0-nightly (bb8c2f411 2022-06-19)` ``` Maybe try running: ```sh rustup update...
> 1. To use import maps with NPM is required to install them with npm? npm doesn't support import maps so in order to override deps of deps using byonm...
Isn't this ok to leave for the ts emit, but not ok for dts?
A big criticism of `deno task` when it was initially made was about how we already have a scripting language (JavaScript) in Deno, but I argued that it's good to...
What seems like a bug here is that this doesn't seem to work: ``` "jsr:@std/[email protected]": "jsr:@std/[email protected]" ``` > But I think it's a very unfortunate behavior. If JSR dependencies can...