EOL add mixed detection (denoland/deno_std#325)

Original: bb92c44c64
This commit is contained in:
Vincent LE GOFF 2019-04-13 21:24:36 +02:00 committed by Ryan Dahl
parent 236cedc7cb
commit 0c877a1283
4 changed files with 43 additions and 21 deletions

View file

@ -4,10 +4,9 @@ import "./colors/test.ts";
import "./datetime/test.ts";
import "./examples/test.ts";
import "./flags/test.ts";
import "./io/test.ts";
import "./fs/test.ts";
import "./io/test.ts";
import "./http/test.ts";
import "./io/test.ts";
import "./log/test.ts";
import "./media_types/test.ts";
import "./multipart/test.ts";