Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions lib/web_ui/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
# uncommented, we'll delete this file and simply inherit the root options.

analyzer:
exclude:
- build/**
enable-experiment:
- non-nullable
strong-mode:
Expand Down
20 changes: 0 additions & 20 deletions lib/web_ui/build.canvaskit.yaml

This file was deleted.

21 changes: 0 additions & 21 deletions lib/web_ui/build.html.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion lib/web_ui/dev/test_runner.dart
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ class TestCommand extends Command<bool> with ArgUtils {
}

// Separate HTML targets from CanvasKit targets because the two use
// different dart2js options (and different build.*.yaml files).
// different dart2js options.
final List<FilePath> htmlTargets = <FilePath>[];
final List<FilePath> canvasKitTargets = <FilePath>[];
final String canvasKitTestDirectory =
Expand Down
12 changes: 4 additions & 8 deletions lib/web_ui/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,18 @@ environment:
sdk: ">=2.10.0-0 <3.0.0"

dependencies:
meta: 1.1.8
js: 0.6.3-nullsafety.3
meta: 1.3.0-nullsafety.6

dev_dependencies:
analyzer: 0.39.15
archive: 2.0.13
http: 0.12.1
image: 2.1.13
js: 0.6.1+1
mockito: 4.1.1
path: 1.8.0-nullsafety.3
test: 1.14.3
quiver: 2.1.3
build_resolvers: 1.3.10
build_runner: 1.10.0
build_test: 1.0.0
build_web_compilers: 2.11.0
test: 1.16.0-nullsafety.9
quiver: 3.0.0-nullsafety.2
yaml: 2.2.1
watcher: 0.9.7+15
web_test_utils:
Expand Down
6 changes: 3 additions & 3 deletions web_sdk/web_engine_tester/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ environment:
sdk: ">=2.2.0 <3.0.0"

dependencies:
js: 0.6.1+1
stream_channel: 2.0.0
test: 1.14.3
js: 0.6.3-nullsafety.3
stream_channel: 2.1.0-nullsafety.3
test: 1.16.0-nullsafety.9
webkit_inspection_protocol: 0.5.0
ui:
path: ../../lib/web_ui
2 changes: 1 addition & 1 deletion web_sdk/web_test_utils/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ environment:
dependencies:
path: 1.8.0-nullsafety.3
image: 2.1.13
js: 0.6.1+1
js: 0.6.3-nullsafety.3
yaml: 2.2.1