typescript4j icon indicating copy to clipboard operation
typescript4j copied to clipboard

Typescript compiler for Java

Results 4 typescript4j issues
Sort by recently updated
recently updated
newest added

On the example page (https://www.typescriptlang.org/docs/handbook/typescript-in-5-minutes.html) for typescript there is some simple code. This code cannot be compiled by typescript4j. public class TypeScriptTest { private static final String code = "function...

When a .ts file contains a reference in the form ``` /// ``` the referenced file is looked up relative to the base path of the CompilationContext instead of the...

I'm trying to get this up and running but when I try and run it like so: ``` java TypescriptCompiler tc = new TypescriptCompiler(); tc.compile("(() => { var a =...

Hello Marty I looking for Java parser for TypeScript. http://stackoverflow.com/questions/22828650/java-parser-for-typescript Can this be used for that? Is there any roadmap (in mind) ?