File tree Expand file tree Collapse file tree 1 file changed +12
-7
lines changed
Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Original file line number Diff line number Diff line change 11#!/usr/bin/env node
22// @ts -check
3+ /**
4+ * @import {
5+ * Configuration,
6+ * ConfigureParams,
7+ * FileCopy,
8+ * Manifest as RawManifest,
9+ * Platform,
10+ * PlatformConfiguration,
11+ * PlatformPackage,
12+ * } from "./types.js";
13+ */
314import * as nodefs from "node:fs" ;
415import { createRequire } from "node:module" ;
516import * as path from "node:path" ;
@@ -28,13 +39,7 @@ import { downloadPackage } from "./utils/npm.mjs";
2839import { parseArgs } from "./utils/parseargs.mjs" ;
2940
3041/**
31- * @typedef {import("./types.js").Configuration } Configuration
32- * @typedef {import("./types.js").ConfigureParams } ConfigureParams
33- * @typedef {import("./types.js").FileCopy } FileCopy
34- * @typedef {Required<import("./types.js").Manifest> } Manifest
35- * @typedef {import("./types.js").PlatformConfiguration } PlatformConfiguration
36- * @typedef {import("./types.js").PlatformPackage } PlatformPackage
37- * @typedef {import("./types.js").Platform } Platform
42+ * @typedef {Required<RawManifest> } Manifest
3843 */
3944
4045/**
You can’t perform that action at this time.
0 commit comments