Age | Commit message (Collapse) | Author |
|
|
|
Ref #8050
|
|
|
|
|
|
|
|
|
|
|
|
Update docs to reflect behavior. If trailing slash is not provided, `deno run` will throw error `Package address targets must end with "/"`.
|
|
This commit fixes order of events for "onload" event.
Previously handler attached using "window.onload" was
always fired before handlers added using "addEventListener".
|
|
|
|
This reverts commit 17d4cd92133bb822ff3a4f2f5bb32dfd17f99282.
|
|
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
This commit rewrites scripts in "tools/" directory
to use Deno instead of Python. In return it allows
to remove huge number of Python packages in "third_party/".
|
|
This commit migrates repository from using "eslint"
to "dlint" for linting JavaScript code.
|
|
|
|
|
|
This commit renames two assertion functions to better align with JS API:
- assertStringContains -> assertStringIncludes
- assertArrayContains -> assertArrayIncludes
|
|
This reverts commit c5c48f845a4d25f064c4388fcdd4295317edf155.
|
|
This commit stabilizes "deno lint" by removing
the need to pass --unstable flag.
--unstable is still required when using --json flag.
|
|
|
|
|
|
--importmap still works as an alias to --import-map
but is not visible in CLI help output.
|
|
|
|
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
|
|
|
|
This adds a section on the repl with the keybindings that we support out
of the box.
|
|
|
|
|
|
Fixes #7841
|
|
|
|
|
|
|
|
|
|
Fixes #7731
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
docs. (#7678)
Fixes #7556
Fixes #7634
|
|
|
|
Closes #7602
|