nexssp / language_typescript

TypeScript implementation for Nexss PROGRAMMER 2.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeScript Implementation for Nexss Programmer

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

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}`);

About

TypeScript implementation for Nexss PROGRAMMER 2.0

License:MIT License


Languages

Language:JavaScript 71.5%Language:TypeScript 28.5%