Sign in
chromium
/
external
/
github.com
/
dart-lang
/
sdk
/
refs/tags/3.0.4
/
pkg
/
js
/
lib
tag
43b660591f729be51039c44da8869e945a59debe
tagger
Dart CI <dart-internal-release@dart-ci-internal.iam.gserviceaccount.com>
Thu Jun 08 10:47:02 2023
object
40e660622dd0608c31a4bbb73146087b817caf6b
3.0.4
bd79be0
[js] Move `allowInterop` functions to `dart:js_util`.
by Joshua Litt
· 2 years, 7 months ago
25fb2d6
pkg:js - drop discontinued example, cleanup min SDK
by Kevin Moore
· 2 years, 8 months ago
8777138
[pkg:js] Add @JSExport annotation
by Srujan Gaddam
· 2 years, 11 months ago
84497e4
[package:js] Add `@trustTypes` annotation.
by Joshua Litt
· 3 years, 5 months ago
2494a1b
[pkg:js] Enable staticInterop annotations
by Srujan Gaddam
· 3 years, 9 months ago
7990144
[pkg:js] Disable @staticInterop until ready
by Srujan Gaddam
· 4 years ago
67be663
[pkg:js] Add @staticInterop annotation to package:js
by Srujan Gaddam
· 4 years ago
e721835
add all flutter/flutter_test/test isolate deps to the allow list
by Jacob MacDonald
· 5 years ago
6a1113d
Prepare to publish package:js
by Nate Bosch
· 5 years ago
ec160b7
Start cleaning up docs in package:js
by Nate Bosch
· 6 years ago
4b0afdf
Run dartfmt on package:js
by Jacob Richman
· 8 years ago
96ca5db
Add JSNative utility class with static methods methods to efficiently manipulate typed JSInterop objects in cases where the member name is not known statically. These methods would be extension methods on JSObject if Dart supported extension methods. Update package js to export these methods. Implement in Dart2JS. Implement JS$ in dart2js.
by Jacob Richman
· 9 years ago
e0d2263
Add @anonymous annotation and restrict object literal constructors to only anonymous classes. This frees up defining factory constructors that do not correspond to object literals on JS interop classes.
by Jacob Richman
· 10 years ago
90f9686
Move varargs.dart to lib/src (not ready for external publicity yet).
by Olivier Chafik
· 10 years ago
f25a970
Declarations for rest params / spread operator support in DDC (issue #24623).
by Olivier Chafik
· 10 years ago
be1fcb9
Switch Js to JS
by Jacob Richman
· 10 years ago
045325b
pkg/js: improved readme, added example
by Kevin Moore
· 10 years ago
cd27524
Support user generated custom native JS classes.
by Jacob Richman
· 10 years ago