Cargo Features

BoaGc has no features set by default.

[dependencies]
boa_gc = { version = "0.19.1", features = ["thin-vec", "icu", "boa_string"] }
thin-vec

Enable default implementations of trace and finalize for the thin-vec crate

Enables thin-vec

icu

Enable default implementations of trace and finalize for some ICU4X types

Enables icu_locid

boa_string

Enable default implementations of trace and finalize for the boa_string crate

Enables boa_string