Split editor extensions into multiple module loaded files. Re-using editor/deploy.ts for cmds. Fixing field ports
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
|
||||
import * as fs from 'fs';
|
||||
|
||||
require("./editor")
|
||||
require("./editor/deploy")
|
||||
|
||||
declare namespace pxt.editor {
|
||||
function deployCoreAsync(resp: pxtc.CompileResult, disconnect?: boolean): Promise<void>;
|
||||
|
Reference in New Issue
Block a user