Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit cc7a770

Browse files
author
Dart CI
committed
Version 2.19.0-340.0.dev
Merge e70ebf2 into dev
2 parents d517acc + e70ebf2 commit cc7a770

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

pkg/js/CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1+
## 0.6.6-dev
2+
3+
* Add `@JSExport` annotation for exporting Dart classes and `@staticInterop`
4+
mocking.
5+
* Require Dart 2.19
6+
17
## 0.6.5
28

39
* Populate the pubspec repository field.
410
* Add a dependency on `package:meta`.
511
* Add an experimental `@trustTypes` annotation.
6-
* Add `@JSExport` annotation for exporting Dart classes and `@staticInterop`
7-
mocking.
812

913
## 0.6.4
1014

pkg/js/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: js
2-
version: 0.6.5
2+
version: 0.6.6-dev
33
description: Annotations to create static Dart interfaces for JavaScript APIs.
44
repository: https://github.com/dart-lang/sdk/tree/main/pkg/js
55

66
environment:
7-
sdk: ">=2.16.0-100.0.dev <3.0.0"
7+
sdk: ">=2.19.0-333.0.dev <3.0.0"
88

99
dependencies:
1010
meta: ^1.7.0

sdk/lib/_internal/js_dev_runtime/patch/async_patch.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ import 'dart:_runtime' as dart;
2222
/// Inspired by `co`: https://github.com/tj/co/blob/master/index.js, which is a
2323
/// stepping stone for ES async/await.
2424
@JSExportName('async')
25-
@ReifyFunctionTypes(false)
2625
_async<T>(Function() initGenerator) {
2726
var iter;
2827
late Object? Function(Object?) onValue;

tools/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ CHANNEL dev
2727
MAJOR 2
2828
MINOR 19
2929
PATCH 0
30-
PRERELEASE 339
30+
PRERELEASE 340
3131
PRERELEASE_PATCH 0

0 commit comments

Comments
 (0)