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 183967a commit 0bea726Copy full SHA for 0bea726
pkg/pub_dartdoc/lib/src/pub_hooks.dart
@@ -21,6 +21,9 @@ const _maxTotalLengthBytes = 10 * 1024 * 1024;
21
22
/// Creates an overlay file system with binary file support on top
23
/// 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.
27
class PubResourceProvider implements ResourceProvider {
28
final ResourceProvider _defaultProvider;
29
final _memoryResourceProvider = MemoryResourceProvider();
0 commit comments