module Nodejs::Internal

Extended Modules

Defined in:

nodejs/internal.cr

Constant Summary

NODE_PATH = "#{home_dir}/bin/node"

Instance Method Summary

Instance Method Detail

def create_raw_js(raw : String) : Void #

[View source]
def display_debug(output : String) : Void #

[View source]
def extract_result(res : String) : NamedTuple(result: JSON::Any, output: String) #

[View source]
def home_dir : String #

[View source]
def replace_relative_absolute_path(path : String) #

[View source]
def scanning_sub_dir : Array(String) #

[View source]
def setup_node_path(add_path : Array(String)) : Hash(String, String) #

[View source]