JSPM

  • Created
  • Published
  • Downloads 4
  • Score
    100M100P100Q28273F
  • License ISC

A ts style version of js

Package Exports

  • jas-script
  • jas-script/src/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (jas-script) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

JAS

"JAS" is simply Javascript Actions Script based on the idea of a unique style js syntaxes

Example

const jas = require("jas-script");
const compiler = new jas();
compile.compile("./test/code.js");

test/code.js

//A simple discord bot code on jas
const discord = need(`eris`);
client.connect()
client.on("error", (err) => print(err));

Docs

Table of contents:-

  1. Basics
  2. Getting the difference

Understanding the basics