mirror of
https://github.com/swc-project/swc.git
synced 2024-12-01 01:13:56 +03:00
4744d438a9
- Rename `AstKind` to `AstParentKind`. - Add `kind()` to `AstNodeRef`. - Reduce generic arguments of `AstNodePath`. - Remove `Opt*` from `AstParentKind` and `AstNodeRef`. - Add field enum for structs. - Add field enum for enums. - Change `Vec*` to a child kind. - Add field for the child field to `AstParentKind`. - Add field for the child field to `AstNodeRef`.
7 lines
112 B
Bash
Executable File
7 lines
112 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -eu
|
|
|
|
|
|
export DBG_DUMP=1
|
|
|
|
cargo expand --features path --test vec_opt > tests/expanded.rs |