anacierdem / vscode-requirejs

Provides goto definition functionality for require js modules.
MIT License
21 stars 14 forks source link

Adding a new constructor pattern #28

Closed anacierdem closed 7 years ago

anacierdem commented 7 years ago
define(function(require) {
    var moduleA = require('moduleA');
});

Caret at moduleA should also find the module.

anacierdem commented 7 years ago

Closing as I have reverted the changes.