| # This code is for testing that the debugger works with weak null-safety |
| # so we should not migrate it to null-safety. |
| # TODO(elliette): Delete this directory post Dart 3.0 (when we no longer |
| # support weak null-safety). |
| name: _webdev_smoke |
| description: |
| A test fixture for webdev testing with weak null-safety. |
| |
| publish_to: none |
| |
| # The versions in this pubspec should match the requirements |
| # defined by webdev. That is the SDK constraint should be the |
| # same as defined by webdev/pubspec.yaml and the build_runner |
| # and build_web_compilers constraint should match those defined |
| # in pubspec.dart. |
| environment: |
| sdk: ^3.2.0-36.0.dev |
| |
| dev_dependencies: |
| build_runner: '>=1.6.2 <3.0.0' |
| build_web_compilers: |
| git: |
| url: https://github.com/dart-lang/build.git |
| ref: legacy_force_opt_out |
| path: build_web_compilers |