swc_ecma_transforms_testing

Macro test_exec

source
macro_rules! test_exec {
    (@check) => { ... };
    (ignore, $syntax:expr, $tr:expr, $test_name:ident, $input:expr) => { ... };
    ($syntax:expr, $tr:expr, $test_name:ident, $input:expr) => { ... };
}
Expand description

Test transformation.