rollup / rollup-plugin-node-resolve

This module has moved and is now available at @rollup/plugin-node-resolve / https://github.com/rollup/plugins/blob/master/packages/node-resolve
MIT License
469 stars 96 forks source link

Support resolve 1.11.1, add built-in test #223

Closed bterlson closed 5 years ago

bterlson commented 5 years ago

This PR fixes #222.

I wasn't sure why the test was disabled, possibly due to needing to pass in require. Happy to remove the test if it's not needed.

Confirmed tests and linters pass (and confirmed there were a number of test failures with resolve 1.11.1). Once exception: the symlink tests don't seem to run on Windows, but I doubt this change would impact them.