Age | Commit message (Collapse) | Author |
|
|
|
Signed-off-by: 迷渡 <justjavac@gmail.com>
|
|
|
|
|
|
Resolves: #10587
|
|
|
|
Fixes #10603
|
|
|
|
|
|
(#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>
|
|
|
|
|
|
|
|
Closes #9932
|
|
Resolves #9447
Resolves #9415
|
|
Fixes #10575
|
|
|
|
|
|
|
|
|
|
|
|
Not having them is better than throwing "unimplemented" errors on
access.
|
|
Fixes #10168
Fixes #10615
Fixes #10616
|
|
This speeds up incremental rebuild when only touching JS files by 30%
compared to #10786.
Rebuild time after touch 01_broadcast_channel.js:
main: run 1 49.18s, run 2 50.34s
#10786: run 1 43.12s, run 2 43.19s
this + #10786: run 1 30.30s, run 2 30.95s
|
|
This speeds up incremental rebuild when only touching JS files by 13-15%
Rebuild time after `touch 01_broadcast_channel.js`:
main: run 1 49.18s, run 2 50.34s
this: run 1 43.12s, run 2 43.19s
|
|
Fixes #10765
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
|
|
Fixes #10733
|
|
Co-authored-by: Nayeem Rahman <nayeemrmn99@gmail.com>
Co-authored-by: Luca Casonato <lucacasonato@yahoo.com>
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
|
|
|