We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a652b8 commit c5de658Copy full SHA for c5de658
lib/src/builder.dart
@@ -220,8 +220,8 @@ $rawOutput
220
if (typeAssetId.path.startsWith('lib/')) {
221
typeUris[element] = typeAssetId.uri.toString();
222
} else {
223
- typeUris[element] = p.Context(style: p.Style.posix)
224
- .relative(typeAssetId.path, from: p.dirname(entryAssetPath));
+ typeUris[element] = p.posix.relative(typeAssetId.path,
+ from: p.posix.dirname(entryAssetPath));
225
}
226
} on UnresolvableAssetException {
227
// Asset may be in a summary.
0 commit comments