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 7785ba8 commit 92e83e2Copy full SHA for 92e83e2
1 file changed
test/ts/simple.ts
@@ -52,3 +52,7 @@ const {
52
53
equal(ignored, false, 'not ignored')
54
equal(unignored, false, 'not unignored')
55
+
56
+// Readyonly array
57
+const readonlyPaths = ['a', 'a/b', 'foo/bar'] as const
58
+ig.filter(readonlyPaths)
0 commit comments