Re-exports§
pub use self::value::Type::Bool as BoolType;
pub use self::value::Type::Null as NullType;
pub use self::value::Type::Num as NumberType;
pub use self::value::Type::Obj as ObjectType;
pub use self::value::Type::Str as StringType;
pub use self::value::Type::Symbol as SymbolType;
pub use self::value::Type::Undefined as UndefinedType;
pub use self::value::Value::Known;
pub use self::value::Value::Unknown;
pub use self::Purity::MayBeImpure;
pub use self::Purity::Pure;
Modules§
- Module for parallel processing
Macros§
- Creates a member expression.
- Shortcut for
quote_ident!(span.apply_mark(Mark::fresh(Mark::root())), s)
- As we have multiple identifier types, the expected usage is
quote_ident!("foo").into()
.
Structs§
- Finds all binding idents of variables.
- Finds all binding idents of variables.
- Replacer for [Id] => ]Id]
- Finds usage of
ident
- A newtype that will ignore Span while doing
eq
orhash
. - Replace
foo
withbar
orbar.baz
- Variable remapper
Enums§
- Type of value.
- Runtime value.
Traits§
- Extension methods for [Expr].
- Extension methods for [Expr].
- Prepends statements after directive statements.
Functions§
- Used to determine super_class_ident
- Used to determine super_class_ident
- Returns
(ident, aliased)
- Collects binding identifiers.
- Collects binding identifiers, but only if it has a context which is identical to
ctxt
. - This does not recurse into a function if
this
is changed by it. - default_
constructor Deprecated super_call_span
should be the span of the class definition Use value of [Class::span
].- Extracts hoisted variables
- Finds all binding idents of
node
. - Finds all binding idents of
node
. Any nested identifiers in expressions are ignored. - If the stmt is maybe a directive like
"use strict";
- Check if
e
is...arguments
- inject
branch
after directives - inject
stmts
after directives - Similar to
prop_name_to_expr
, but used for value position. - Replace all
from
inexpr
withto
. - Cast to javascript’s int32