Function nullish_coalescing

Source
pub fn nullish_coalescing(c: Config) -> impl Pass + 'static
Expand description

Creates a nullish coalescing transformation pass

This is now a thin wrapper around the Compiler implementation.