Age | Commit message (Collapse) | Author |
|
|
|
|
|
Resolves: #10587
|
|
|
|
|
|
Fixes #10603
|
|
|
|
|
|
|
|
This commit moves bulk of the logic related to module loading
from "JsRuntime" to "ModuleMap".
Next steps are to rewrite the actual loading logic (represented by
"RecursiveModuleLoad") to be a part of "ModuleMap" as well --
that way we will be able to track multiple module loads from within
the map which should help me solve the problem of concurrent
loads (since all info about currently loading/loaded modules will
be contained in the ModuleMap, so we'll be able to know if actually
all required modules have been loaded).
|
|
(#10156)
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
|
|
|
|
This commits adds two integration tests that typecheck examples
in the docstrings in Deno declaration files.
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #10691
|
|
Fixes #10695
|
|
|
|
|
|
|
|
|
|
|
|
Closes: #10413
|
|
Co-authored-by: RobyCigar <69680330+RobyCigar@users.noreply.github.com>
|
|
|
|
|
|
|
|
These bits were missed in #10448.
|
|
Closes #9932
|
|
Resolves #9447
Resolves #9415
|
|
Fixes #10575
|
|
|
|
|
|
|
|
|
|
|
|
|
|
For the Deno 1.10.2 release.
|
|
|
|
|
|
|
|
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
|
|
|
|
|
|
(#10645)
|
|
|
|
|