1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
A modern runtime for JavaScript and TypeScript. https://deno.com/
Find a file
2018-05-28 22:30:25 -04:00
deno_testing Add tests.ts for fast unit tests. 2018-05-28 13:27:05 -04:00
testdata Move testdata/fetch.ts to tests.ts 2018-05-28 14:06:25 -04:00
.gitignore Add makefile and use protobufjs 2018-05-14 01:11:56 -04:00
.travis.yml Update V8Worker2 build.py path. 2018-05-28 22:30:25 -04:00
deno.d.ts Add LICENSE 2018-05-28 21:52:13 -04:00
deno_dir.go Add LICENSE 2018-05-28 21:52:13 -04:00
deno_dir_test.go Add LICENSE 2018-05-28 21:52:13 -04:00
dispatch.go Add LICENSE 2018-05-28 21:52:13 -04:00
dispatch.ts Add LICENSE 2018-05-28 21:52:13 -04:00
echo.go Add LICENSE 2018-05-28 21:52:13 -04:00
fetch.go Add LICENSE 2018-05-28 21:52:13 -04:00
fetch.ts Add LICENSE 2018-05-28 21:52:13 -04:00
globals.ts Add LICENSE 2018-05-28 21:52:13 -04:00
integration_test.go Add LICENSE 2018-05-28 21:52:13 -04:00
LICENSE.txt Add LICENSE 2018-05-28 21:52:13 -04:00
main.go Add LICENSE 2018-05-28 21:52:13 -04:00
main.ts Add LICENSE 2018-05-28 21:52:13 -04:00
Makefile workaround text-encoding bug 2018-05-27 14:20:23 -04:00
msg.proto Add LICENSE 2018-05-28 21:52:13 -04:00
os.go Add LICENSE 2018-05-28 21:52:13 -04:00
os.ts Add LICENSE 2018-05-28 21:52:13 -04:00
os_test.go Add LICENSE 2018-05-28 21:52:13 -04:00
package.json Try to fix tslint on travis 2018-05-28 09:47:40 -04:00
README.md Split up go code into multiple files 2018-05-19 05:53:29 -04:00
runtime.ts Add LICENSE 2018-05-28 21:52:13 -04:00
tests.ts Add LICENSE 2018-05-28 21:52:13 -04:00
text-encoding.d.ts Add LICENSE 2018-05-28 21:52:13 -04:00
timers.go Add LICENSE 2018-05-28 21:52:13 -04:00
timers.ts Add LICENSE 2018-05-28 21:52:13 -04:00
TODO.txt Add TODO.txt 2018-05-28 16:07:10 -04:00
tsconfig.json Add tests.ts for fast unit tests. 2018-05-28 13:27:05 -04:00
tslint.json Compile cache and relative imports working. 2018-05-15 04:50:45 -04:00
types.ts Add LICENSE 2018-05-28 21:52:13 -04:00
url.js Add LICENSE 2018-05-28 21:52:13 -04:00
util.go Add LICENSE 2018-05-28 21:52:13 -04:00
util.ts Add LICENSE 2018-05-28 21:52:13 -04:00
v8_source_maps.ts Add LICENSE 2018-05-28 21:52:13 -04:00
v8worker2.d.ts Add LICENSE 2018-05-28 21:52:13 -04:00
yarn.lock Move text-encoding types into repo so i can hack it. 2018-05-27 14:13:36 -04:00

deno

Build Status

An opinionated JavaScript runtime

make deno # Builds the deno executable

make test # Runs the tests.

make fmt # Formats the code.

make clean # Cleans the build.