new Compiler(opts)
Parameters:
Name | Type | Description |
---|---|---|
opts |
Object | function |
- Source:
Methods
-
compileFile(fileName)
-
Parameters:
Name Type Description fileName
string - Source:
- To Do:
-
- Write unit test
-
compileString(str)
-
Parameters:
Name Type Description str
string - Source:
- To Do:
-
- Write unit test