swc-export-order 0.1.0

SWC plugin for injecting export order
Documentation
[dependencies.serde]
version = "1"

[dependencies.swc_core]
features = ["ecma_plugin_transform"]
version = "5.0"

[lib]
crate-type = ["cdylib"]
name = "swc_export_order"
path = "src/lib.rs"

[lints.clippy]
single_match = "allow"

[lints.rust]
missing_debug_implementations = "warn"

[package]
authors = ["Amanda Graven <amanda.graven@subaio.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming"]
description = "SWC plugin for injecting export order"
edition = "2021"
keywords = ["swc", "plugin"]
license = "MIT OR Apache-2.0"
name = "swc-export-order"
readme = "README.md"
repository = "https://github.com/agraven/swc-export-order"
version = "0.1.0"

[profile.release]
lto = true