swc_core

Module common

source
Available on crate feature __common only.

Modules§

Macros§

Structs§

Enums§

Constants§

Statics§

  • Storage for span hygiene data.

Traits§

Type Aliases§

Attribute Macros§

  • Alias for #[derive(Spanned, Fold, Clone, Debug, PartialEq)] for a struct and #[derive(Spanned, Fold, Clone, Debug, PartialEq, FromVariant)] for an enum.
  • Derives serde::Serialize and serde::Deserialize.

Derive Macros§

  • Derives serde::Deserialize which is aware of tag based deserialization.
  • Derives swc_common::EqIgnoreSpan.
  • Derives [From] for all variants. This only supports an enum where every variant has a single field.
  • Derives [swc_common::Spanned]. See [swc_common::Spanned] for documentation.
  • Derives swc_common::TypeEq.