File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ npm install get-source
1616- [x] ** Asynchronous** API — good for everything web!
1717- [x] Built-in cache
1818
19- ## What for
19+ ## What For
2020
2121- [x] Call stacks enhanced with source code information (see the [ StackTracey] ( https://github.com/xpl/stacktracey ) library)
2222- [x] [ Advanced logging] ( https://github.com/xpl/ololog ) / assertion printing
23- - [x] [ Error displaying components] ( https://github.com/xpl/panic-overlay ) for front-end web development
23+ - [x] [ Error displaying components] ( https://github.com/xpl/panic-overlay ) for the front-end web development
2424
2525## Usage (Synchronous)
2626
@@ -67,7 +67,7 @@ file = await getSource.async ('./scripts/index.min.js')
6767location = await file .resolve ({ line: 1 , column: 8 })
6868```
6969
70- ## Error handling
70+ ## Error Handling
7171
7272In synchronous mode, it never throws (due to backward compatibility reasons with existing code):
7373
You can’t perform that action at this time.
0 commit comments