Skip to content

Commit c72b594

Browse files
committed
stop passing sound-null-safety
1 parent 93f2344 commit c72b594

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dwds/lib/src/services/expression_compiler_service.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ class _Compiler {
7878
'--module-format',
7979
compilerOptions.moduleFormat.name,
8080
if (verbose) '--verbose',
81-
'--sound-null-safety',
8281
for (final experiment in compilerOptions.experiments)
8382
'--enable-experiment=$experiment',
8483
if (compilerOptions.canaryFeatures) '--canary',

0 commit comments

Comments
 (0)