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.
posix
1 parent fb8a2b5 commit 1a652b8Copy full SHA for 1a652b8
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] =
224
- p.relative(typeAssetId.path, from: p.dirname(entryAssetPath));
+ typeUris[element] = p.Context(style: p.Style.posix)
+ .relative(typeAssetId.path, from: p.dirname(entryAssetPath));
225
}
226
} on UnresolvableAssetException {
227
// Asset may be in a summary.
0 commit comments