Skip to content

Commit 0bea726

Browse files
committed
TODO note
1 parent 183967a commit 0bea726

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkg/pub_dartdoc/lib/src/pub_hooks.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ const _maxTotalLengthBytes = 10 * 1024 * 1024;
2121

2222
/// Creates an overlay file system with binary file support on top
2323
/// of the input sources.
24+
///
25+
/// TODO: Use a propr overlay in-memory filesystem with binary support,
26+
/// instead of overriding file writes in the output path.
2427
class PubResourceProvider implements ResourceProvider {
2528
final ResourceProvider _defaultProvider;
2629
final _memoryResourceProvider = MemoryResourceProvider();

0 commit comments

Comments
 (0)