oxc/crates/oxc_span/src
Boshen 697b6b70c0
feat: merge features serde and wasm to serialize (#2716)
This PR merges the previous confusing features `serde` and `wasm` into a
single `serialize` feature.

We'll eventually do serialize + type information for both wasm and napi
targets.

`oxc_macros` is removed from `oxc_ast`'s dependency because it requires
`syn` and friends, which goes against our policy ["Third-party
dependencies should be
minimal."](https://oxc-project.github.io/docs/contribute/rules.html#development-policy)
2024-03-14 17:13:12 +08:00
..
atom.rs feat: merge features serde and wasm to serialize (#2716) 2024-03-14 17:13:12 +08:00
lib.rs refactor: make CompactStr immutable (#2620) 2024-03-06 12:29:32 +08:00
source_type.rs feat: merge features serde and wasm to serialize (#2716) 2024-03-14 17:13:12 +08:00
span.rs feat: merge features serde and wasm to serialize (#2716) 2024-03-14 17:13:12 +08:00