Crate jisort

Source
Expand description

This crate provides utilities to sort Javascript & Typescript imports.

Its main form of usage is a binary.

You can also use it as a library to build on top of it.

§Features

FeatureDescription
arghEnabled by default. Enable command line argument parsing with argh.

Modules§

app
This module is the main part of the crate.
error
This module groups error related data.
file
Holds file related data.
prelude
Includes common types that you’ll mostly need while building an application.

Structs§

Config
A JavaScript / Typescript import sorter specifically built for JVS.

Functions§

run
Run the import sorter.