File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed
frontend_server_common/lib/src Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ class WebDevFS {
2929 required this .projectDirectory,
3030 required this .packageUriMapper,
3131 required this .index,
32- this .soundNullSafety = true ,
3332 this .urlTunneler,
3433 required this .sdkLayout,
3534 required this .compilerOptions,
@@ -46,9 +45,6 @@ class WebDevFS {
4645 List <Uri > sources = < Uri > [];
4746 DateTime ? lastCompiled;
4847
49- @Deprecated ('Only sound null safety is supported as of Dart 3.0' )
50- final bool soundNullSafety;
51-
5248 final TestSdkLayout sdkLayout;
5349 final CompilerOptions compilerOptions;
5450
Original file line number Diff line number Diff line change @@ -14,11 +14,8 @@ import 'package:test_common/test_sdk_layout.dart';
1414/// Implementation for SDK configuration for tests that can generate
1515/// missing assets.
1616///
17- /// - Generate SDK js, source map, and full dill (normally included in flutter
18- /// SDK or produced by build).
19- ///
20- /// TODO(annagrin): update to only generating missing sound artifacts
21- /// for frontend server after we have no uses of weak null safety.
17+ /// - Generate SDK js, source map (normally included in flutter SDK
18+ /// or produced by build).
2219class TestSdkConfigurationProvider extends SdkConfigurationProvider {
2320 final _logger = Logger ('TestSdkConfigurationProvider' );
2421
You can’t perform that action at this time.
0 commit comments