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 4b1bab6 commit f42e486Copy full SHA for f42e486
backend/src/build-system/handlers/file-manager/file-arch/index.ts
@@ -7,6 +7,11 @@ import {
7
formatResponse,
8
parseGenerateTag,
9
} from 'src/build-system/utils/strings';
10
+import { VirtualDirectory } from 'src/build-system/virtual-dir';
11
+import {
12
+ buildDependencyGraph,
13
+ validateAgainstVirtualDirectory,
14
+} from 'src/build-system/utils/file_generator_util';
15
16
export class FileArchGenerateHandler implements BuildHandler<string> {
17
readonly id = 'op:FILE:ARCH';
0 commit comments