@veryfront/ext-bundler-esbuild 0.1.1221 → 0.1.1223

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.
@@ -1 +1 @@
1
- {"version":3,"file":"es-module-lexer.d.ts","sourceRoot":"","sources":["../src/es-module-lexer.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,EAAE,eAAe,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAGjF,iEAAiE;AACjE,qBAAa,aAAc,YAAW,WAAW;IAC/C,OAAO,CAAC,WAAW,CAA8B;IAE3C,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC;IAY3B,KAAK,CAAC,IAAI,EAAE,MAAM,GAAG,SAAS,eAAe,EAAE;CAIhD"}
1
+ {"version":3,"file":"es-module-lexer.d.ts","sourceRoot":"","sources":["../src/es-module-lexer.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,EAAE,eAAe,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAMjF,iEAAiE;AACjE,qBAAa,aAAc,YAAW,WAAW;IAC/C,OAAO,CAAC,WAAW,CAA8B;IAE3C,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC;IAY3B,KAAK,CAAC,IAAI,EAAE,MAAM,GAAG,SAAS,eAAe,EAAE;CAIhD"}
@@ -7,6 +7,9 @@
7
7
  *
8
8
  * @module extensions/ext-bundler-esbuild/es-module-lexer
9
9
  */
10
+ // Bare specifier, mapped to the pinned npm package by this extension's
11
+ // deno.json -- as `esbuild` is. Writing the `npm:` specifier inline instead
12
+ // resolves only under Deno, which is what broke `deno task test:bun`.
10
13
  import { init, parse } from "es-module-lexer";
11
14
  /** es-module-lexer-backed {@link ModuleLexer} implementation. */
12
15
  export class EsModuleLexer {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veryfront/ext-bundler-esbuild",
3
- "version": "0.1.1221",
3
+ "version": "0.1.1223",
4
4
  "description": "Veryfront first-party extension package for ext-bundler-esbuild",
5
5
  "keywords": [
6
6
  "veryfront",
@@ -50,7 +50,7 @@
50
50
  "esbuild": "0.28.1"
51
51
  },
52
52
  "peerDependencies": {
53
- "veryfront": "^0.1.1221"
53
+ "veryfront": "^0.1.1223"
54
54
  },
55
55
  "type": "module",
56
56
  "types": "./esm/index.d.ts",