Search Criteria
Package Details: dprint-plugin-typescript 0.93.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/dprint-plugin-typescript.git (read-only, click to copy) |
---|---|
Package Base: | dprint-plugin-typescript |
Description: | TypeScript and JavaScript code formatting plugin for dprint. |
Upstream URL: | https://github.com/dprint/dprint-plugin-typescript |
Licenses: | MIT |
Submitter: | Spixmaster |
Maintainer: | Spixmaster |
Last Packager: | Spixmaster |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2022-09-30 12:53 (UTC) |
Last Updated: | 2024-11-05 07:24 (UTC) |
Dependencies (3)
- dprintAUR (dprint-gitAUR, dprintAUR, dprint-binAUR)
- rust (rust-nightlyAUR, rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup) (make)
- rust-wasm (rustup-gitAUR, rustup) (make)
Latest Comments
plutack commented on 2024-05-03 19:13 (UTC)
The error was as a result of wrong dependencies installed; wasm-pack and rustup instead of rust-wasm and rust...thanks
Spixmaster commented on 2024-05-03 15:29 (UTC) (edited on 2024-05-03 15:29 (UTC) by Spixmaster)
@plutack I just recompiled and cannot reproduce the issue. Everything works for me. Did it ever work for you? Can you assure that all dependencies are installed before compiling?
plutack commented on 2024-05-03 08:23 (UTC) (edited on 2024-05-03 08:24 (UTC) by plutack)
Getting error:
error[E0463]: can't find crate for
std
| = note: thewasm32-unknown-unknown
target may not be installed = help: consider downloading the target withrustup target add wasm32-unknown-unknown
I tried running that command on my terminal but that didnt seem to help. I also trued installing wasm-pack but same ..doesnt help.