Lines Matching refs:defaultValue
25 …{ name: 'modules', alias: 'm', type: Boolean, defaultValue: false, description: "compile as module… constant
26 …{ name: 'debug-log', alias: 'l', type: Boolean, defaultValue: false, description: "show info debug… constant
27 …{ name: 'dump-assembly', alias: 'a', type: Boolean, defaultValue: false, description: "dump assemb… constant
28 …{ name: 'debug', alias: 'd', type: Boolean, defaultValue: false, description: "compile with debug … constant
29 …{ name: 'debug-add-watch', alias: 'w', type: String, lazyMultiple: true, defaultValue: [], descrip… constant
30 …{ name: 'keep-persistent-watch', alias: 'k', type: String, lazyMultiple: true, defaultValue: [], d… constant
31 …{ name: 'show-statistics', alias: 's', type: String, lazyMultiple: true, defaultValue: "", descrip… constant
32 { name: 'output', alias: 'o', type: String, defaultValue: "", description: "set output file." }, constant
33 …{ name: 'timeout', alias: 't', type: Number, defaultValue: 0, description: "js to abc timeout thre… constant
34 …{ name: 'opt-log-level', type: String, defaultValue: "error", description: "specifie optimizer log… constant
36 …name: 'opt-level', type: Number, defaultValue: 1, description: "Optimization level. Possible value… constant
40 …{ name: 'bc-version', alias: 'v', type: Boolean, defaultValue: false, description: "Print ark byte… constant
41 …{ name: 'bc-min-version', type: Boolean, defaultValue: false, description: "Print ark bytecode min… constant
42 …{ name: 'included-files', alias: 'i', type: String, lazyMultiple: true, defaultValue: [], descript… constant
43 …{ name: 'record-type', alias: 'p', type: Boolean, defaultValue: false, description: "Record type i… constant
44 …{ name: 'dts-type-record', alias: 'q', type: Boolean, defaultValue: false, description: "Record ty… constant
45 …{ name: 'debug-type', alias: 'g', type: Boolean, defaultValue: false, description: "Print type-rel… constant
46 { name: 'output-type', type: Boolean, defaultValue: false, description: "set output type."}, constant
47 …{ name: 'source-file', type: String, defaultValue: "", description: "specify the file path info re… constant
48 …{ name: 'generate-tmp-file', type: Boolean, defaultValue: false, description: "whether to generate… constant