Class JSXGenerator.ParseResult

java.lang.Object
org.nustaq.kontraktor.webapp.transpiler.jsx.JSXGenerator.ParseResult
Enclosing class:
JSXGenerator

public static class JSXGenerator.ParseResult extends Object
  • Constructor Details

  • Method Details

    • getDefaultExport

      public String getDefaultExport()
    • getIgnoredRequires

      public Set<String> getIgnoredRequires()
    • getExtension

      public String getExtension()
    • getFiledata

      public byte[] getFiledata()
    • getImports

      public List<ImportSpec> getImports()
    • getGlobals

      public List<String> getGlobals()
    • generateESWrap

      public boolean generateESWrap()
    • generateCommonJSWrap

      public boolean generateCommonJSWrap()
    • getFilePath

      public String getFilePath()
    • getDir

      public String getDir()
    • getFile

      public File getFile()
    • patchImports

      public JSXGenerator.ParseResult patchImports(Map<String,String> nodeLibraryMap)