-
Notifications
You must be signed in to change notification settings - Fork 5
/
cpo-config.json
34 lines (32 loc) · 1.45 KB
/
cpo-config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"use-raw-files": true,
"typable-builtins": [
"builtin://image-structs",
"builtin://color",
"builtin://internal-image-shared",
"builtin://image-typed",
"builtin://image"
],
"raw-js": {
"pyret-base/js/codePoint": "pyret/build/phaseA/js/codePoint.js",
"pyret-base/js/exn-stack-parser": "pyret/build/phaseA/js/exn-stack-parser.js",
"pyret-base/js/js-numbers": "pyret/build/phaseA/js/js-numbers.js",
"pyret-base/js/namespace": "pyret/build/phaseA/js/namespace.js",
"pyret-base/js/pyret-parser": "pyret/build/phaseA/js/pyret-parser.js",
"pyret-base/js/pyret-tokenizer": "pyret/build/phaseA/js/pyret-tokenizer.js",
"pyret-base/js/runtime.js": "pyret/build/phaseA/js/runtime.js",
"pyret-base/js/runtime-util": "pyret/build/phaseA/js/runtime-util.js",
"pyret-base/js/type-util": "pyret/build/phaseA/js/type-util.js",
"pyret-base/js/secure-loader": "pyret/build/phaseA/js/secure-loader.js",
"pyret-base/js/post-load-hooks": "pyret/build/phaseA/js/post-load-hooks.js",
"cpo/gdrive-locators": "src/web/js/gdrive-locators.js",
"cpo/http-imports": "src/web/js/http-imports.js",
"cpo/guess-gas": "src/web/js/guess-gas.js",
"cpo/cpo-builtin-modules": "src/web/js/cpo-builtin-modules.js",
"cpo/modal-prompt": "src/web/js/modal-prompt.js",
"jglr/jglr": "pyret/lib/jglr/jglr.js",
"jglr/rnglr": "pyret/lib/jglr/rnglr.js",
"jglr/cyclicJSON": "pyret/lib/jglr/cyclicJSON.js"
},
"baseUrl": "./"
}