fixup places that aren not scoped [skip ci] (#6646)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import generator from "../../babel-generator";
|
||||
import template from "../lib";
|
||||
import { expect } from "chai";
|
||||
import * as t from "babel-types";
|
||||
import * as t from "@babel/types";
|
||||
|
||||
const comments = "// Sum two numbers\nconst add = (a, b) => a + b;";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user