Skip to content

Rename variable is not working correctly  #951

@navch

Description

@navch

In tern demo i tried to rename doSome then it renamed all four refs of doSome.

define(function (require, exports, module) {

    function doSome() {
    }
    doSome();
    exports.doSome             = doSome;
});

If I am not wrong it should not rename "export.doSome" ?

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