/language_typescript

TypeScript implementation for Nexss PROGRAMMER 2.0

Primary LanguageJavaScriptMIT LicenseMIT

TypeScript Implementation for Nexss Programmer

To Install Nexss Programmer please go to Nexss Programmer CLI for more information.

Links

To change runtimes/compilers

nexss ts default compiler # displays all available runtimes/compilers
nexss ts default compiler deno # to set the Deno compiler
nexss ts default compiler node # to set the Node.js compiler
nexss ts default compiler unset # to reset to defaults (Node.js)

nexss ts default compiler --nocache # use --nocache if you have changed configuration files manually

OR put at the top of your file/program. If will install compiler on 'nexss yourprogram.ts'

// nexss-compiler: deno

console.log(`Hello from Deno! ${Deno.version.deno}`);

Interesting links