anacierdem / vscode-requirejs

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

Support extracting modules from double quoted strings #61

Closed nsergey82 closed 5 years ago

nsergey82 commented 5 years ago

Fixes issue #60.

anacierdem commented 5 years ago

Can you check the failing lint errors please?

codecov-io commented 5 years ago

Codecov Report

Merging #61 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #61   +/-   ##
=======================================
  Coverage   94.11%   94.11%           
=======================================
  Files           2        2           
  Lines         255      255           
  Branches       57       57           
=======================================
  Hits          240      240           
  Misses         15       15
Impacted Files Coverage Δ
ReferenceProvider.js 95.25% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 4d4b286...a7e1443. Read the comment docs.

nsergey82 commented 5 years ago

It is not the tests, it is tabs vs. spaces :(