File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
packages/engine-handlebars/lib Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,8 @@ const glob = require('glob');
29
29
30
30
// regexes, stored here so they're only compiled once
31
31
const findPartialsRE = / { { # ? > \s * ( [ \w -\/ . ] + ) (?: .| \s + ) * ?} } / g;
32
- const findListItemsRE = / ( { { # ( ) ? ) ( l i s t ( I | i ) t e m s .) ( o n e | t w o | t h r e e | f o u r | f i v e | s i x | s e v e n | e i g h t | n i n e | t e n | e l e v e n | t w e l v e | t h i r t e e n | f o u r t e e n | f i f t e e n | s i x t e e n | s e v e n t e e n | e i g h t e e n | n i n e t e e n | t w e n t y ) ( ) ? } } / g;
32
+ const findListItemsRE =
33
+ / ( { { # ( ) ? ) ( l i s t ( I | i ) t e m s .) ( o n e | t w o | t h r e e | f o u r | f i v e | s i x | s e v e n | e i g h t | n i n e | t e n | e l e v e n | t w e l v e | t h i r t e e n | f o u r t e e n | f i f t e e n | s i x t e e n | s e v e n t e e n | e i g h t e e n | n i n e t e e n | t w e n t y ) ( ) ? } } / g;
33
34
const findAtPartialBlockRE = / { { # ? > \s * @ p a r t i a l - b l o c k \s * } } / g;
34
35
35
36
function escapeAtPartialBlock ( partialString ) {
You can’t perform that action at this time.
0 commit comments