File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " eft-parser" ,
3- "version" : " 0.5.7 " ,
3+ "version" : " 0.5.8 " ,
44 "description" : " ef.js template parser" ,
55 "main" : " dist/eft-parser.min.js" ,
66 "module" : " src/eft-parser.js" ,
Original file line number Diff line number Diff line change 11import ESCAPE from './escape-parser.js'
22
33const typeSymbols = '>#%@.-+' . split ( '' )
4- const reserved = '$before $after $parent $key $data $element $refs $methods $mount $umount $subscribe $unsubscribe $update $destroy __DIRECTMOUNT__' . split ( ' ' )
4+ const reserved = '$avatar $parent $key $data $element $refs $methods $mount $umount $subscribe $unsubscribe $update $destroy __DIRECTMOUNT__' . split ( ' ' )
55const mustache = / \{ \{ .+ ?\} \} / g
66const spaceIndent = / ^ ( \t * ) ( * ) .* /
77const hashref = / # ( [ ^ } ] | } [ ^ } ] ) * $ /
You can’t perform that action at this time.
0 commit comments