@typescript-eslint/types
Advanced tools
Comparing version
@@ -5,3 +5,3 @@ import type { Program } from 'typescript'; | ||
export type CacheDurationSeconds = number | 'Infinity'; | ||
export type EcmaVersion = 3 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 2015 | 2016 | 2017 | 2018 | 2019 | 2020 | 2021 | 2022 | 2023 | 2024 | 2025 | 'latest' | undefined; | ||
export type EcmaVersion = 3 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 2015 | 2016 | 2017 | 2018 | 2019 | 2020 | 2021 | 2022 | 2023 | 2024 | 2025 | 2026 | 'latest' | undefined; | ||
export type SourceTypeClassic = 'module' | 'script'; | ||
@@ -8,0 +8,0 @@ export type SourceType = 'commonjs' | SourceTypeClassic; |
{ | ||
"name": "@typescript-eslint/types", | ||
"version": "8.34.1-alpha.1", | ||
"version": "8.34.1-alpha.2", | ||
"description": "Types for the TypeScript-ESTree AST spec", | ||
@@ -5,0 +5,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
171437
0.02%