-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathdeno_compile.deno.txt
23 lines (15 loc) · 1.19 KB
/
deno_compile.deno.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
┏━━━━━━━━━━━━━━━━━━┓
┃ DENO_COMPILE ┃
┗━━━━━━━━━━━━━━━━━━┛
VERSION ==> #See deno doc
deno compile UPATH [ARG...] !#Bundle JavaScript|TypeScript file into a self-contained executable
#Flags and ARGs are kept when running executable
#Imports|dependencies are downloaded and bundled
#Size is approximately deno binary (~58M) + files being bundled
#Cannot use WORKERs nor localStorage|sessionStorage
--output|-o=PATH #Output file.
#Def: same logic as `deno install`, in the current DIR
--include=FILE|DIR|MODULE #Declare a FILE|DIR|import|dependency that's not automatically detecting during bundling
--target=ARCH #BUILD.target (def: current one)
--no-terminal #Do not open a terminal window. Noop if not Windows
--icon=FILE.ico #Windows icon