diff options
author | Marvin Hagemeister <marvin@deno.com> | 2024-09-05 09:50:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-05 09:50:04 +0200 |
commit | 4554ab6aefb158f2d0a8a5ae5bb3d748e123fb00 (patch) | |
tree | 3b0435c62e125e34b4d16e20943dde6d58e0bad3 /tests/specs/doc/json/json.js | |
parent | 49e3ee010c7d4423fbab89bf12749235e156c9be (diff) |
fix(config): validate export names (#25436)
The property names of the `exports` field in `deno.json` was never
validated. The `patternProperties` only validates values, whose property
name matches the regex. It doesn't validate the property names
themselves. That's what `propertyNames` is for.
Related https://github.com/denoland/deno/issues/25435
Diffstat (limited to 'tests/specs/doc/json/json.js')
0 files changed, 0 insertions, 0 deletions