@vue-vine/eslint-parser 1.1.10 → 1.1.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -39,7 +39,7 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
39
39
  //#endregion
40
40
  //#region package.json
41
41
  var name = "@vue-vine/eslint-parser";
42
- var version = "1.1.10";
42
+ var version = "1.1.11";
43
43
 
44
44
  //#endregion
45
45
  //#region src/ast/errors.ts
@@ -3728,7 +3728,7 @@ function parseFilter(code, locationCalculator, parserOptions) {
3728
3728
  }
3729
3729
  function loadParser(parser) {
3730
3730
  if (parser !== "espree") {
3731
- const __require = createRequire$1(typeof __filename ? __filename : fileURLToPath(import.meta.url));
3731
+ const __require = createRequire$1(typeof __filename !== "undefined" ? __filename : fileURLToPath(import.meta.url));
3732
3732
  return __require(parser);
3733
3733
  }
3734
3734
  return getEspreeFromUser();
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vue-vine/eslint-parser",
3
3
  "type": "module",
4
- "version": "1.1.10",
4
+ "version": "1.1.11",
5
5
  "description": "ESLint parser for Vue Vine",
6
6
  "author": "ShenQingchuan",
7
7
  "license": "MIT",