mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00

Add integration tests to verify that ddc and dart2js can be built and run in sound mode. Updates dart2js compilation to insert a language version comment into the generated entrypoint if necessary. dart-lang/sdk#42253
7 lines
177 B
YAML
7 lines
177 B
YAML
# Exclude lib/main.dart to avoid warnings about the non_nullable
|
|
# experiment before it is enabled.
|
|
analyzer:
|
|
exclude:
|
|
- lib/null_safe_main.dart
|
|
- lib/sound_mode.dart
|