Package Details: dprint-plugin-typescript 0.90.5-1

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-05-06 05:09 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

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: the wasm32-unknown-unknown target may not be installed = help: consider downloading the target with rustup 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.