Skip to content

Commit

Permalink
Allow import of dart:_js_annotations on web (#1337)
Browse files Browse the repository at this point in the history
  • Loading branch information
sigurdm committed Feb 8, 2024
1 parent f41a55d commit f6f298f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/tag/_specs.dart
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ class Runtime {
'web_audio',
'web_gl',
'web_sql',
'_js_annotations' // Used by package:js.
};

static final _onNativeAot = {
Expand Down

0 comments on commit f6f298f

Please sign in to comment.