WXL
2 天以前 c80bc467a41daa6cbae4e5515a300a8ca98cfeaa
node_modules/acorn/dist/acorn.d.mts
@@ -614,10 +614,10 @@
  /**
   * `sourceType` indicates the mode the code should be parsed in.
   * Can be either `"script"` or `"module"`. This influences global
   * Can be either `"script"`, `"module"` or `"commonjs"`. This influences global
   * strict mode and parsing of `import` and `export` declarations.
   */
  sourceType?: "script" | "module"
  sourceType?: "script" | "module" | "commonjs"
  /**
   * a callback that will be called when a semicolon is automatically inserted.