summaryrefslogtreecommitdiff
path: root/tests/specs/doc/json/json.js
diff options
context:
space:
mode:
authorMarvin Hagemeister <marvin@deno.com>2024-09-05 09:50:04 +0200
committerGitHub <noreply@github.com>2024-09-05 09:50:04 +0200
commit4554ab6aefb158f2d0a8a5ae5bb3d748e123fb00 (patch)
tree3b0435c62e125e34b4d16e20943dde6d58e0bad3 /tests/specs/doc/json/json.js
parent49e3ee010c7d4423fbab89bf12749235e156c9be (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