summaryrefslogtreecommitdiff
path: root/tests/subdir
AgeCommit message (Collapse)Author
2018-12-27Lazily create .mime files only with mismatch/no extension (#1417)Kevin (Kun) "Kassimo" Qian
2018-12-23Remove support for extensionless import (#1396)Ryan Dahl
2018-12-21Implement `Body.formData` for fetch (#1393)Kevin (Kun) "Kassimo" Qian
2018-10-30Add ability to load JSON as modules (#1065)Kitson Kelly
2018-10-28Add application/x-typescript mime type supportKevin (Kun) "Kassimo" Qian
2018-10-24Support CheckJSKitson Kelly
2018-10-23Enforce media typesKitson Kelly
2018-10-02Guess extensions on extension not provided (#859)Kevin (Kun) "Kassimo" Qian
Fixes #857
2018-09-05Improve module resolution.Ryan Dahl
Windows can't handle ":" in path names, so we use a special directory format .deno/deps/localhost_PORT4545/ to represent hosts with non-default ports. Fixes #645.
2018-08-28Add duplicate import testKitson Kelly
2018-08-02Add 005_more_imports.tsRyan Dahl
And run check_output_test in order.
2018-07-29Add tests/003_relative_import.tsRyan Dahl