File tree 3 files changed +2
-8
lines changed
3 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -92,9 +92,6 @@ class Extension extends Container {
92
92
...typeParameters,
93
93
];
94
94
95
- @override
96
- String get filePath => '${library .dirName }/$fileName ' ;
97
-
98
95
@override
99
96
String get sidebarPath => '${library .dirName }/$name -extension-sidebar.html' ;
100
97
Original file line number Diff line number Diff line change @@ -65,9 +65,6 @@ class ExtensionType extends InheritingContainer with Constructable {
65
65
...interfaceElements.expandInheritanceChain,
66
66
];
67
67
68
- @override
69
- String get filePath => '${library .dirName }/$fileName ' ;
70
-
71
68
@override
72
69
String get fileName => '$name -extension-type.html' ;
73
70
Original file line number Diff line number Diff line change @@ -184,12 +184,12 @@ class Library extends ModelElement
184
184
ModelElement ? get enclosingElement => null ;
185
185
186
186
@override
187
- String get filePath => '${ library . dirName } /$fileName ' ;
187
+ String get filePath => '$dirName /$fileName ' ;
188
188
189
189
@override
190
190
String get fileName => '$dirName -library.html' ;
191
191
192
- String get sidebarPath => '${ library . dirName } /$dirName -library-sidebar.html' ;
192
+ String get sidebarPath => '$dirName /$dirName -library-sidebar.html' ;
193
193
194
194
/// The library template manually includes 'packages' in the left/above
195
195
/// sidebar.
You can’t perform that action at this time.
0 commit comments