sdkJsCompileSound function

Builder sdkJsCompileSound(
  1. dynamic _
)

Implementation

Builder sdkJsCompileSound(_) => SdkJsCompileBuilder(
    sdkKernelPath: 'lib/_internal/ddc_platform_sound.dill',
    outputPath: 'lib/src/dev_compiler/dart_sdk.sound.js',
    soundNullSafety: true);