@angular-eslint/bundled-angular-compiler 19.0.3-alpha.2 → 19.0.3-alpha.4
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.
- package/dist/index.js +3 -3
- 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
|
|
23
|
-
__export(
|
|
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(
|
|
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(
|