module Nodejs::Internal
Extended Modules
Defined in:
nodejs/internal.crConstant Summary
-
NODE_PATH =
"#{home_dir}/bin/node"
Instance Method Summary
- #create_raw_js(raw : String) : Void
- #display_debug(output : String) : Void
- #extract_result(res : String) : NamedTuple(result: JSON::Any, output: String)
- #home_dir : String
- #replace_relative_absolute_path(path : String)
- #scanning_sub_dir : Array(String)
- #setup_node_path(add_path : Array(String)) : Hash(String, String)