Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/swashcap/path-resolver


https://github.com/swashcap/path-resolver

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

# path-resolver

```shell
$ node input tests/fixtures/a/alpha.js
/* eslint-disable no-unused-vars */
const beta = require('./b/beta')
const charlie = require('./b/c/charlie')

```