-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathApp.js
More file actions
15 lines (11 loc) · 693 Bytes
/
App.js
File metadata and controls
15 lines (11 loc) · 693 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import setBuild from "./built-in/ini/ini.js"
const { devTool, debugTool, modulesLoad, modulesToLoadAssocName } = await setBuild(false, false, { exceptionScript: ["loader/styleLoader"], requireScript: ["prototype/string", "function/dom"] })
console.log(devTool)
console.log(debugTool)
console.log(modulesLoad)
console.log(modulesToLoadAssocName)
console.log(scriptLoader)
// example to set in a doc for prototype modifier
await prototypeModifier.loadsPrototypeFromFile(["prototypeObject", "linearPath"], ["prototypeObject", "add"])
// ! when function.js is loaded a new global function is created (getFromFile)
// ! when you load the built-in a new global function is created (scriptLoader)