Blame view

node_modules/@babel/parser/index.cjs 111 Bytes
7820380e   “wangming”   1
1
2
3
4
5
  try {
    module.exports = require("./lib/index.cjs");
  } catch {
    module.exports = require("./lib/index.js");
  }