Age | Commit message (Collapse) | Author |
|
Fixes #8339
|
|
|
|
This commit changes how pending promise exceptions are stored
in JsRuntime by using global handle to promise instead of its
identity hash.
|
|
(#8040)
This commit reworks "collect_files" utility to accept "ignore" parameter
which allows to filter out files in a single iteration instead of walking
file tree second time to excude "ignored" files.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Closes #6618
|
|
Fixes #6176
|
|
(#8322)
|
|
* chore: reference dprint config file in format script
* chore: ignore .git folder in dprint config
|
|
Fixes #6663
|
|
Fixes #8289
|
|
|
|
|
|
|
|
"third_party/" is a git submodule pointing to "deno_third_party" repository.
The git history of that repo is quite heavy as it historically contained
typescript, node_modules and python_packages directories, but now there
are only 11 binaries in there. Setting this attribute should speed up fresh clones.
|
|
|
|
|
|
Fixes #8309
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #8111
|
|
|
|
|
|
|
|
|
|
Fixes #7723
|
|
|
|
|
|
Refs #7487
|
|
|
|
|
|
Refs #7487
|
|
|
|
|
|
Fixes #8257
|
|
|
|
|
|
|
|
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/".
|
|
Fixes #8240
|