jar

org.jsweet : jsweet-transpiler

Maven & Gradle

Apr 23, 2021
4 usages
1.4k stars

JSweet transpiler · A Java to TypeScript/JavaScript Open Transpiler

Table Of Contents

Latest Version

Download org.jsweet : jsweet-transpiler JAR file - Latest Versions:

All Versions

Download org.jsweet : jsweet-transpiler JAR file - All Versions:

Version Vulnerabilities Size Updated
3.1.x
2.3.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window jsweet-transpiler-3.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.jsweet.transpiler

├─ org.jsweet.transpiler.AsyncAwaitPropagationScanner.class - [JAR]

├─ org.jsweet.transpiler.ConstAnalyzer.class - [JAR]

├─ org.jsweet.transpiler.EcmaScriptComplianceLevel.class - [JAR]

├─ org.jsweet.transpiler.GlobalBeforeTranslationScanner.class - [JAR]

├─ org.jsweet.transpiler.JSweetContext.class - [JAR]

├─ org.jsweet.transpiler.JSweetDiagnosticHandler.class - [JAR]

├─ org.jsweet.transpiler.JSweetFactory.class - [JAR]

├─ org.jsweet.transpiler.JSweetOptions.class - [JAR]

├─ org.jsweet.transpiler.JSweetProblem.class - [JAR]

├─ org.jsweet.transpiler.JSweetTranspiler.class - [JAR]

├─ org.jsweet.transpiler.Java2TypeScriptTranslator.class - [JAR]

├─ org.jsweet.transpiler.JavaCompilationComponents.class - [JAR]

├─ org.jsweet.transpiler.ModuleImportDescriptor.class - [JAR]

├─ org.jsweet.transpiler.ModuleKind.class - [JAR]

├─ org.jsweet.transpiler.ModuleResolution.class - [JAR]

├─ org.jsweet.transpiler.OverloadScanner.class - [JAR]

├─ org.jsweet.transpiler.Severity.class - [JAR]

├─ org.jsweet.transpiler.SourceFile.class - [JAR]

├─ org.jsweet.transpiler.SourcePosition.class - [JAR]

├─ org.jsweet.transpiler.StaticInitilializerAnalyzer.class - [JAR]

├─ org.jsweet.transpiler.TranspilationHandler.class - [JAR]

├─ org.jsweet.transpiler.TypeChecker.class - [JAR]

├─ org.jsweet.transpiler.TypeScript2JavaScriptTranspiler.class - [JAR]

├─ org.jsweet.transpiler.TypeScript2JavaScriptWithTscTranspiler.class - [JAR]

├─ org.jsweet.transpiler.TypeScript2JavaScriptWithTsserverTranspiler.class - [JAR]

org.jsweet

├─ org.jsweet.JSweetCommandLineLauncher.class - [JAR]

├─ org.jsweet.JSweetConfig.class - [JAR]

├─ org.jsweet.JSweetFileWatcher.class - [JAR]

├─ org.jsweet.TranspilationTask.class - [JAR]

org.jsweet.transpiler.util

├─ org.jsweet.transpiler.util.AbstractDelegatedTranspilationHandler.class - [JAR]

├─ org.jsweet.transpiler.util.AbstractTreePrinter.class - [JAR]

├─ org.jsweet.transpiler.util.AbstractTreeScanner.class - [JAR]

├─ org.jsweet.transpiler.util.ConsoleTranspilationHandler.class - [JAR]

├─ org.jsweet.transpiler.util.DirectedGraph.class - [JAR]

├─ org.jsweet.transpiler.util.ErrorCountTranspilationHandler.class - [JAR]

├─ org.jsweet.transpiler.util.EvaluationResult.class - [JAR]

├─ org.jsweet.transpiler.util.JSDoc.class - [JAR]

├─ org.jsweet.transpiler.util.MainMethodFinder.class - [JAR]

├─ org.jsweet.transpiler.util.Position.class - [JAR]

├─ org.jsweet.transpiler.util.ProcessUtil.class - [JAR]

├─ org.jsweet.transpiler.util.ReferenceGrabber.class - [JAR]

├─ org.jsweet.transpiler.util.RollbackException.class - [JAR]

├─ org.jsweet.transpiler.util.SourceMap.class - [JAR]

├─ org.jsweet.transpiler.util.Util.class - [JAR]

org.jsweet.transpiler.model.support

├─ org.jsweet.transpiler.model.support.ArrayAccessElementSupport.class - [JAR]

├─ org.jsweet.transpiler.model.support.AssignmentElementSupport.class - [JAR]

├─ org.jsweet.transpiler.model.support.AssignmentWithOperatorElementSupport.class - [JAR]

├─ org.jsweet.transpiler.model.support.BinaryOperatorElementSupport.class - [JAR]

├─ org.jsweet.transpiler.model.support.CaseElementSupport.class - [JAR]

├─ org.jsweet.transpiler.model.support.CompilationUnitElementSupport.class - [JAR]

├─ org.jsweet.transpiler.model.support.ExecutableElementSupport.class - [JAR]

├─ org.jsweet.transpiler.model.support.ExtendedElementSupport.class - [JAR]

├─ org.jsweet.transpiler.model.support.ForeachLoopElementSupport.class - [JAR]

├─ org.jsweet.transpiler.model.support.IdentifierElementSupport.class - [JAR]

├─ org.jsweet.transpiler.model.support.ImportElementSupport.class - [JAR]

