UNPKG
@philpl/buble
Version:
latest (0.19.7)
0.19.7
The blazing fast, batteries-included ES2015 compiler
github.com/bublejs/buble
bublejs/buble
@philpl/buble
/
src
/
utils
/
patterns.js
2 lines
(1 loc)
•
65 B
JavaScript
View Raw
1
2
export
const
loopStatement =
/(?:For(?:In|Of)?|While)Statement/
;