Class: MilkTea::Build::RubyFrontend
- Inherits:
-
Object
- Object
- MilkTea::Build::RubyFrontend
- Defined in:
- lib/milk_tea/tooling/build.rb
Instance Method Summary collapse
Instance Method Details
#compile(path:, module_roots:, package_graph:, platform:, emit_line_directives:, binary_path:, debug_guards: false) ⇒ Object
20 21 22 23 |
# File 'lib/milk_tea/tooling/build.rb', line 20 def compile(path:, module_roots:, package_graph:, platform:, emit_line_directives:, binary_path:, debug_guards: false) program = ModuleLoader.new(module_roots:, package_graph:, platform:).check_program(path) Build.frontend_build_artifacts(program, emit_line_directives:, binary_path:, debug_guards:) end |