module Nodejs
Extended Modules
Defined in:
nodejs.crnodejs/converter.cr
nodejs/exception.cr
Constant Summary
-
NODE_PATH =
"#{Internal.home_dir}/bin/node"
Instance Method Summary
- #eval(source_code : String) : JSON::Any
- #file_run(file_path : String) : JSON::Any
- #load_jsfile(file_path : String) : String
- #replace_params(source_code : String, replaces : Hash = {String => (String | Int32) | Float32}) : String
- #version : Void
Instance Method Detail
def replace_params(source_code : String, replaces : Hash = {String => (String | Int32) | Float32}) : String
#