Class JSXGenerator.ParseResult
java.lang.Object
org.nustaq.kontraktor.webapp.transpiler.jsx.JSXGenerator.ParseResult
- Enclosing class:
- JSXGenerator
-
Constructor Summary
ConstructorsConstructorDescriptionParseResult(File f, byte[] filedata, String extension, List<ImportSpec> imports, List<String> globals, Set<String> ignoredReq, String defaultExport) -
Method Summary
-
Constructor Details
-
ParseResult
-
-
Method Details
-
getDefaultExport
-
getIgnoredRequires
-
getExtension
-
getFiledata
public byte[] getFiledata() -
getImports
-
getGlobals
-
generateESWrap
public boolean generateESWrap() -
generateCommonJSWrap
public boolean generateCommonJSWrap() -
getFilePath
-
getDir
-
getFile
-
patchImports
-