Simon Lydell f80463120b babel-code-frame: Handle code with tabs
Previously, the `^` marker was misaligned if the line above contained tabs.

Fixes T7282.

Note: This commit handles a very subtle edge-case differently: When the passed
in column number is larger than the length of the line. Previously, the `^`
marker would be faithfully placed at that exact column number. Now, it is placed
at the end of the line instead (after the last character of the line to be
precise). Ideally, we should define what should happen in edge cases, but that's
out of scope for this PR.
2016-04-11 15:46:32 +02:00
2016-02-04 11:07:04 -05:00
2015-11-09 17:58:36 -08:00
2015-07-16 15:46:31 +01:00
2016-04-08 09:30:44 -07:00
2015-11-09 04:03:59 -08:00
2014-12-16 22:17:35 -08:00
2016-02-12 17:24:25 +05:30
2016-01-04 22:59:12 -05:00
2015-11-11 23:24:39 -08:00
2015-12-30 13:42:32 -05:00
2016-04-08 09:27:12 -07:00

babel

The compiler for writing next generation JavaScript.

Travis Status CircleCI Status Coverage Status

Looking for support?

For questions and support please visit the discussion forum, Slack community, or StackOverflow.

Want to report a bug or request a feature?

Bugs and feature requests should be posted at phabricator.babeljs.io.

Want to report an issue with babeljs.io?

For documentation and website issues please visit the babel.github.io repo.

Description
No description provided
Readme 79 MiB
Languages
JavaScript 99.5%
Makefile 0.3%
HTML 0.1%