We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca7f881 commit b5ea89cCopy full SHA for b5ea89c
build_web_compilers/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 4.0.8
2
+
3
+- Allow version 3.4.x of the Dart SDK.
4
5
## 4.0.7
6
7
- Support `dart:js_interop_unsafe`.
build_web_compilers/pubspec.yaml
@@ -1,10 +1,10 @@
name: build_web_compilers
-version: 4.0.7
+version: 4.0.8
description: Builder implementations wrapping the dart2js and DDC compilers.
repository: https://github.com/dart-lang/build/tree/master/build_web_compilers
environment:
- sdk: '>=3.1.0 <3.4.0'
+ sdk: '>=3.1.0 <3.5.0'
8
9
dependencies:
10
analyzer: '>=5.1.0 <7.0.0'
0 commit comments