DJSModule

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

content
O content(DJS js)
Undocumented in source. Be warned that the author may not have intended to support it.
exports
O exports(DJS[] someExport)
Undocumented in source. Be warned that the author may not have intended to support it.
exports
O exports(string[] someExports)
Undocumented in source. Be warned that the author may not have intended to support it.
exports
O exports(DJS anExport)
Undocumented in source. Be warned that the author may not have intended to support it.
exports
O exports(string anExport)
Undocumented in source. Be warned that the author may not have intended to support it.
exportsDefault
O exportsDefault(DJS anExport)
Undocumented in source. Be warned that the author may not have intended to support it.
exportsDefault
O exportsDefault(string anExport)
Undocumented in source. Be warned that the author may not have intended to support it.
imports
O imports(string[string] someImports)
Undocumented in source. Be warned that the author may not have intended to support it.
imports
O imports(string anName, string fromFile)
Undocumented in source. Be warned that the author may not have intended to support it.
imports
O imports(string[] someImports)
Undocumented in source. Be warned that the author may not have intended to support it.
imports
O imports(string anImport)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(string txt)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_exports
string[] _exports;
Undocumented in source.
_imports
string[] _imports;
Undocumented in source.

Meta