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 17:23:50 -04:00
testdata Adds setInterval, clearInterval, clearTimeout. 2018-05-23 17:07:20 -04:00
.gitignore Add makefile and use protobufjs 2018-05-14 01:11:56 -04:00
.travis.yml Use protobuf 3.1 in travis. 2018-05-23 14:29:14 -04:00
deno.d.ts Add special deno module to public api 2018-05-23 16:45:01 -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 Move pubMsg to dispatch 2018-05-23 17:23:50 -04:00
dispatch.ts Rename sendMsgFromObject to sendMsg 2018-05-23 11:31:53 -04:00
echo.go Add special deno module to public api 2018-05-23 16:45:01 -04:00
globals.ts Adds setInterval, clearInterval, clearTimeout. 2018-05-23 17:07:20 -04:00
main.go Move pubMsg to dispatch 2018-05-23 17:23:50 -04:00
main.ts Add dispatch pub/sub 2018-05-21 22:07:40 -04:00
Makefile Add special deno module to public api 2018-05-23 16:45:01 -04:00
msg.proto Adds setInterval, clearInterval, clearTimeout. 2018-05-23 17:07:20 -04:00
os.go Add debug logging to golang side 2018-05-23 13:23:29 -04:00
os.ts Rename sendMsgFromObject to sendMsg 2018-05-23 11:31:53 -04:00
os_test.go Move ResolveModule to os.go 2018-05-23 11:09:38 -04:00
package.json Add prettier to deps 2018-05-23 13:37:04 -04:00
README.md Split up go code into multiple files 2018-05-19 05:53:29 -04:00
runtime.ts Add special deno module to public api 2018-05-23 16:45:01 -04:00
test.js Initial support for remote imports 2018-05-18 21:25:37 -04:00
timers.go Move pubMsg to dispatch 2018-05-23 17:23:50 -04:00
timers.ts Adds setInterval, clearInterval, clearTimeout. 2018-05-23 17:07:20 -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 Better exception output 2018-05-23 11:27:56 -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 Add prettier to deps 2018-05-23 13:37:04 -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.