anacierdem / vscode-requirejs

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

Trailing commas in modules list break recognition #55

Closed brianconnoly closed 5 years ago

brianconnoly commented 6 years ago
define(
    [
        'moduleA',
        'moduleB',  <--- here
    ],
    (moduleA, moduleB) => {
kennydurkin commented 5 years ago

+1 to this! The linter we use requires trailing commas, so the extension has never been functional for me, unfortunately. Has there been any update on the issue?

anacierdem commented 5 years ago

Will look into it soon.

anacierdem commented 5 years ago

Fixed.