-
Notifications
You must be signed in to change notification settings - Fork 109
placeholder problem #205
Copy link
Copy link
Open
Description
in bearcat version v0.4.25:
this work:
var Test =function(){
this.$id = 'test';
this.test = "${test}";
}
but this not work:
var Test =function(){
this.$id = 'test';
this.test = '${test}';
}
because FUNC_PROPS_REGEXP_ATTR just match " not '
FUNC_PROPS_REGEXP_ATTR: /\s_this.\w+\s_=\s_"$(.|\s)_?";/g
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels