@putout/formatter-codeframe
v7.0.0
Published
šPutout formatter shows code frame with an error
Downloads
65,846
Maintainers
Readme
@putout/formatter-codeframe
šPutout formatter shows codeframe of file with an errors.
Install
npm i putout @putout/formatter-codeframe
Usage
putout --format codeframe lib
Possible output:
/home/coderaiser/putout/packages/putout/lib/putout.js:3:0
1 | 'use strict';
2 |
> 3 | debugger;
| ^ Unexpected "debugger" statement
4 |
5 | const recast = require('recast');
6 | const toBabel = require('estree-to-babel');
ā 1 errors in 1 files
fixable with the `--fix` option
License
MIT