mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 20:32:10 +00:00
1. Copy tests from
efa3dd2d8e/internal/bundler_tests/bundler_dce_test.go (L3833-L3971)
2. Add option to preserve annotate comment like `/* #__NO_SIDE_EFFECTS__
*/` and `/* #__PURE__ */`
33 lines
868 B
TOML
33 lines
868 B
TOML
[package]
|
|
name = "oxc_codegen"
|
|
version = "0.13.1"
|
|
publish = true
|
|
authors.workspace = true
|
|
description.workspace = true
|
|
edition.workspace = true
|
|
homepage.workspace = true
|
|
keywords.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
rust-version.workspace = true
|
|
categories.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[lib]
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
oxc_ast = { workspace = true }
|
|
oxc_span = { workspace = true }
|
|
oxc_allocator = { workspace = true }
|
|
oxc_syntax = { workspace = true }
|
|
oxc_sourcemap = { workspace = true }
|
|
bitflags = { workspace = true }
|
|
once_cell = { workspace = true }
|
|
daachorse = { workspace = true }
|
|
rustc-hash = { workspace = true }
|
|
[dev-dependencies]
|
|
oxc_parser = { workspace = true }
|
|
base64 = { workspace = true }
|