-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This will enable a fix to an unresolved export that causes Dartdoc to complain about all Flutter packages. Bug: dart-lang/dartdoc#2143 Change-Id: I634e21066420b100295989cf9bdcd35af91a617b Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/143020 Reviewed-by: Devon Carew <[email protected]> Commit-Queue: Janice Collins <[email protected]>
- Loading branch information
1 parent
65a97ae
commit 75e1f2a
Showing
2 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Copyright (c) 2020, 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. | ||
|
||
html_common_sdk_sources = [ | ||
"conversions.dart", | ||
"conversions_dart2js.dart", | ||
"css_class_set.dart", | ||
"device.dart", | ||
"filtered_element_list.dart", | ||
"html_common_dart2js.dart", | ||
"lists.dart", | ||
"metadata.dart", | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Copyright (c) 2020, 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. | ||
|
||
html_common_sdk_sources = [ | ||
"conversions.dart", | ||
"conversions_dart2js.dart", | ||
"css_class_set.dart", | ||
"device.dart", | ||
"filtered_element_list.dart", | ||
"html_common_dart2js.dart", | ||
"lists.dart", | ||
"metadata.dart", | ||
] |