Age | Commit message (Collapse) | Author |
|
refactoring (#7762)
|
|
|
|
|
|
- feat: Support escaping glob characters
- feat: Support more character classes
- feat: Match characters literally on segment parse failure
- fix: Match nothing for empty globs
- fix: Contain any glob syntax to its path segment
- perf: Remove extraneous separators from generated regex
- doc: Add detailed JSDoc
- chore: Remove old copyright headers
|
|
|
|
|
|
Fixes: #7759
|
|
Fixes: #7761
|
|
Fixes: #7709
|
|
Ref: https://github.com/denoland/deno/pull/7516#pullrequestreview-489567120
|
|
This extracts the inspector session specific bits from CoverageCollector
into a standalone struct dubbed `InspectorSesssion` which can be used as
a general purpose session to communicate with the inspector on the same
thread as an isolate/inspector pair lives on.
|
|
|
|
|
|
|
|
|
|
Previously when we used the websocket to talk to the inspector we used
the runtime domain to send a "runIfWaitingForDebugger" message.
However this is not required since we now talk to the inspector directly
and no longer send said message so this removes the enabling of the
domain entirely.
|
|
|
|
|
|
|
|
Fixes #7731
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
docs. (#7678)
Fixes #7556
Fixes #7634
|
|
|
|
|
|
* combine MainWorker::new and MainWorker::create
* remove compiler_starts fields
* make op_state types explicit for readability
|
|
|
|
This commits removes "CompilerWorker" in favor of
using "JsRuntime".
"cli/ops/compiler.rs" has been removed in favor of inline
registration of ops in "cli/tsc.rs"
|
|
|
|
use strategy->matrix->include
|
|
|
|
Resolves #7608
|
|
|
|
|
|
|
|
|
|
|
|
|