Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
my_js
v0.2.2
My_JS
Error
File
JSPP
Generated using Crystal 1.14.0
2024-11-26 10:33:51 UTC
struct
My_JS::
File
My_JS::File
Struct
Value
Object
Defined in:
my_js/File.cr
Constructors
.new
(libs : Array(String), path : String)
Instance Method Summary
#compile
(outfile : String)
#dir
: String
#extname
: String
#jspp?
#libs
: Array(String)
#name
: String
#path
: String
Constructor Detail
def self.
new
(libs : Array(String), path : String)
#
[
View source
]
Instance Method Detail
def
compile
(outfile : String)
#
[
View source
]
def
dir
: String
#
[
View source
]
def
extname
: String
#
[
View source
]
def
jspp?
#
[
View source
]
def
libs
: Array(String)
#
[
View source
]
def
name
: String
#
[
View source
]
def
path
: String
#
[
View source
]