babel-code-frame: Add tests
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user