@eslinted/core 3.1.12 → 3.1.13-rc.0
Sign up to get free protection for your applications and to get access to all the features.
- package/.github/workflows/PROD.main.yml +37 -0
- package/.github/workflows/dev.yml +37 -0
- package/LICENSE +21 -21
- package/README.md +3 -3
- package/SECURITY.md +9 -9
- package/eslint.config.js +3 -3
- package/package.json +54 -54
- package/src/boundary/index.ts +6 -6
- package/src/boundary/input/files/base/index.ts +5 -5
- package/src/boundary/input/files/includes/index.ts +5 -5
- package/src/boundary/input/files/index.ts +11 -11
- package/src/boundary/input/index.ts +23 -23
- package/src/boundary/input/parsers/index.ts +5 -5
- package/src/boundary/input/plugins/index.ts +5 -5
- package/src/boundary/input/rules/index.ts +11 -11
- package/src/boundary/input/rules/overrides/index.ts +6 -6
- package/src/boundary/input/rules/preset/entry/index.ts +5 -5
- package/src/boundary/input/rules/preset/entry/object/index.ts +9 -9
- package/src/boundary/input/rules/preset/entry/object/state/index.ts +6 -6
- package/src/boundary/input/rules/preset/index.ts +6 -6
- package/src/boundary/output/config/index.ts +25 -25
- package/src/boundary/output/config/option/index.ts +24 -24
- package/src/boundary/output/config/option/language/ecma/index.ts +3 -3
- package/src/boundary/output/config/option/language/index.ts +23 -23
- package/src/boundary/output/config/option/language/source/index.ts +3 -3
- package/src/boundary/output/config/option/linter/index.ts +4 -4
- package/src/boundary/output/config/option/plugins/index.ts +3 -3
- package/src/boundary/output/index.ts +3 -3
- package/src/dependency/globals/index.ts +8 -8
- package/src/dependency/index.ts +5 -5
- package/src/dependency/parsers/index.ts +13 -13
- package/src/dependency/plugins/index.ts +12 -12
- package/src/factory/files/index.ts +15 -15
- package/src/factory/index.ts +8 -8
- package/src/factory/options/index.ts +21 -21
- package/src/factory/options/option/html/index.ts +18 -18
- package/src/factory/options/option/index.ts +93 -93
- package/src/factory/options/option/js/index.ts +13 -13
- package/src/factory/options/option/json/index.ts +18 -18
- package/src/factory/options/option/jsonc/index.ts +18 -18
- package/src/factory/options/option/md/index.ts +18 -18
- package/src/factory/options/option/mocha/index.ts +28 -28
- package/src/factory/options/option/svelte/index.ts +32 -32
- package/src/factory/options/option/ts/index.ts +24 -24
- package/src/factory/options/option/yml/index.ts +18 -18
- package/src/factory/rulesets/index.ts +16 -16
- package/src/factory/rulesets/ruleset/index.ts +40 -40
- package/src/factory/rulesets/ruleset/rule/index.ts +8 -8
- package/src/index.ts +95 -95
- package/src/scopes/index.ts +14 -14
- package/tsconfig.json +161 -161
- package/types/typioca/literal/number/base32.d.ts +19 -19
- package/types/typioca/literal/number/base64.d.ts +35 -35
- package/types/typioca/literal/number/binary.d.ts +4 -4
- package/types/typioca/literal/number/decimal.d.ts +5 -5
- package/types/typioca/literal/number/hex.d.ts +10 -10
- package/types/typioca/literal/number/octal.d.ts +7 -7
- package/types/typioca/literal/number/quatral.d.ts +4 -4
- package/types/typioca/literal/number/ternary.d.ts +4 -4
- package/types/typioca/literal/string/base64char.d.ts +13 -13
- package/types/typioca/literal/string/digit.d.ts +12 -12
- package/types/typioca/literal/string/hexchar.d.ts +9 -9
- package/types/typioca/literal/string/letter.d.ts +35 -35
- package/types/typioca/safe/Safe.d.ts +2 -2
- package/types/typioca/safe/numbers/finite/Finite.d.ts +2 -2
- package/types/typioca/safe/numbers/finite.d.ts +1 -1
- package/types/typioca/safe/numbers/fint.d.ts +1 -1
- package/types/typioca/safe/numbers/int/Int.d.ts +2 -2
- package/types/typioca/safe/numbers/int.d.ts +1 -1
- package/types/typioca/safe/numbers/numberful.d.ts +1 -1
- package/types/typioca/safe/numbers/polarity/Negative.d.ts +4 -4
- package/types/typioca/safe/numbers/polarity/Positive.d.ts +4 -4
- package/types/typioca/safe/numbers/polarity/pole/Pole.d.ts +18 -18
- package/types/typioca/safe/primitive.d.ts +5 -5
- package/types/typioca/safe/strings/char.d.ts +1 -1
- package/types/typioca/safe/strings/length/PropLength.d.ts +3 -3
- package/types/typioca/safe/strings/stringful.d.ts +1 -1
- package/types/typioca/utility/interface/construct/Particord.d.ts +1 -1
- package/types/typioca/utility/interface/construct/Property.d.ts +8 -8
- package/types/typioca/utility/interface/construct/Recordful.d.ts +5 -5
- package/types/typioca/utility/interface/construct/Table.d.ts +3 -3
- package/types/typioca/utility/interface/construct/properties/Field.d.ts +1 -1
- package/types/typioca/utility/interface/construct/properties/Flag.d.ts +1 -1
- package/types/typioca/utility/interface/construct/properties/Limit.d.ts +8 -8
- package/types/typioca/utility/interface/construct/properties/List.d.ts +1 -1
- package/types/typioca/utility/interface/construct/properties/Listish.d.ts +1 -1
- package/types/typioca/utility/interface/construct/properties/Scalar.d.ts +1 -1
- package/types/typioca/utility/interface/construct/tables/FieldTable.d.ts +1 -1
- package/types/typioca/utility/interface/construct/tables/FlagTable.d.ts +1 -1
- package/types/typioca/utility/interface/construct/tables/ListTable.d.ts +1 -1
- package/types/typioca/utility/interface/construct/tables/ListishTable.d.ts +1 -1
- package/types/typioca/utility/interface/construct/tables/ScalarTable.d.ts +1 -1
- package/types/typioca/utility/interface/identity/Interface.d.ts +80 -80
- package/types/typioca/utility/interface/identity/Keys.d.ts +71 -71
- package/types/typioca/utility/interface/transform/Unrequire.d.ts +45 -45
- package/types/typioca/utility/iterable/construct/ArrayN.d.ts +12 -12
- package/types/typioca/utility/iterable/construct/Tuple.d.ts +27 -27
- package/types/typioca/utility/iterable/construct/arrays/Arrays.d.ts +1 -1
- package/types/typioca/utility/iterable/construct/tuples/Tuples.d.ts +9 -9
- package/types/typioca/utility/iterable/identity/DyadType.d.ts +3 -3
- package/types/typioca/utility/iterable/identity/MonadType.d.ts +48 -48
- package/types/typioca/utility/iterable/identity/TriadType.d.ts +3 -3
- package/types/typioca/utility/iterable/identity/array/ArrayType.d.ts +65 -65
- package/types/typioca/utility/iterable/identity/array/length/ArrayLength.d.ts +16 -16
- package/types/typioca/utility/iterable/transform/Join.d.ts +19 -19
- package/types/typioca/utility/iterable/transform/Unflat.d.ts +3 -3
- package/types/typioca/utility/iterable/transform/stringarray/Chain.d.ts +30 -30
- package/types/typioca/utility/iterable/transform/stringarray/PathN.d.ts +3 -3
- package/types/typioca/utility/iterable/transform/stringarray/stringify/Stringify.d.ts +5 -5
- package/types/typioca/utility/length/Length.d.ts +35 -35
- package/types/typioca/utility/null/null.d.ts +1 -1
- package/types/typioca/utility/null/nullable.d.ts +1 -1
- package/types/typioca/utility/primitive/Primeval.d.ts +42 -42
- package/types/typioca/utility/primitive/boolean/True.d.ts +30 -30
- package/types/typioca/utility/primitive/number/Numbered.d.ts +35 -35
- package/types/typioca/utility/primitive/string/literal.d.ts +22 -22
- package/types/typioca/utility/primitive/string/literalful.d.ts +28 -28
package/tsconfig.json
CHANGED
@@ -1,161 +1,161 @@
|
|
1
|
-
{
|
2
|
-
"display": "@jimbojet/tsc",
|
3
|
-
"$schema": "https://json.schemastore.org/tsconfig",
|
4
|
-
"_version": "5.5.10",
|
5
|
-
"include": [
|
6
|
-
"*.config.ts",
|
7
|
-
"src/**/*.ts",
|
8
|
-
"types/**/*.d.ts" /* @OVERRIDE */,
|
9
|
-
],
|
10
|
-
"exclude": [],
|
11
|
-
"compilerOptions": {
|
12
|
-
/* http://aka.ms/tsconfig#quick-nav-Top%20Level */
|
13
|
-
|
14
|
-
// #region TYPE CHECKING
|
15
|
-
"allowUnreachableCode": false,
|
16
|
-
"allowUnusedLabels": false,
|
17
|
-
"alwaysStrict": true,
|
18
|
-
"exactOptionalPropertyTypes": true,
|
19
|
-
"noFallthroughCasesInSwitch": true,
|
20
|
-
"noImplicitAny": true,
|
21
|
-
"noImplicitOverride": true,
|
22
|
-
"noImplicitReturns": true,
|
23
|
-
"noImplicitThis": true,
|
24
|
-
"noPropertyAccessFromIndexSignature": true,
|
25
|
-
"noUncheckedIndexedAccess": true,
|
26
|
-
"noUnusedLocals": true,
|
27
|
-
"noUnusedParameters": true,
|
28
|
-
"strict": true,
|
29
|
-
"strictBindCallApply": true,
|
30
|
-
"strictFunctionTypes": true,
|
31
|
-
"strictNullChecks": true,
|
32
|
-
"strictPropertyInitialization": true,
|
33
|
-
"useUnknownInCatchVariables": true,
|
34
|
-
// #endregion
|
35
|
-
|
36
|
-
|
37
|
-
// #region MODULES
|
38
|
-
"allowArbitraryExtensions": true,
|
39
|
-
// "allowImportingTsExtensions": true,
|
40
|
-
// "allowUmdGlobalAccess": true,
|
41
|
-
// "baseUrl": "./",
|
42
|
-
// "customConditions": [],
|
43
|
-
"module": "node16",
|
44
|
-
"moduleResolution": "node16",
|
45
|
-
// "moduleSuffixes": [],
|
46
|
-
// "noResolve": true,
|
47
|
-
// "paths": { "*": ["node_modules/*"] },
|
48
|
-
// "resolveJsonModule": true,
|
49
|
-
// "resolvePackageJsonExports": true,
|
50
|
-
// "resolvePackageJsonImports": true,
|
51
|
-
"rootDir": "src",
|
52
|
-
// "rootDirs": [],
|
53
|
-
// "typeRoots": [],
|
54
|
-
"types": [
|
55
|
-
/* {CONFIGURE} */
|
56
|
-
],
|
57
|
-
// #endregion
|
58
|
-
|
59
|
-
|
60
|
-
// #region EMIT
|
61
|
-
"declaration": true,
|
62
|
-
"declarationDir": "dist",
|
63
|
-
"declarationMap": true,
|
64
|
-
// "downlevelIteration": true,
|
65
|
-
// "emitBOM": true,
|
66
|
-
// "emitDeclarationOnly": true,
|
67
|
-
// "importHelpers": true,
|
68
|
-
// "inlineSourceMap": true,
|
69
|
-
// "inlineSources": true,
|
70
|
-
// "mapRoot": "",
|
71
|
-
// "newLine": "crlf",
|
72
|
-
// "noEmit": true,
|
73
|
-
// "noEmitHelpers": true,
|
74
|
-
"noEmitOnError": true,
|
75
|
-
"outDir": "dist",
|
76
|
-
// "outFile": "./",
|
77
|
-
// "preserveConstEnums": true,
|
78
|
-
"removeComments": true,
|
79
|
-
"sourceMap": true,
|
80
|
-
// "sourceRoot": "",
|
81
|
-
// "stripInternal": true,
|
82
|
-
// #endregion
|
83
|
-
|
84
|
-
|
85
|
-
// #region JAVASCRIPT SUPPORT
|
86
|
-
// "allowJs": true,
|
87
|
-
// "checkJs": true,
|
88
|
-
// "maxNodeModuleJsDepth": 1,
|
89
|
-
// #endregion
|
90
|
-
|
91
|
-
|
92
|
-
// #region EDITOR SUPPORT
|
93
|
-
// "disableSizeLimit": false,
|
94
|
-
// "plugins": [],
|
95
|
-
// #endregion
|
96
|
-
|
97
|
-
|
98
|
-
// #region INTEROP CONSTRAINTS
|
99
|
-
"allowSyntheticDefaultImports": true,
|
100
|
-
"esModuleInterop": true,
|
101
|
-
"forceConsistentCasingInFileNames": true,
|
102
|
-
// "isolatedDeclarations": false,
|
103
|
-
// "isolatedModules": true,
|
104
|
-
// "preserveSymlinks": true,
|
105
|
-
"verbatimModuleSyntax": true,
|
106
|
-
// #endregion
|
107
|
-
|
108
|
-
|
109
|
-
// #region LANGUAGE AND ENVIRONMENT
|
110
|
-
// "emitDecoratorMetadata": true,
|
111
|
-
// "experimentalDecorators": true,
|
112
|
-
// "jsx": "preserve",
|
113
|
-
// "jsxFactory": "",
|
114
|
-
// "jsxFragmentFactory": "",
|
115
|
-
// "jsxImportSource": "",
|
116
|
-
"lib": [
|
117
|
-
"es2023",
|
118
|
-
/* {CONFIGURE} */
|
119
|
-
],
|
120
|
-
// "moduleDetection": "auto",
|
121
|
-
// "noLib": true,
|
122
|
-
// "reactNamespace": "",
|
123
|
-
"target": "es2022",
|
124
|
-
"useDefineForClassFields": true,
|
125
|
-
// #endregion
|
126
|
-
|
127
|
-
|
128
|
-
// #region COMPILER DIAGNOSTICS
|
129
|
-
// "diagnostics": true,
|
130
|
-
// "explainFiles": true,
|
131
|
-
// "extendedDiagnostics": true,
|
132
|
-
// "generateCpuProfile": "profile.cpuprofile",
|
133
|
-
// "listEmittedFiles": true,
|
134
|
-
// "listFiles": true,
|
135
|
-
// "noCheck": true,
|
136
|
-
// "traceResolution": true,
|
137
|
-
// #endregion
|
138
|
-
|
139
|
-
|
140
|
-
// #region PROJECTS
|
141
|
-
// "composite": true,
|
142
|
-
// "disableReferencedProjectLoad": true,
|
143
|
-
// "disableSolutionSearching": true,
|
144
|
-
// "disableSourceOfProjectReferenceRedirect": true,
|
145
|
-
"incremental": true,
|
146
|
-
"tsBuildInfoFile": "dist/.tsbuildinfo",
|
147
|
-
// #endregion
|
148
|
-
|
149
|
-
|
150
|
-
// #region OUTPUT FORMATTING
|
151
|
-
// "noErrorTruncation": true,
|
152
|
-
// "preserveWatchOutput": true,
|
153
|
-
// "pretty": true,
|
154
|
-
// #endregion
|
155
|
-
|
156
|
-
|
157
|
-
// #region COMPLETENESS
|
158
|
-
"skipLibCheck": false,
|
159
|
-
// #endregion
|
160
|
-
},
|
161
|
-
}
|
1
|
+
{
|
2
|
+
"display": "@jimbojet/tsc",
|
3
|
+
"$schema": "https://json.schemastore.org/tsconfig",
|
4
|
+
"_version": "5.5.10",
|
5
|
+
"include": [
|
6
|
+
"*.config.ts",
|
7
|
+
"src/**/*.ts",
|
8
|
+
"types/**/*.d.ts" /* @OVERRIDE */,
|
9
|
+
],
|
10
|
+
"exclude": [],
|
11
|
+
"compilerOptions": {
|
12
|
+
/* http://aka.ms/tsconfig#quick-nav-Top%20Level */
|
13
|
+
|
14
|
+
// #region TYPE CHECKING
|
15
|
+
"allowUnreachableCode": false,
|
16
|
+
"allowUnusedLabels": false,
|
17
|
+
"alwaysStrict": true,
|
18
|
+
"exactOptionalPropertyTypes": true,
|
19
|
+
"noFallthroughCasesInSwitch": true,
|
20
|
+
"noImplicitAny": true,
|
21
|
+
"noImplicitOverride": true,
|
22
|
+
"noImplicitReturns": true,
|
23
|
+
"noImplicitThis": true,
|
24
|
+
"noPropertyAccessFromIndexSignature": true,
|
25
|
+
"noUncheckedIndexedAccess": true,
|
26
|
+
"noUnusedLocals": true,
|
27
|
+
"noUnusedParameters": true,
|
28
|
+
"strict": true,
|
29
|
+
"strictBindCallApply": true,
|
30
|
+
"strictFunctionTypes": true,
|
31
|
+
"strictNullChecks": true,
|
32
|
+
"strictPropertyInitialization": true,
|
33
|
+
"useUnknownInCatchVariables": true,
|
34
|
+
// #endregion
|
35
|
+
|
36
|
+
|
37
|
+
// #region MODULES
|
38
|
+
"allowArbitraryExtensions": true,
|
39
|
+
// "allowImportingTsExtensions": true,
|
40
|
+
// "allowUmdGlobalAccess": true,
|
41
|
+
// "baseUrl": "./",
|
42
|
+
// "customConditions": [],
|
43
|
+
"module": "node16",
|
44
|
+
"moduleResolution": "node16",
|
45
|
+
// "moduleSuffixes": [],
|
46
|
+
// "noResolve": true,
|
47
|
+
// "paths": { "*": ["node_modules/*"] },
|
48
|
+
// "resolveJsonModule": true,
|
49
|
+
// "resolvePackageJsonExports": true,
|
50
|
+
// "resolvePackageJsonImports": true,
|
51
|
+
"rootDir": "src",
|
52
|
+
// "rootDirs": [],
|
53
|
+
// "typeRoots": [],
|
54
|
+
"types": [
|
55
|
+
/* {CONFIGURE} */
|
56
|
+
],
|
57
|
+
// #endregion
|
58
|
+
|
59
|
+
|
60
|
+
// #region EMIT
|
61
|
+
"declaration": true,
|
62
|
+
"declarationDir": "dist",
|
63
|
+
"declarationMap": true,
|
64
|
+
// "downlevelIteration": true,
|
65
|
+
// "emitBOM": true,
|
66
|
+
// "emitDeclarationOnly": true,
|
67
|
+
// "importHelpers": true,
|
68
|
+
// "inlineSourceMap": true,
|
69
|
+
// "inlineSources": true,
|
70
|
+
// "mapRoot": "",
|
71
|
+
// "newLine": "crlf",
|
72
|
+
// "noEmit": true,
|
73
|
+
// "noEmitHelpers": true,
|
74
|
+
"noEmitOnError": true,
|
75
|
+
"outDir": "dist",
|
76
|
+
// "outFile": "./",
|
77
|
+
// "preserveConstEnums": true,
|
78
|
+
"removeComments": true,
|
79
|
+
"sourceMap": true,
|
80
|
+
// "sourceRoot": "",
|
81
|
+
// "stripInternal": true,
|
82
|
+
// #endregion
|
83
|
+
|
84
|
+
|
85
|
+
// #region JAVASCRIPT SUPPORT
|
86
|
+
// "allowJs": true,
|
87
|
+
// "checkJs": true,
|
88
|
+
// "maxNodeModuleJsDepth": 1,
|
89
|
+
// #endregion
|
90
|
+
|
91
|
+
|
92
|
+
// #region EDITOR SUPPORT
|
93
|
+
// "disableSizeLimit": false,
|
94
|
+
// "plugins": [],
|
95
|
+
// #endregion
|
96
|
+
|
97
|
+
|
98
|
+
// #region INTEROP CONSTRAINTS
|
99
|
+
"allowSyntheticDefaultImports": true,
|
100
|
+
"esModuleInterop": true,
|
101
|
+
"forceConsistentCasingInFileNames": true,
|
102
|
+
// "isolatedDeclarations": false,
|
103
|
+
// "isolatedModules": true,
|
104
|
+
// "preserveSymlinks": true,
|
105
|
+
"verbatimModuleSyntax": true,
|
106
|
+
// #endregion
|
107
|
+
|
108
|
+
|
109
|
+
// #region LANGUAGE AND ENVIRONMENT
|
110
|
+
// "emitDecoratorMetadata": true,
|
111
|
+
// "experimentalDecorators": true,
|
112
|
+
// "jsx": "preserve",
|
113
|
+
// "jsxFactory": "",
|
114
|
+
// "jsxFragmentFactory": "",
|
115
|
+
// "jsxImportSource": "",
|
116
|
+
"lib": [
|
117
|
+
"es2023",
|
118
|
+
/* {CONFIGURE} */
|
119
|
+
],
|
120
|
+
// "moduleDetection": "auto",
|
121
|
+
// "noLib": true,
|
122
|
+
// "reactNamespace": "",
|
123
|
+
"target": "es2022",
|
124
|
+
"useDefineForClassFields": true,
|
125
|
+
// #endregion
|
126
|
+
|
127
|
+
|
128
|
+
// #region COMPILER DIAGNOSTICS
|
129
|
+
// "diagnostics": true,
|
130
|
+
// "explainFiles": true,
|
131
|
+
// "extendedDiagnostics": true,
|
132
|
+
// "generateCpuProfile": "profile.cpuprofile",
|
133
|
+
// "listEmittedFiles": true,
|
134
|
+
// "listFiles": true,
|
135
|
+
// "noCheck": true,
|
136
|
+
// "traceResolution": true,
|
137
|
+
// #endregion
|
138
|
+
|
139
|
+
|
140
|
+
// #region PROJECTS
|
141
|
+
// "composite": true,
|
142
|
+
// "disableReferencedProjectLoad": true,
|
143
|
+
// "disableSolutionSearching": true,
|
144
|
+
// "disableSourceOfProjectReferenceRedirect": true,
|
145
|
+
"incremental": true,
|
146
|
+
"tsBuildInfoFile": "dist/.tsbuildinfo",
|
147
|
+
// #endregion
|
148
|
+
|
149
|
+
|
150
|
+
// #region OUTPUT FORMATTING
|
151
|
+
// "noErrorTruncation": true,
|
152
|
+
// "preserveWatchOutput": true,
|
153
|
+
// "pretty": true,
|
154
|
+
// #endregion
|
155
|
+
|
156
|
+
|
157
|
+
// #region COMPLETENESS
|
158
|
+
"skipLibCheck": false,
|
159
|
+
// #endregion
|
160
|
+
},
|
161
|
+
}
|
@@ -1,19 +1,19 @@
|
|
1
|
-
declare type base32 =
|
2
|
-
| hex
|
3
|
-
| 16
|
4
|
-
| 17
|
5
|
-
| 18
|
6
|
-
| 19
|
7
|
-
| 20
|
8
|
-
| 21
|
9
|
-
| 22
|
10
|
-
| 23
|
11
|
-
| 24
|
12
|
-
| 25
|
13
|
-
| 26
|
14
|
-
| 27
|
15
|
-
| 28
|
16
|
-
| 29
|
17
|
-
| 30
|
18
|
-
| 31
|
19
|
-
;
|
1
|
+
declare type base32 =
|
2
|
+
| hex
|
3
|
+
| 16
|
4
|
+
| 17
|
5
|
+
| 18
|
6
|
+
| 19
|
7
|
+
| 20
|
8
|
+
| 21
|
9
|
+
| 22
|
10
|
+
| 23
|
11
|
+
| 24
|
12
|
+
| 25
|
13
|
+
| 26
|
14
|
+
| 27
|
15
|
+
| 28
|
16
|
+
| 29
|
17
|
+
| 30
|
18
|
+
| 31
|
19
|
+
;
|
@@ -1,35 +1,35 @@
|
|
1
|
-
declare type base64 =
|
2
|
-
| base32
|
3
|
-
| 32
|
4
|
-
| 33
|
5
|
-
| 34
|
6
|
-
| 35
|
7
|
-
| 36
|
8
|
-
| 37
|
9
|
-
| 38
|
10
|
-
| 39
|
11
|
-
| 40
|
12
|
-
| 41
|
13
|
-
| 42
|
14
|
-
| 43
|
15
|
-
| 44
|
16
|
-
| 45
|
17
|
-
| 46
|
18
|
-
| 47
|
19
|
-
| 48
|
20
|
-
| 49
|
21
|
-
| 50
|
22
|
-
| 51
|
23
|
-
| 52
|
24
|
-
| 53
|
25
|
-
| 54
|
26
|
-
| 55
|
27
|
-
| 56
|
28
|
-
| 57
|
29
|
-
| 58
|
30
|
-
| 59
|
31
|
-
| 60
|
32
|
-
| 61
|
33
|
-
| 62
|
34
|
-
| 63
|
35
|
-
;
|
1
|
+
declare type base64 =
|
2
|
+
| base32
|
3
|
+
| 32
|
4
|
+
| 33
|
5
|
+
| 34
|
6
|
+
| 35
|
7
|
+
| 36
|
8
|
+
| 37
|
9
|
+
| 38
|
10
|
+
| 39
|
11
|
+
| 40
|
12
|
+
| 41
|
13
|
+
| 42
|
14
|
+
| 43
|
15
|
+
| 44
|
16
|
+
| 45
|
17
|
+
| 46
|
18
|
+
| 47
|
19
|
+
| 48
|
20
|
+
| 49
|
21
|
+
| 50
|
22
|
+
| 51
|
23
|
+
| 52
|
24
|
+
| 53
|
25
|
+
| 54
|
26
|
+
| 55
|
27
|
+
| 56
|
28
|
+
| 57
|
29
|
+
| 58
|
30
|
+
| 59
|
31
|
+
| 60
|
32
|
+
| 61
|
33
|
+
| 62
|
34
|
+
| 63
|
35
|
+
;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
declare type binary =
|
2
|
-
| 0
|
3
|
-
| 1
|
4
|
-
;
|
1
|
+
declare type binary =
|
2
|
+
| 0
|
3
|
+
| 1
|
4
|
+
;
|
@@ -1,5 +1,5 @@
|
|
1
|
-
declare type decimal =
|
2
|
-
| octal
|
3
|
-
| 8
|
4
|
-
| 9
|
5
|
-
;
|
1
|
+
declare type decimal =
|
2
|
+
| octal
|
3
|
+
| 8
|
4
|
+
| 9
|
5
|
+
;
|
@@ -1,10 +1,10 @@
|
|
1
|
-
declare type hex =
|
2
|
-
| decimal
|
3
|
-
| 9
|
4
|
-
| 10
|
5
|
-
| 11
|
6
|
-
| 12
|
7
|
-
| 13
|
8
|
-
| 14
|
9
|
-
| 15
|
10
|
-
;
|
1
|
+
declare type hex =
|
2
|
+
| decimal
|
3
|
+
| 9
|
4
|
+
| 10
|
5
|
+
| 11
|
6
|
+
| 12
|
7
|
+
| 13
|
8
|
+
| 14
|
9
|
+
| 15
|
10
|
+
;
|
@@ -1,7 +1,7 @@
|
|
1
|
-
declare type octal =
|
2
|
-
| quatral
|
3
|
-
| 4
|
4
|
-
| 5
|
5
|
-
| 6
|
6
|
-
| 7
|
7
|
-
;
|
1
|
+
declare type octal =
|
2
|
+
| quatral
|
3
|
+
| 4
|
4
|
+
| 5
|
5
|
+
| 6
|
6
|
+
| 7
|
7
|
+
;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
declare type quatral =
|
2
|
-
| ternary
|
3
|
-
| 3
|
4
|
-
;
|
1
|
+
declare type quatral =
|
2
|
+
| ternary
|
3
|
+
| 3
|
4
|
+
;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
declare type ternary =
|
2
|
-
| binary
|
3
|
-
| 2
|
4
|
-
;
|
1
|
+
declare type ternary =
|
2
|
+
| binary
|
3
|
+
| 2
|
4
|
+
;
|
@@ -1,13 +1,13 @@
|
|
1
|
-
declare type base64char =
|
2
|
-
| letter
|
3
|
-
| digit
|
4
|
-
| "+"
|
5
|
-
| "/"
|
6
|
-
;
|
7
|
-
|
8
|
-
declare type base64pad = "=";
|
9
|
-
|
10
|
-
declare type base64paddedchar =
|
11
|
-
| base64char
|
12
|
-
| base64pad
|
13
|
-
;
|
1
|
+
declare type base64char =
|
2
|
+
| letter
|
3
|
+
| digit
|
4
|
+
| "+"
|
5
|
+
| "/"
|
6
|
+
;
|
7
|
+
|
8
|
+
declare type base64pad = "=";
|
9
|
+
|
10
|
+
declare type base64paddedchar =
|
11
|
+
| base64char
|
12
|
+
| base64pad
|
13
|
+
;
|
@@ -1,12 +1,12 @@
|
|
1
|
-
declare type digit =
|
2
|
-
| "0"
|
3
|
-
| "1"
|
4
|
-
| "2"
|
5
|
-
| "3"
|
6
|
-
| "4"
|
7
|
-
| "5"
|
8
|
-
| "6"
|
9
|
-
| "7"
|
10
|
-
| "8"
|
11
|
-
| "9"
|
12
|
-
;
|
1
|
+
declare type digit =
|
2
|
+
| "0"
|
3
|
+
| "1"
|
4
|
+
| "2"
|
5
|
+
| "3"
|
6
|
+
| "4"
|
7
|
+
| "5"
|
8
|
+
| "6"
|
9
|
+
| "7"
|
10
|
+
| "8"
|
11
|
+
| "9"
|
12
|
+
;
|
@@ -1,9 +1,9 @@
|
|
1
|
-
declare type hexchar =
|
2
|
-
| digit
|
3
|
-
| "A"
|
4
|
-
| "B"
|
5
|
-
| "C"
|
6
|
-
| "D"
|
7
|
-
| "E"
|
8
|
-
| "F"
|
9
|
-
;
|
1
|
+
declare type hexchar =
|
2
|
+
| digit
|
3
|
+
| "A"
|
4
|
+
| "B"
|
5
|
+
| "C"
|
6
|
+
| "D"
|
7
|
+
| "E"
|
8
|
+
| "F"
|
9
|
+
;
|
@@ -1,35 +1,35 @@
|
|
1
|
-
declare type letter =
|
2
|
-
| lower
|
3
|
-
| upper
|
4
|
-
;
|
5
|
-
|
6
|
-
declare type lower = Lowercase<upper>;
|
7
|
-
|
8
|
-
declare type upper =
|
9
|
-
| "A"
|
10
|
-
| "B"
|
11
|
-
| "C"
|
12
|
-
| "D"
|
13
|
-
| "E"
|
14
|
-
| "F"
|
15
|
-
| "G"
|
16
|
-
| "H"
|
17
|
-
| "I"
|
18
|
-
| "J"
|
19
|
-
| "K"
|
20
|
-
| "L"
|
21
|
-
| "M"
|
22
|
-
| "N"
|
23
|
-
| "O"
|
24
|
-
| "P"
|
25
|
-
| "Q"
|
26
|
-
| "R"
|
27
|
-
| "S"
|
28
|
-
| "T"
|
29
|
-
| "U"
|
30
|
-
| "V"
|
31
|
-
| "W"
|
32
|
-
| "X"
|
33
|
-
| "Y"
|
34
|
-
| "Z"
|
35
|
-
;
|
1
|
+
declare type letter =
|
2
|
+
| lower
|
3
|
+
| upper
|
4
|
+
;
|
5
|
+
|
6
|
+
declare type lower = Lowercase<upper>;
|
7
|
+
|
8
|
+
declare type upper =
|
9
|
+
| "A"
|
10
|
+
| "B"
|
11
|
+
| "C"
|
12
|
+
| "D"
|
13
|
+
| "E"
|
14
|
+
| "F"
|
15
|
+
| "G"
|
16
|
+
| "H"
|
17
|
+
| "I"
|
18
|
+
| "J"
|
19
|
+
| "K"
|
20
|
+
| "L"
|
21
|
+
| "M"
|
22
|
+
| "N"
|
23
|
+
| "O"
|
24
|
+
| "P"
|
25
|
+
| "Q"
|
26
|
+
| "R"
|
27
|
+
| "S"
|
28
|
+
| "T"
|
29
|
+
| "U"
|
30
|
+
| "V"
|
31
|
+
| "W"
|
32
|
+
| "X"
|
33
|
+
| "Y"
|
34
|
+
| "Z"
|
35
|
+
;
|
@@ -1,2 +1,2 @@
|
|
1
|
-
declare const p: unique symbol;
|
2
|
-
declare type Safe<P extends primitive, Check> = P & { [p]: Check };
|
1
|
+
declare const p: unique symbol;
|
2
|
+
declare type Safe<P extends primitive, Check> = P & { [p]: Check };
|
@@ -1,2 +1,2 @@
|
|
1
|
-
declare const finite: unique symbol;
|
2
|
-
declare type Finite<N extends number> = N & { [finite]: 1 };
|
1
|
+
declare const finite: unique symbol;
|
2
|
+
declare type Finite<N extends number> = N & { [finite]: 1 };
|
@@ -1 +1 @@
|
|
1
|
-
declare type finite = Finite<numberful>;
|
1
|
+
declare type finite = Finite<numberful>;
|