Age | Commit message (Collapse) | Author |
|
This removes the std folder from the tree.
Various parts of the tests are pretty tightly dependent
on std (47 direct imports and 75 indirect imports, not
counting the cli tests that use them as fixtures) so I've
added std as a submodule for now.
|
|
|
|
|
|
|
|
|
|
This commit migrates repository from using "eslint"
to "dlint" for linting JavaScript code.
|
|
|
|
Fixes: #8067
|
|
|
|
Use $STD_VERSION in std/ README files to automatically
display proper version.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This commit removes overload of Deno.test() that accepted named
function.
|
|
|
|
|
|
|
|
|
|
|
|
function calls (#3859)
|
|
|
|
|
|
|
|
|