Skip to content
This repository has been archived by the owner on Apr 8, 2019. It is now read-only.
/ Yoo Public archive

A runtime and compiler of TypeScript, based on Golang.

License

Notifications You must be signed in to change notification settings

Apisium/Yoo

Repository files navigation

Yoo JavaScript Style Guide

A runtime and compiler of TypeScript built on Golang. WIP

Install

go get -u github.com/Apisium/Yoo/...

cd $GOPATH/src/github.com/Apisium/Yoo

npm install

Features

  • No package.json. No npm.

  • Imports reference source code URLs only.

  • No prototype, only class.

  • No var. No hoisting.

  • No with. No arguments. No eval.

  • Error stacks of Promise always are printed.

  • Full asynchronous API, based on Promise.

Usage

Compile

npm i -g ts-node

ts-node complier/index.ts

Execute

go run command/main.go

Author

Shirasawa

License

MIT

About

A runtime and compiler of TypeScript, based on Golang.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published