wle-aligner
Version:
Align two Wonderland Engine projects so that they can share, as much as possible, the same resources and structure
4 lines (3 loc) • 366 B
TypeScript
import { BundleReport } from "./bundle_report.js";
import { ModifiedComponentPropertyRecord } from "./modified_component_property.js";
export declare function parseEditorBundle(projectName: string, projectPath: string, commanderOptions: Record<string, string>, bundleReport: BundleReport, ignoreEditorBundle?: boolean): Map<string, ModifiedComponentPropertyRecord>;