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

Commit be0f94b

Browse files
sigmundchcommit-bot@chromium.org
authored andcommitted
[dart2js] include dart:_js_annotations into the platform file by default
Change-Id: I7d93347cc41e344213a5c62f72638d4d2fd18728 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/153366 Reviewed-by: Stephen Adams <[email protected]> Commit-Queue: Sigmund Cherem <[email protected]>
1 parent d9d4e5c commit be0f94b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/compiler/lib/src/kernel/dart2js_target.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ const _requiredLibraries = const <String, List<String>>{
182182
'dart:_foreign_helper',
183183
'dart:_interceptors',
184184
'dart:_internal',
185+
'dart:_js_annotations',
185186
'dart:_js_embedded_names',
186187
'dart:_js_helper',
187188
'dart:_js_names',
@@ -203,6 +204,7 @@ const _requiredLibraries = const <String, List<String>>{
203204
'dart:_foreign_helper',
204205
'dart:_interceptors',
205206
'dart:_internal',
207+
'dart:_js_annotations',
206208
'dart:_js_embedded_names',
207209
'dart:_js_helper',
208210
'dart:_js_names',

0 commit comments

Comments
 (0)