Lines Matching full:abc
79 parser.add_argument('--merge-abc-binary',
82 help="frontend merge abc binary tool")
83 parser.add_argument('--merge-abc-mode',
86 help="run test for merge abc mode")
233 output_abc = f"{output_file}.abc"
241 proto_bin_file, '--module', '--merge-abc']
243 # for testing no-record-name abc
252 proto_abc_file = ".".join([os.path.splitext(os.path.basename(self.js_file))[0], "abc"])
281 self.abc_file = f'{file_name_pre}.abc'
287 self.abc_file = f'{file_name_pre}.abc'
295 out_file = f"{file_name_pre}.abc"
305 # pre-generate the dependencies' abc when ark_frontend is [es2panda]
318 '--output-proto', '--merge-abc']
320 # for testing no-record-name abc
329 …# '--merge-abc' is added due to 'merge-abc' is not opened as default in es2abc, should be removed …
332 … proto_bin_file, js_file, '--merge-abc', '--opt-level=' + str(self.opt_level)]
334 # for testing no-record-name abc
342 # get abc file list from import statement
351 abc_file = import_file[0][1:].replace(".js", ".abc")
399 f'{file_name_pre}.abc']
407 f'{file_name_pre}.abc']
411 f'{file_name_pre}.abc']
438 f'{file_name_pre}.abc']
445 f'{file_name_pre}.abc']
448 f'{file_name_pre}.abc']