Skip to content

Commit 6efbf78

Browse files
authored
Generate renderers in a stable sort order (#2611)
1 parent 39a1e54 commit 6efbf78

File tree

4 files changed

+7226
-7282
lines changed

4 files changed

+7226
-7282
lines changed

lib/src/generator/templates.dart

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
// for details. All rights reserved. Use of this source code is governed by a
33
// BSD-style license that can be found in the LICENSE file.
44

5-
// Annotations only appear on other pages, so there is no template data here.
6-
@Renderer(#renderAnnotation, Context<Annotation>())
75
@Renderer(#renderCategory, Context<CategoryTemplateData>(),
86
visibleTypes: _visibleTypes)
97
@Renderer(#renderClass, Context<ClassTemplateData>())
@@ -51,6 +49,7 @@ const _visibleTypes = {
5149
FeatureSet,
5250
LanguageFeature,
5351
Library,
52+
LibraryContainer,
5453
Method,
5554
ModelElement,
5655
Package,

0 commit comments

Comments
 (0)