UNPKG

@babel/code-frame

Version:

Generate errors that contain a code frame that point to source locations.

12 lines (9 loc) 283 B
import { _codeFrameColumns } from './common-shared.js'; function codeFrameColumns(rawLines, loc, opts = {}) { return _codeFrameColumns(rawLines, loc, opts); } function highlight(code) { return code; } export { codeFrameColumns, highlight }; //# sourceMappingURL=browser.js.map