[js] Add sources js_types and js_annotations for analysis reasons.

Change-Id: If05f8a1b924a00616d5f616ff4a534e9237a6c82
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/290916
Reviewed-by: Srujan Gaddam <srujzs@google.com>
Commit-Queue: Joshua Litt <joshualitt@google.com>
This commit is contained in:
Joshua Litt 2023-03-24 00:39:57 +00:00 committed by Commit Queue
parent 210275c1fe
commit 2ca521c64c
2 changed files with 10 additions and 0 deletions

View file

@ -0,0 +1,5 @@
# Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file
# for details. All rights reserved. Use of this source code is governed by a
# BSD-style license that can be found in the LICENSE file.
js_types_sdk_sources = [ "lib/js_types.dart" ]

View file

@ -0,0 +1,5 @@
# Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file
# for details. All rights reserved. Use of this source code is governed by a
# BSD-style license that can be found in the LICENSE file.
js_annotations_sdk_sources = [ "_js_annotations.dart" ]