Lines Matching defs:defaultValue
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 …{ name: 'debug-add-watch', alias: 'w', type: String, lazyMultiple: true, defaultValue: [], descrip… constant
31 …{ name: 'keep-persistent-watch', alias: 'k', type: String, lazyMultiple: true, defaultValue: [], d… constant
32 …{ name: 'show-statistics', alias: 's', type: String, lazyMultiple: true, defaultValue: "", descrip… constant
33 { name: 'output', alias: 'o', type: String, defaultValue: "", description: "set output file." }, constant
34 …{ name: 'timeout', alias: 't', type: Number, defaultValue: 0, description: "js to abc timeout thre… constant
35 …{ name: 'opt-log-level', type: String, defaultValue: "error", description: "specifie optimizer log… constant
37 …name: 'opt-level', type: Number, defaultValue: 2, description: "Optimization level. Possible value… 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 …{ name: 'included-files', alias: 'i', type: String, lazyMultiple: true, defaultValue: [], descript… constant
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… constant
52 …{ name: 'source-file', type: String, defaultValue: "", description: "specify the file path info re… constant
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… constant
55 …{ name: 'package-name', type: String, defaultValue: "", description: "specify the package that the… constant
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… constant
59 …{ name: 'oh-modules', type: Boolean, defaultValue: false, description: "Set oh-modules as typescri… constant