Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Fixes #9823
|
|
|
|
|
|
Replaces the file-backed provider by an in-memory one because proper
file locking is a hard problem that detracts from the proof of concept.
Teach the WPT runner how to extract tests from .html files because all
the relevant tests in test_util/wpt/webmessaging/broadcastchannel are
inside basics.html and interface.html.
|
|
Co-Authored-By: Ben Noordhuis <info@bnoordhuis.nl>
Fixes: #10354
|
|
|
|
|
|
Signed-off-by: 迷渡 <justjavac@gmail.com>
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|