Commit 19c9228
feat: support async matchers in multi.ts and negate.ts (#1556)
* Support async matchers in multi.ts and negate.ts
- Replace Array.some/every with for...of + await for correct async
short-circuit behavior in multi.ts
- Add await before negating in negate.ts
- Fix NegateMacher typo → NegateMatcher
- Point @deco/deco to commit e0c194cb (async matcher support)
Ref: deco-cx/deco#1123
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* fix: add explicit subpath mappings for @deco/deco scripts
The jsdelivr fallback URL (trailing slash mapping) doesn't resolve
files without extensions. Add explicit mappings for all deco exports
so CI can resolve @deco/deco/scripts/bundle and other subpaths.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* chore: retrigger CI
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* chore: switch @deco/deco to jsr:@deco/deco@1.179.0-alpha
Replace jsdelivr commit-pinned URLs with official JSR alpha release
that includes async matcher support. Remove transitive deps that were
only needed for the jsdelivr workaround.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* deco version
* update deco version
* regen deno.lock
* added ˆ in version of deco
* lockfile
* readme
* temporary hardcoded a alpha deco version
* deco version
---------
Co-authored-by: decobot <capy@deco.cx>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 00973cd commit 19c9228
5 files changed
Lines changed: 143 additions & 206 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | 2 | | |
4 | 3 | | |
5 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
0 commit comments