Skip to content

Commit f2a9a42

Browse files
committed
build artefacts
1 parent 0702eb4 commit f2a9a42

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

commonjs/compose-regexp.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@
436436
} else {
437437
if (result[1] === '[') inCClass = true;
438438
else if (result[1] === ']') continue
439-
else return true
439+
else return result[1]
440440
}
441441
}
442442
return false

0 commit comments

Comments
 (0)