Netjs icon indicating copy to clipboard operation
Netjs copied to clipboard

Compile .NET assemblies to TypeScript and JavaScript

Results 29 Netjs issues
Sort by recently updated
recently updated
newest added

Currently builds without error when the build target is .Net 2.1. This build target is no longer supported by MS When the build target is .Net 3.0 or newer the...

It would be cool to see this added to npm ... could start with just the windows binaries as part of a package.json, then extend that to include a build...

enhancement

Included Items: - Fix minor typos - Fix header hyperlinks - Add details regarding WebAssembly/Mono as a modern alternative to portability - Add additional limitations

This PR adds functionality that was previously not present in the TypeScript BCL implementation.

Currently generated code and mscorlib assume they will be used as "internal modules", which is nowadays discouraged / hard to use in new Typescript code: - reference to mscorlib is...

Looks like the only way to include mscorlib.ts into a project is to download it from github and then add it as part of my project's source code. I would...

TypeScript handles compatibility

If you think about .net scope, it follows the let keyword scope, and not the functional scope of var

When compiling a C#-dll, in which Generics are used for accessing (for example) an object's properties, the tsc-Compiler throws an error for the generated ts-file. In my case, this happened...