A runtime and compiler of TypeScript built on Golang. WIP
go get -u github.com/Apisium/Yoo/...
cd $GOPATH/src/github.com/Apisium/Yoo
npm install
-
No
package.json
. No npm. -
Imports reference source code URLs only.
-
No
prototype
, onlyclass
. -
No
var
. No hoisting. -
No
with
. Noarguments
. Noeval
. -
Error stacks of
Promise
always are printed. -
Full asynchronous API, based on
Promise
.
npm i -g ts-node
ts-node complier/index.ts
go run command/main.go