Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
function buildProjectFilesFromManifest
import { buildProjectFilesFromManifest } from "https://deno.land/x/netzo@v0.2.19/cli/src/utils/netzo.ts";

Build flat manifest (project.files) from nested manifest

USAGE: const projectFilesWithoutContents = await buildProjectFilesFromManifest(manifest)

Parameters

optional
manifest: Manifest = [UNSUPPORTED]

{Manifest} - a nested manifest with entries

Returns

Omit<Project["files"], "contents">
  • a flat manifest of file entries