dprint / dprint-plugin-json

JSON code formatting plugin for dprint.
https://dprint.dev/plugins/json
MIT License
19 stars 5 forks source link

Too slow formatting this single line JSON file #2

Closed dsherret closed 2 years ago

dsherret commented 3 years ago

Describe the bug

dprint-plugin-json version: 0.10.1

Uploaded as txt to bypass supported github files, but it's a json file:

swc_ecma_parser.txt

dsherret commented 3 years ago

Interestingly, this is only insanely slow in Wasmer (cranelift). In a rust process it takes under a second and in v8 it's about a second.

dsherret commented 3 years ago

Issue was opened here: https://github.com/wasmerio/wasmer/issues/2260

dsherret commented 2 years ago

This is fixed in the latest dprint cli.