├─ org.jsweet.transpiler.model.support.LiteralElementSupport.class - [JAR]

├─ org.jsweet.transpiler.model.support.MethodInvocationElementSupport.class - [JAR]

├─ org.jsweet.transpiler.model.support.NewArrayElementSupport.class - [JAR]

├─ org.jsweet.transpiler.model.support.NewClassElementSupport.class - [JAR]

├─ org.jsweet.transpiler.model.support.TypeCastElementSupport.class - [JAR]

├─ org.jsweet.transpiler.model.support.TypeElementSupport.class - [JAR]

├─ org.jsweet.transpiler.model.support.UnaryOperatorElementSupport.class - [JAR]

├─ org.jsweet.transpiler.model.support.VariableAccessElementSupport.class - [JAR]

├─ org.jsweet.transpiler.model.support.VariableElementSupport.class - [JAR]

org.jsweet.transpiler.candy

├─ org.jsweet.transpiler.candy.CandyDescriptor.class - [JAR]

├─ org.jsweet.transpiler.candy.CandyProcessor.class - [JAR]

├─ org.jsweet.transpiler.candy.CandyStore.class - [JAR]

org.jsweet.transpiler.model

├─ org.jsweet.transpiler.model.ArrayAccessElement.class - [JAR]

├─ org.jsweet.transpiler.model.AssignmentElement.class - [JAR]

├─ org.jsweet.transpiler.model.AssignmentWithOperatorElement.class - [JAR]

├─ org.jsweet.transpiler.model.BinaryOperatorElement.class - [JAR]

├─ org.jsweet.transpiler.model.CaseElement.class - [JAR]

├─ org.jsweet.transpiler.model.CompilationUnitElement.class - [JAR]

├─ org.jsweet.transpiler.model.ExecutableElement.class - [JAR]

├─ org.jsweet.transpiler.model.ExtendedElement.class - [JAR]

├─ org.jsweet.transpiler.model.ExtendedElementFactory.class - [JAR]

├─ org.jsweet.transpiler.model.ForeachLoopElement.class - [JAR]

├─ org.jsweet.transpiler.model.IdentifierElement.class - [JAR]

├─ org.jsweet.transpiler.model.ImportElement.class - [JAR]

├─ org.jsweet.transpiler.model.InvocationElement.class - [JAR]

├─ org.jsweet.transpiler.model.LiteralElement.class - [JAR]

├─ org.jsweet.transpiler.model.MethodInvocationElement.class - [JAR]

├─ org.jsweet.transpiler.model.NewArrayElement.class - [JAR]

├─ org.jsweet.transpiler.model.NewClassElement.class - [JAR]

├─ org.jsweet.transpiler.model.TypeCastElement.class - [JAR]

├─ org.jsweet.transpiler.model.TypeElement.class - [JAR]

├─ org.jsweet.transpiler.model.UnaryOperatorElement.class - [JAR]

├─ org.jsweet.transpiler.model.VariableAccessElement.class - [JAR]

├─ org.jsweet.transpiler.model.VariableElement.class - [JAR]

org.jsweet.transpiler.extension

├─ org.jsweet.transpiler.extension.AddPrefixToNonPublicMembersAdapter.class - [JAR]

├─ org.jsweet.transpiler.extension.AnnotationManager.class - [JAR]

├─ org.jsweet.transpiler.extension.BigDecimalAdapter.class - [JAR]

├─ org.jsweet.transpiler.extension.DisallowGlobalVariablesAdapter.class - [JAR]

├─ org.jsweet.transpiler.extension.ExtensionManager.class - [JAR]

├─ org.jsweet.transpiler.extension.Java2TypeScriptAdapter.class - [JAR]

├─ org.jsweet.transpiler.extension.MapAdapter.class - [JAR]

├─ org.jsweet.transpiler.extension.PrinterAdapter.class - [JAR]

├─ org.jsweet.transpiler.extension.RemoveJavaDependenciesAdapter.class - [JAR]

├─ org.jsweet.transpiler.extension.RemoveJavaDependenciesES6Adapter.class - [JAR]

├─ org.jsweet.transpiler.extension.RemoveJavaDependenciesFactory.class - [JAR]

├─ org.jsweet.transpiler.extension.StringEnumAdapter.class - [JAR]

org.jsweet.transpiler.eval

├─ org.jsweet.transpiler.eval.EvalOptions.class - [JAR]

├─ org.jsweet.transpiler.eval.JavaEval.class - [JAR]

├─ org.jsweet.transpiler.eval.JavaScriptEval.class - [JAR]

├─ org.jsweet.transpiler.eval.RuntimeEval.class - [JAR]

├─ org.jsweet.transpiler.eval.TraceBasedEvaluationResult.class - [JAR]

Advertisement

Dependencies from Group

Apr 23, 2021
4 usages
1.4k stars
Dec 16, 2020
4 usages
1.4k stars
Apr 23, 2021
18 stars
Apr 24, 2021
1.4k stars
Dec 18, 2020
97 stars

Discover Dependencies

Dec 30, 2020
1.5k stars
Jul 20, 2023
2 usages
81 stars
Aug 01, 2023
103 stars
Aug 08, 2023
1.1k stars
May 02, 2020
0 stars
Jul 17, 2020
6 usages
2.2k stars
Dec 27, 2021
63 usages
196 stars
Jun 27, 2023
1 usages
Aug 25, 2023
13 usages
11.9k stars