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 14:06: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 Attempt to fix v8worker2 caching. 2018-05-28 11:25:14 -04:00
deno.d.ts Add readFileSync 2018-05-27 12:49:20 -04:00
deno_dir.go Better handle remote urls in ResolveModule 2018-05-28 11:20:32 -04:00
deno_dir_test.go Rename CompileDir to CacheDir 2018-05-24 10:25:38 -04:00
dispatch.go Implement fetch 2018-05-27 03:46:51 -04:00
dispatch.ts Implement fetch 2018-05-27 03:46:51 -04:00
echo.go Add special deno module to public api 2018-05-23 16:45:01 -04:00
fetch.go Implement fetch 2018-05-27 03:46:51 -04:00
fetch.ts Clean up in fetch.ts 2018-05-27 12:49:33 -04:00
globals.ts Try to fix tslint on travis 2018-05-28 09:47:40 -04:00
integration_test.go Add tests.ts for fast unit tests. 2018-05-28 13:27:05 -04:00
main.go Fix 007_stack_trace.ts by removing --abort-on-uncaught-exception 2018-05-28 12:21:06 -04:00
main.ts Try to fix tslint on travis 2018-05-28 09:47:40 -04:00
Makefile workaround text-encoding bug 2018-05-27 14:20:23 -04:00
msg.proto Add readFileSync 2018-05-27 12:49:20 -04:00
os.go Better handle remote urls in ResolveModule 2018-05-28 11:20:32 -04:00
os.ts Add readFileSync 2018-05-27 12:49:20 -04:00
os_test.go Fix TestResolveModule4 2018-05-28 12:22:02 -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 tests.ts for fast unit tests. 2018-05-28 13:27:05 -04:00
tests.ts Move testdata/fetch.ts to tests.ts 2018-05-28 14:06:25 -04:00
text-encoding.d.ts Fmt 2018-05-27 14:21:18 -04:00
timers.go Finish de-oneof-ing 2018-05-25 16:16:28 -04:00
timers.ts Finish de-oneof-ing 2018-05-25 16:16:28 -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 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 Implement fetch 2018-05-27 03:46:51 -04:00
util.ts Implement fetch 2018-05-27 03:46:51 -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 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.