Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Apisium/Yoo
A runtime and compiler of TypeScript, based on Golang.
https://github.com/Apisium/Yoo
compiler golang runtime typescript
Last synced: 3 months ago
JSON representation
A runtime and compiler of TypeScript, based on Golang.
- Host: GitHub
- URL: https://github.com/Apisium/Yoo
- Owner: Apisium
- License: mit
- Archived: true
- Created: 2018-06-09T16:06:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-05T04:23:36.000Z (over 6 years ago)
- Last Synced: 2024-06-17T11:33:35.967Z (5 months ago)
- Topics: compiler, golang, runtime, typescript
- Language: Go
- Homepage:
- Size: 48.8 KB
- Stars: 12
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Yoo [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
A runtime and compiler of [TypeScript](typescriptlang.org) built on [Golang](golang.org). **WIP**
## Install
```bash
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
```bash
npm i -g ts-nodets-node complier/index.ts
```### Execute
```bash
go run command/main.go
```## Author
[Shirasawa](https://github.com/ShirasawaSama)
## License
[MIT](./LICENSE)