Lines Matching refs:es2panda
21 #include "es2panda.h"
31 namespace ark::es2panda::aot {
54 static int CompileFromSource(es2panda::Compiler &compiler, es2panda::SourceFile &input, util::Options *options)
78 static int CompileFromConfig(es2panda::Compiler &compiler, util::Options *options)
98 es2panda::SourceFile input(src, parserInput, options->ParseModule());
101 options->ListFiles() && std::cout << "> es2panda: compiling from '" << src << "' to '" << dst << "'"
105 std::cout << "> es2panda: failed to compile from " << src << " to " << dst << std::endl;
143 es2panda::Compiler compiler(options->Extension(), options->ThreadCount(), std::move(pluginsOpt.value()));
164 es2panda::SourceFile input(sourceFile, parserInput, options->ParseModule());
167 } // namespace ark::es2panda::aot
171 ark::es2panda::aot::MemManager mm;
172 return ark::es2panda::aot::Run(argc, argv);