babel-code-frame: Add tests

This commit is contained in:
Simon Lydell
2016-03-23 18:38:07 +01:00
parent 6af4ba1937
commit d6b8e4c608
3 changed files with 104 additions and 6 deletions

View File

@@ -1,16 +1,12 @@
/* eslint indent: 0 */
/* eslint max-len: 0 */
//import lineNumbers from "line-numbers";
import lineNumbers from "line-numbers";
import repeating from "repeating";
import jsTokens from "js-tokens";
import esutils from "esutils";
import chalk from "chalk";
function lineNumbers(lines) {
return lines;
}
/**
* Chalk styles for token types.
*/