Age | Commit message (Collapse) | Author |
|
tests (#5926)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Note that this does not fix the 'Uncaught ReferenceError' issue that
happens when 'eager evaluation' is enabled in the inspector.
Fixes: #5807
|
|
|
|
|
|
|
|
Also remove the unix example from the stable documentation
to stay in line with the `Deno.listen` one
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This commit changes how error occurring in SWC are handled.
Changed lexer settings to properly handle TS decorators.
Changed output of SWC error to annotate with position in file.
|
|
|
|
|
|
This commit fixes a bug introduced in #5029 that caused bad
handling of redirects during module analysis.
Also ensured that duplicate modules are not downloaded.
|
|
Closes #5567
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes trailing comma issue
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 63bc468365bceda929a39b5eb93b605e2dc2bd9c.
|
|
This commit disabled flaky test in cli/module_graph.rs.
The test uses 019_media_types.ts which was known to be flaky
for some time. Test should be reenabled once test HTTP server
is rewritten to Rust.
|