Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
(#7835)
|
|
Use $STD_VERSION in std/ README files to automatically
display proper version.
|
|
|
|
|
|
|
|
|
|
This reverts commit fbb18d40d3cfd0d24262e8e73b97f22770734572.
|
|
The usage example is a bit out of date and not compatible with the
stricter definition of the WebAssembly namespace.
This fixes that and makes it a bit cleaner.
|
|
|
|
|
|
|
|
std/testing/diff.ts private (#7592)
|
|
|
|
- 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
|
|
Ref: https://github.com/denoland/deno/pull/7516#pullrequestreview-489567120
|
|
|
|
|
|
|
|
|
|
|
|
Resolves #7608
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This makes std/http tests runnable from any directory by spawning test
processes in the module directory resolved from import.meta.url and
resolving test data relative to the same module directory.
|
|
|