UNPKG

flyde-vscode

Version:

Flyde is an open-source, visual programming language. It runs in the IDE, integrates with existing TypeScript code, both browser and Node.js.

8 lines (5 loc) 235 B
import * as path from "path"; import * as fs from "fs-extra"; const editorRoot = path.join(require.resolve("@flyde/editor"), ".."); const editorTarget = path.join(__dirname, "../editor-build"); fs.copySync(editorRoot, editorTarget);