| Package | Description |
|---|---|
| org.nustaq.kontraktor.webapp.transpiler.jsx |
| Modifier and Type | Method and Description |
|---|---|
ImportSpec |
ImportSpec.alias(String alias) |
ImportSpec |
ImportSpec.aliases(List<String> aliases) |
ImportSpec |
ImportSpec.component(String component) |
ImportSpec |
ImportSpec.components(List<String> components) |
ImportSpec |
ImportSpec.from(String from) |
ImportSpec |
ImportSpec.requiredin(File requiredin) |
| Modifier and Type | Method and Description |
|---|---|
List<ImportSpec> |
JSXGenerator.ParseResult.getImports() |
List<ImportSpec> |
JSXParser.getImports() |
| Constructor and Description |
|---|
ParseResult(File f,
byte[] filedata,
String extension,
List<ImportSpec> imports,
List<String> globals,
Set<String> ignoredReq,
String defaultExport) |
Copyright © 2019. All rights reserved.