@svelte-vitals/core 0.43.0 → 0.43.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1294,7 +1294,7 @@ function collectNamespaceImports(program, source, acc) {
|
|
|
1294
1294
|
}
|
|
1295
1295
|
});
|
|
1296
1296
|
}
|
|
1297
|
-
var RULE_ID_RE = "[a-z]
|
|
1297
|
+
var RULE_ID_RE = "[a-z][a-z0-9]*\\/[a-z][a-z0-9-]*";
|
|
1298
1298
|
var JS_DIRECTIVE = new RegExp(
|
|
1299
1299
|
`^\\s*//\\s*svelte-vitals-disable-next-line(?:\\s+(${RULE_ID_RE}(?:\\s*,\\s*${RULE_ID_RE})*))?\\s*$`
|
|
1300
1300
|
);
|