• Home
  • Raw
  • Download

Lines Matching full:description

25 …{ name: 'commonjs', alias: 'c', type: Boolean, defaultValue: false, description: "compile as commo…  constant
26 …{ name: 'modules', alias: 'm', type: Boolean, defaultValue: false, description: "compile as module… constant
27 …{ name: 'debug-log', alias: 'l', type: Boolean, defaultValue: false, description: "show info debug… constant
28 …{ name: 'dump-assembly', alias: 'a', type: Boolean, defaultValue: false, description: "dump assemb… constant
29 …{ name: 'debug', alias: 'd', type: Boolean, defaultValue: false, description: "compile with debug … constant
30 …atch', alias: 'w', type: String, lazyMultiple: true, defaultValue: [], description: "watch express…
31 …atch', alias: 'k', type: String, lazyMultiple: true, defaultValue: [], description: "keep persiste…
32 …tics', alias: 's', type: String, lazyMultiple: true, defaultValue: "", description: "show compile …
33 { name: 'output', alias: 'o', type: String, defaultValue: "", description: "set output file." },
34 …{ name: 'timeout', alias: 't', type: Number, defaultValue: 0, description: "js to abc timeout thre…
35 …{ name: 'opt-log-level', type: String, defaultValue: "error", description: "specifie optimizer log…
37 …name: 'opt-level', type: Number, defaultValue: 2, description: "Optimization level. Possible value…
40 { name: 'help', alias: 'h', type: Boolean, description: "Show usage guide." }, constant
41 …{ name: 'bc-version', alias: 'v', type: Boolean, defaultValue: false, description: "Print ark byte… constant
42 …{ name: 'bc-min-version', type: Boolean, defaultValue: false, description: "Print ark bytecode min… constant
43 …iles', alias: 'i', type: String, lazyMultiple: true, defaultValue: [], description: "The list of d…
44 …{ name: 'record-type', alias: 'p', type: Boolean, defaultValue: false, description: "Record type i… constant
45 …{ name: 'dts-type-record', alias: 'q', type: Boolean, defaultValue: false, description: "Record ty… constant
46 …{ name: 'dts-builtin-type-record', alias: 'b', type: Boolean, defaultValue: false, description: "R… constant
47 …{ name: 'debug-type', alias: 'g', type: Boolean, defaultValue: false, description: "Print type-rel… constant
48 { name: 'output-type', type: Boolean, defaultValue: false, description: "set output type."}, constant
49 …{ name: 'display-typeinfo', type: Boolean, defaultValue: false, description: "Display typeinfo of … constant
50 …{ name: 'function-sourcecode', type: Boolean, defaultValue: false, description: "Record functions'… constant
51 …{ name: 'expression-watch-toolchain', type: String, defaultValue: "es2panda", description: "Specif…
52 …{ name: 'source-file', type: String, defaultValue: "", description: "specify the file path info re…
53 …{ name: 'generate-tmp-file', type: Boolean, defaultValue: false, description: "whether to generate… constant
54 …{ name: 'record-name', type: String, defaultValue: "", description: "specify the record name, this…
55 …{ name: 'package-name', type: String, defaultValue: "", description: "specify the package that the…
56 …{ name: 'output-proto', type: Boolean, defaultValue: false, description: "Output protoBin file. De… constant
57 { name: 'merge-abc', type: Boolean, defaultValue: false, description: "Compile as merge abc" }, constant
58 …{ name: 'input-file', type: String, defaultValue: "", description: "A file containing a list of so…
59 …{ name: 'oh-modules', type: Boolean, defaultValue: false, description: "Set oh-modules as typescri… constant