Function swc_ecma_transforms_testing::test_fixture_allowing_error[][src]

pub fn test_fixture_allowing_error<P>(
    syntax: Syntax,
    tr: &dyn Fn(&mut Tester<'_>) -> P,
    input: &Path,
    output: &Path
) where
    P: Fold