We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0b548d commit 64adf9dCopy full SHA for 64adf9d
packages/kit/src/core/sync/write_types/write_api/index.js
@@ -198,7 +198,7 @@ export function write_api(config, manifest_data) {
198
function parseSlugs(str) {
199
let changed;
200
let index = 0;
201
- let validators = [];
+ const validators = [];
202
do {
203
changed = false;
204
if (str.search(/\/?\[\[.*?\]\]/) !== -1) {
0 commit comments