@angular-eslint/utils
Advanced tools
Comparing version
@@ -9,5 +9,5 @@ /** | ||
* | ||
* Event names sourced from @mdn/browser-compat-data@6.0.17 | ||
* Event names sourced from @mdn/browser-compat-data@6.0.19 | ||
*/ | ||
export declare function getNativeEventNames(): ReadonlySet<string>; | ||
//# sourceMappingURL=get-native-event-names.d.ts.map |
@@ -13,3 +13,3 @@ "use strict"; | ||
* | ||
* Event names sourced from @mdn/browser-compat-data@6.0.17 | ||
* Event names sourced from @mdn/browser-compat-data@6.0.19 | ||
*/ | ||
@@ -16,0 +16,0 @@ function getNativeEventNames() { |
@@ -18,19 +18,9 @@ "use strict"; | ||
}); | ||
var __importStar = (this && this.__importStar) || (function () { | ||
var ownKeys = function(o) { | ||
ownKeys = Object.getOwnPropertyNames || function (o) { | ||
var ar = []; | ||
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k; | ||
return ar; | ||
}; | ||
return ownKeys(o); | ||
}; | ||
return function (mod) { | ||
if (mod && mod.__esModule) return mod; | ||
var result = {}; | ||
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]); | ||
__setModuleDefault(result, mod); | ||
return result; | ||
}; | ||
})(); | ||
var __importStar = (this && this.__importStar) || function (mod) { | ||
if (mod && mod.__esModule) return mod; | ||
var result = {}; | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
__setModuleDefault(result, mod); | ||
return result; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -37,0 +27,0 @@ exports.getTemplateParserServices = exports.ensureTemplateParser = exports.SelectorUtils = exports.Selectors = exports.RuleFixes = exports.CommentUtils = exports.ASTUtils = exports.getNativeEventNames = exports.getAriaAttributeKeys = exports.capitalize = exports.withoutBracketsAndWhitespaces = exports.kebabToCamelCase = exports.toPattern = exports.isNotNullOrUndefined = exports.arrayify = exports.toHumanReadableText = void 0; |
{ | ||
"name": "@angular-eslint/utils", | ||
"version": "20.0.0-alpha.1", | ||
"version": "20.0.0-alpha.2", | ||
"license": "MIT", | ||
@@ -25,3 +25,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@angular-eslint/bundled-angular-compiler": "20.0.0-alpha.1" | ||
"@angular-eslint/bundled-angular-compiler": "20.0.0-alpha.2" | ||
}, | ||
@@ -28,0 +28,0 @@ "nx": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
93563
-0.6%1544
-0.64%+ Added
- Removed
Updated