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-23 11:09:38 -04:00
testdata Support source maps for internal code. 2018-05-21 17:33:33 -04:00
.gitignore Add makefile and use protobufjs 2018-05-14 01:11:56 -04:00
.travis.yml Try to fix travis 2018-05-22 15:25:16 -04:00
deno_dir.go Fix LoadOutputCodeCache 2018-05-22 13:12:05 -04:00
deno_dir_test.go Fix LoadOutputCodeCache 2018-05-22 13:12:05 -04:00
dispatch.go Use proto2 instead of proto3 2018-05-22 14:10:15 -04:00
dispatch.ts Add dispatch pub/sub 2018-05-21 22:07:40 -04:00
globals.ts Add globals.ts 2018-05-21 18:53:53 -04:00
main.go Move ResolveModule to os.go 2018-05-23 11:09:38 -04:00
main.ts Add dispatch pub/sub 2018-05-21 22:07:40 -04:00
Makefile Organize modules: timers, os 2018-05-21 23:00:36 -04:00
msg.proto Use proto2 instead of proto3 2018-05-22 14:10:15 -04:00
os.go Move ResolveModule to os.go 2018-05-23 11:09:38 -04:00
os.ts Add dispatch pub/sub 2018-05-21 22:07:40 -04:00
os_test.go Move ResolveModule to os.go 2018-05-23 11:09:38 -04:00
package.json Source maps work for testdata/007_stack_trace.ts. 2018-05-21 16:09:24 -04:00
README.md Split up go code into multiple files 2018-05-19 05:53:29 -04:00
runtime.ts Add globals.ts 2018-05-21 18:53:53 -04:00
test.js Initial support for remote imports 2018-05-18 21:25:37 -04:00
timers.go Use proto2 instead of proto3 2018-05-22 14:10:15 -04:00
timers.ts Add dispatch pub/sub 2018-05-21 22:07:40 -04:00
tsconfig.json Support source maps for internal code. 2018-05-21 17:33:33 -04:00
tslint.json Compile cache and relative imports working. 2018-05-15 04:50:45 -04:00
types.ts Command line flags 2018-05-19 05:39:27 -04:00
url.js Initial support for remote imports 2018-05-18 21:25:37 -04:00
util.go privatize some methods 2018-05-19 05:56:02 -04:00
util.ts Add globals.ts 2018-05-21 18:53:53 -04:00
v8_source_maps.ts Support source maps for internal code. 2018-05-21 17:33:33 -04:00
v8worker2.d.ts use tsc for type checking 2018-05-14 01:19:23 -04:00
yarn.lock Source maps work for testdata/007_stack_trace.ts. 2018-05-21 16:09:24 -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.