Skip to content

2.5.103

Latest
Compare
Choose a tag to compare
@nexssp nexssp released this 29 May 08:14
· 43 commits to master since this release

New runtime implemented:

Deno - A modern runtime for JavaScript and TypeScript.

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