Skip to content

placeholder problem #205

@zmox

Description

@zmox

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions