Add deno.arch/deno.platform (#773)

This commit is contained in:
Kevin (Kun) "Kassimo" Qian 2018-09-19 23:13:59 -07:00 committed by Ryan Dahl
parent 017ef096df
commit fab4bdf40d
8 changed files with 82 additions and 0 deletions

View file

@ -14,3 +14,4 @@ import "./rename_test.ts";
import "./blob_test.ts";
import "./timers_test.ts";
import "./symlink_test.ts";
import "./platform_test.ts";