Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/swashcap/path-resolver
https://github.com/swashcap/path-resolver
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/swashcap/path-resolver
- Owner: swashcap
- License: apache-2.0
- Created: 2019-08-01T00:03:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-12T10:56:00.000Z (almost 3 years ago)
- Last Synced: 2023-04-01T03:29:01.108Z (over 1 year ago)
- Language: JavaScript
- Size: 124 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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')```