-
Notifications
You must be signed in to change notification settings - Fork 5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into Part-of-18714-and-17670
- Loading branch information
Showing
27 changed files
with
5,452 additions
and
5,806 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
diff --git a/lib/index.js b/lib/index.js | ||
index c991f62dc64553502e9911a7f21e77e008d7f438..e503c7494d21b13df85b10e1657b2af8ca4d964f 100644 | ||
--- a/lib/index.js | ||
+++ b/lib/index.js | ||
@@ -222,7 +222,6 @@ var _transform = require("./transform"); | ||
var _transformFile = require("./transform-file"); | ||
var _transformAst = require("./transform-ast"); | ||
var _parse = require("./parse"); | ||
-var thisFile = require("./index"); | ||
const version = "7.21.5"; | ||
exports.version = version; | ||
const DEFAULT_EXTENSIONS = Object.freeze([".js", ".jsx", ".es6", ".es", ".mjs", ".cjs"]); |
Oops, something went wrong.