@angular-eslint/bundled-angular-compiler 19.0.3-alpha.3 → 19.0.3-alpha.5

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 +3 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
19
19
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
20
20
 
21
21
  // src/index.ts
22
- var src_exports = {};
23
- __export(src_exports, {
22
+ var index_exports = {};
23
+ __export(index_exports, {
24
24
  AST: () => AST,
25
25
  ASTWithName: () => ASTWithName,
26
26
  ASTWithSource: () => ASTWithSource,
@@ -265,7 +265,7 @@ __export(src_exports, {
265
265
  verifyHostBindings: () => verifyHostBindings,
266
266
  visitAll: () => visitAll
267
267
  });
268
- module.exports = __toCommonJS(src_exports);
268
+ module.exports = __toCommonJS(index_exports);
269
269
 
270
270
  // ../../node_modules/.pnpm/@angular+compiler@19.0.6/node_modules/@angular/compiler/fesm2022/compiler.mjs
271
271
  var _SELECTOR_REGEXP = new RegExp(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular-eslint/bundled-angular-compiler",
3
- "version": "19.0.3-alpha.3",
3
+ "version": "19.0.3-alpha.5",
4
4
  "description": "A CJS bundled version of @angular/compiler",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",