anacierdem / vscode-requirejs

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

Caching require lists and optimizations #35

Closed anacierdem closed 5 years ago

anacierdem commented 7 years ago

The require lists should be cached among provider invocations, similar to the child name static property.

Also check for any performance bottlenecks. There was a ~200ms test - concentrate on it.