Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e63962d

Browse files
skyrpexexistentialism
authored andcommittedJun 22, 2018
refactor: rename babylon to @babel/parser
1 parent 873f02f commit e63962d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎lib/parse.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
"use strict";
22

33
var babylonToEspree = require("./babylon-to-espree");
4-
var parse = require("babylon").parse;
5-
var tt = require("babylon").tokTypes;
4+
var parse = require("@babel/parser").parse;
5+
var tt = require("@babel/parser").tokTypes;
66
var traverse = require("@babel/traverse").default;
77
var codeFrameColumns = require("@babel/code-frame").codeFrameColumns;
88

0 commit comments

Comments
 (0)
Please sign in to comment.