eslint-plugin-etc-misc 1.1.6 → 1.1.8
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/README.md +135 -135
- package/dist/_internal/casing.js +2 -2
- package/dist/_internal/casing.js.map +1 -1
- package/dist/_internal/get-core-rule.d.ts.map +1 -1
- package/dist/_internal/get-core-rule.js +1 -2
- package/dist/_internal/get-core-rule.js.map +1 -1
- package/dist/_internal/import-patterns.js +3 -3
- package/dist/_internal/import-patterns.js.map +1 -1
- package/dist/_internal/rule-catalog.js +4 -4
- package/dist/_internal/rule-catalog.js.map +1 -1
- package/dist/_internal/rule-deprecation.d.ts +2 -2
- package/dist/_internal/rule-deprecation.d.ts.map +1 -1
- package/dist/_internal/rule-deprecation.js +10 -12
- package/dist/_internal/rule-deprecation.js.map +1 -1
- package/dist/_internal/symbol-usage.d.ts +1 -1
- package/dist/_internal/symbol-usage.d.ts.map +1 -1
- package/dist/_internal/symbol-usage.js +1 -1
- package/dist/_internal/symbol-usage.js.map +1 -1
- package/dist/plugin.cjs +78 -101
- package/dist/plugin.cjs.map +3 -3
- package/dist/rules/match-filename.js +2 -2
- package/dist/rules/match-filename.js.map +1 -1
- package/dist/rules/no-assign-mutated-array.js +3 -3
- package/dist/rules/no-assign-mutated-array.js.map +1 -1
- package/dist/rules/no-const-enum.js +17 -17
- package/dist/rules/no-const-enum.js.map +1 -1
- package/dist/rules/no-deprecated.js +3 -3
- package/dist/rules/no-deprecated.js.map +1 -1
- package/dist/rules/no-foreach.js +2 -2
- package/dist/rules/no-foreach.js.map +1 -1
- package/dist/rules/no-implicit-any-catch.d.ts.map +1 -1
- package/dist/rules/no-implicit-any-catch.js.map +1 -1
- package/dist/rules/no-internal.js +3 -3
- package/dist/rules/no-internal.js.map +1 -1
- package/dist/rules/no-misused-generics.d.ts.map +1 -1
- package/dist/rules/no-misused-generics.js +11 -11
- package/dist/rules/no-misused-generics.js.map +1 -1
- package/dist/rules/no-single-line-comment.d.ts.map +1 -1
- package/dist/rules/no-single-line-comment.js +11 -15
- package/dist/rules/no-single-line-comment.js.map +1 -1
- package/dist/rules/no-use-extend-native.d.ts.map +1 -1
- package/dist/rules/no-use-extend-native.js +4 -3
- package/dist/rules/no-use-extend-native.js.map +1 -1
- package/dist/rules/object-format.js +2 -2
- package/dist/rules/object-format.js.map +1 -1
- package/dist/rules/sort-array.js +2 -2
- package/dist/rules/sort-array.js.map +1 -1
- package/dist/rules/sort-class-members.d.ts.map +1 -1
- package/dist/rules/sort-class-members.js.map +1 -1
- package/dist/rules/sort-export-specifiers.js +2 -2
- package/dist/rules/sort-export-specifiers.js.map +1 -1
- package/dist/rules/switch-case-spacing.d.ts.map +1 -1
- package/dist/rules/switch-case-spacing.js +5 -4
- package/dist/rules/switch-case-spacing.js.map +1 -1
- package/dist/rules/throw-error.d.ts.map +1 -1
- package/dist/rules/throw-error.js +12 -14
- package/dist/rules/throw-error.js.map +1 -1
- package/dist/rules/typescript-array-callback-return-type.d.ts.map +1 -1
- package/dist/rules/typescript-array-callback-return-type.js.map +1 -1
- package/dist/rules/typescript-class-methods-use-this.d.ts.map +1 -1
- package/dist/rules/typescript-class-methods-use-this.js +3 -3
- package/dist/rules/typescript-class-methods-use-this.js.map +1 -1
- package/dist/rules/typescript-no-redundant-undefined-const.d.ts.map +1 -1
- package/dist/rules/typescript-no-redundant-undefined-const.js +1 -4
- package/dist/rules/typescript-no-redundant-undefined-const.js.map +1 -1
- package/dist/rules/typescript-no-redundant-undefined-default-parameter.d.ts.map +1 -1
- package/dist/rules/typescript-no-redundant-undefined-default-parameter.js +1 -4
- package/dist/rules/typescript-no-redundant-undefined-default-parameter.js.map +1 -1
- package/dist/rules/typescript-no-redundant-undefined-let.d.ts.map +1 -1
- package/dist/rules/typescript-no-redundant-undefined-let.js +2 -5
- package/dist/rules/typescript-no-redundant-undefined-let.js.map +1 -1
- package/dist/rules/typescript-no-redundant-undefined-promise-return-type.d.ts.map +1 -1
- package/dist/rules/typescript-no-redundant-undefined-promise-return-type.js +1 -4
- package/dist/rules/typescript-no-redundant-undefined-promise-return-type.js.map +1 -1
- package/dist/rules/typescript-no-redundant-undefined-readonly-property.d.ts.map +1 -1
- package/dist/rules/typescript-no-redundant-undefined-readonly-property.js +1 -4
- package/dist/rules/typescript-no-redundant-undefined-readonly-property.js.map +1 -1
- package/dist/rules/typescript-no-redundant-undefined-return-type.d.ts.map +1 -1
- package/dist/rules/typescript-no-redundant-undefined-return-type.js +1 -4
- package/dist/rules/typescript-no-redundant-undefined-return-type.js.map +1 -1
- package/dist/rules/typescript-no-redundant-undefined-var.d.ts.map +1 -1
- package/dist/rules/typescript-no-redundant-undefined-var.js +2 -5
- package/dist/rules/typescript-no-redundant-undefined-var.js.map +1 -1
- package/dist/rules/typescript-prefer-enum.d.ts.map +1 -1
- package/dist/rules/typescript-prefer-enum.js.map +1 -1
- package/dist/rules/typescript-prefer-named-tuple-members.d.ts.map +1 -1
- package/dist/rules/typescript-prefer-named-tuple-members.js +2 -5
- package/dist/rules/typescript-prefer-named-tuple-members.js.map +1 -1
- package/dist/rules/typescript-prefer-readonly-property.d.ts.map +1 -1
- package/dist/rules/typescript-prefer-readonly-property.js +9 -11
- package/dist/rules/typescript-prefer-readonly-property.js.map +1 -1
- package/dist/rules/typescript-require-prop-type-annotation.d.ts.map +1 -1
- package/dist/rules/typescript-require-prop-type-annotation.js +9 -11
- package/dist/rules/typescript-require-prop-type-annotation.js.map +1 -1
- package/dist/rules/typescript-require-this-void.d.ts.map +1 -1
- package/dist/rules/typescript-require-this-void.js +9 -11
- package/dist/rules/typescript-require-this-void.js.map +1 -1
- package/docs/AGENTS.md +20 -18
- package/docs/docusaurus/blog/authors.yml +11 -11
- package/docs/docusaurus/docusaurus.config.ts +23 -25
- package/docs/docusaurus/package.json +2 -1
- package/docs/docusaurus/sidebars.rules.ts +40 -42
- package/docs/docusaurus/sidebars.ts +20 -20
- package/docs/docusaurus/src/components/GitHubStats.jsx +4 -4
- package/docs/docusaurus/src/components/GitHubStats.module.css +18 -3
- package/docs/docusaurus/src/js/modernEnhancements.ts +55 -55
- package/docs/docusaurus/src/pages/index.jsx +12 -12
- package/docs/docusaurus/typedoc-plugins/hashToBangLinksCore.d.mts +4 -2
- package/docs/docusaurus/typedoc.config.json +7 -586
- package/docs/rules/consistent-enum-members.md +3 -3
- package/docs/rules/consistent-filename.md +1 -1
- package/docs/rules/getting-started.md +19 -21
- package/docs/rules/no-assign-mutated-array.md +5 -25
- package/docs/rules/no-expression-empty-lines.md +2 -4
- package/docs/rules/no-foreach.md +1 -5
- package/docs/rules/no-function-declare-after-return.md +72 -66
- package/docs/rules/no-use-extend-native.md +29 -31
- package/docs/rules/no-vulnerable.md +32 -34
- package/docs/rules/prefer-includes.md +2 -11
- package/docs/rules/presets/all.md +1 -1
- package/docs/rules/presets/recommended.md +1 -1
- package/docs/rules/require-jsdoc.md +1 -7
- package/docs/rules/sort-array.md +2 -10
- package/docs/rules/typescript-array-callback-return-type.md +5 -17
- package/package.json +17 -9
|
@@ -1,538 +1,24 @@
|
|
|
1
1
|
{
|
|
2
|
-
"$schema": "https://typedoc.org/schema.json",
|
|
3
|
-
"alwaysCreateEntryPointModule": false,
|
|
4
|
-
"blockTags": [
|
|
5
|
-
"@defaultValue",
|
|
6
|
-
"@deprecated",
|
|
7
|
-
"@decorator",
|
|
8
|
-
"@example",
|
|
9
|
-
"@jsx",
|
|
10
|
-
"@param",
|
|
11
|
-
"@privateRemarks",
|
|
12
|
-
"@remarks",
|
|
13
|
-
"@returns",
|
|
14
|
-
"@see",
|
|
15
|
-
"@throws",
|
|
16
|
-
"@typeParam",
|
|
17
|
-
"@author",
|
|
18
|
-
"@callback",
|
|
19
|
-
"@category",
|
|
20
|
-
"@categoryDescription",
|
|
21
|
-
"@default",
|
|
22
|
-
"@document",
|
|
23
|
-
"@extends",
|
|
24
|
-
"@augments",
|
|
25
|
-
"@yields",
|
|
26
|
-
"@group",
|
|
27
|
-
"@groupDescription",
|
|
28
|
-
"@import",
|
|
29
|
-
"@inheritDoc",
|
|
30
|
-
"@license",
|
|
31
|
-
"@module",
|
|
32
|
-
"@mergeModuleWith",
|
|
33
|
-
"@prop",
|
|
34
|
-
"@property",
|
|
35
|
-
"@return",
|
|
36
|
-
"@satisfies",
|
|
37
|
-
"@since",
|
|
38
|
-
"@sortStrategy",
|
|
39
|
-
"@template",
|
|
40
|
-
"@this",
|
|
41
|
-
"@type",
|
|
42
|
-
"@typedef",
|
|
43
|
-
"@summary",
|
|
44
|
-
"@preventInline",
|
|
45
|
-
"@inlineType",
|
|
46
|
-
"@preventExpand",
|
|
47
|
-
"@expandType"
|
|
48
|
-
],
|
|
49
|
-
"cacheBust": false,
|
|
50
|
-
"cascadedModifierTags": [
|
|
51
|
-
"@alpha",
|
|
52
|
-
"@beta",
|
|
53
|
-
"@experimental",
|
|
54
|
-
"@eventProperty",
|
|
55
|
-
"@internal",
|
|
56
|
-
"@override",
|
|
57
|
-
"@packageDocumentation",
|
|
58
|
-
"@public",
|
|
59
|
-
"@readonly",
|
|
60
|
-
"@sealed",
|
|
61
|
-
"@virtual"
|
|
62
|
-
],
|
|
63
|
-
"categorizeByGroup": false,
|
|
64
|
-
"cleanOutputDir": true,
|
|
65
|
-
"commentStyle": "all",
|
|
66
|
-
"coverageLabel": "TypeDoc Coverage",
|
|
2
|
+
"$schema": "https://typedoc-plugin-markdown.org/schema.json",
|
|
67
3
|
"coverageOutputPath": "static/img/coverage",
|
|
68
|
-
"coverageOutputType": "all",
|
|
69
|
-
"coverageSvgWidth": 104,
|
|
70
|
-
"customAnchorsFormat": "escapedCurlyBrace",
|
|
71
|
-
"customFooterHtmlDisableWrapper": false,
|
|
72
|
-
"darkHighlightTheme": "dark-plus",
|
|
73
|
-
"defaultCategory": "Other",
|
|
74
|
-
"disableGit": false,
|
|
75
|
-
"disableSources": false,
|
|
76
|
-
"emit": "docs",
|
|
77
4
|
"entryPointStrategy": "resolve",
|
|
78
5
|
"entryPoints": [
|
|
79
6
|
"../../src/plugin.ts"
|
|
80
7
|
],
|
|
81
|
-
"
|
|
82
|
-
"
|
|
83
|
-
"**/node_modules/**",
|
|
84
|
-
"**/coverage/**",
|
|
85
|
-
"**/build/**",
|
|
86
|
-
"**/out/**"
|
|
8
|
+
"extends": [
|
|
9
|
+
"typedoc-config-nick2bad4u/typedoc.json"
|
|
87
10
|
],
|
|
88
|
-
"excludeExternals": false,
|
|
89
|
-
"excludeInternal": false,
|
|
90
|
-
"excludeNotDocumented": false,
|
|
91
|
-
"excludePrivate": false,
|
|
92
|
-
"excludePrivateClassFields": false,
|
|
93
|
-
"excludeProtected": false,
|
|
94
|
-
"excludeReferences": false,
|
|
95
|
-
"expandObjects": true,
|
|
96
|
-
"expandParameters": true,
|
|
97
|
-
"externalPattern": [
|
|
98
|
-
"**/node_modules/**"
|
|
99
|
-
],
|
|
100
|
-
"externalSymbolLinkMappings": {
|
|
101
|
-
"@testing-library/react": {
|
|
102
|
-
"fireEvent": "https://testing-library.com/docs/dom-testing-library/api-events",
|
|
103
|
-
"render": "https://testing-library.com/docs/react-testing-library/api#render",
|
|
104
|
-
"screen": "https://testing-library.com/docs/queries/about#screen",
|
|
105
|
-
"waitFor": "https://testing-library.com/docs/dom-testing-library/api-async#waitfor"
|
|
106
|
-
},
|
|
107
|
-
"javascript": {
|
|
108
|
-
"Array": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array",
|
|
109
|
-
"Boolean": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean",
|
|
110
|
-
"Date": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date",
|
|
111
|
-
"Error": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error",
|
|
112
|
-
"Map": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map",
|
|
113
|
-
"Number": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number",
|
|
114
|
-
"Object": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object",
|
|
115
|
-
"Promise": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise",
|
|
116
|
-
"RegExp": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp",
|
|
117
|
-
"Set": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set",
|
|
118
|
-
"String": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String",
|
|
119
|
-
"WeakMap": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WeakMap",
|
|
120
|
-
"WeakSet": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WeakSet"
|
|
121
|
-
},
|
|
122
|
-
"node": {
|
|
123
|
-
"Buffer": "https://nodejs.org/docs/latest/api/buffer.html#class-buffer",
|
|
124
|
-
"Error": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error",
|
|
125
|
-
"EventEmitter": "https://nodejs.org/docs/latest/api/events.html#class-eventemitter",
|
|
126
|
-
"crypto": "https://nodejs.org/docs/latest/api/crypto.html",
|
|
127
|
-
"events": "https://nodejs.org/docs/latest/api/events.html",
|
|
128
|
-
"fs": "https://nodejs.org/docs/latest/api/fs.html",
|
|
129
|
-
"os": "https://nodejs.org/docs/latest/api/os.html",
|
|
130
|
-
"path": "https://nodejs.org/docs/latest/api/path.html",
|
|
131
|
-
"process": "https://nodejs.org/docs/latest/api/process.html",
|
|
132
|
-
"url": "https://nodejs.org/docs/latest/api/url.html"
|
|
133
|
-
},
|
|
134
|
-
"postcss": {
|
|
135
|
-
"Plugin": "https://postcss.org/api/#plugin"
|
|
136
|
-
},
|
|
137
|
-
"react": {
|
|
138
|
-
"Component": "https://react.dev/reference/react/Component",
|
|
139
|
-
"JSX": "https://react.dev/learn/writing-markup-with-jsx",
|
|
140
|
-
"ReactNode": "https://react.dev/reference/react/Children#react-node-type",
|
|
141
|
-
"useCallback": "https://react.dev/reference/react/useCallback",
|
|
142
|
-
"useContext": "https://react.dev/reference/react/useContext",
|
|
143
|
-
"useEffect": "https://react.dev/reference/react/useEffect",
|
|
144
|
-
"useMemo": "https://react.dev/reference/react/useMemo",
|
|
145
|
-
"useReducer": "https://react.dev/reference/react/useReducer",
|
|
146
|
-
"useRef": "https://react.dev/reference/react/useRef",
|
|
147
|
-
"useState": "https://react.dev/reference/react/useState"
|
|
148
|
-
},
|
|
149
|
-
"type-fest": {
|
|
150
|
-
"AbstractClass": "https://github.com/sindresorhus/type-fest/blob/main/source/abstract-class.d.ts",
|
|
151
|
-
"AbstractConstructor": "https://github.com/sindresorhus/type-fest/blob/main/source/abstract-constructor.d.ts",
|
|
152
|
-
"AllExtend": "https://github.com/sindresorhus/type-fest/blob/main/source/all-extend.d.ts",
|
|
153
|
-
"AllUnionFields": "https://github.com/sindresorhus/type-fest/blob/main/source/all-union-fields.d.ts",
|
|
154
|
-
"Alphanumeric": "https://github.com/sindresorhus/type-fest/blob/main/source/alphanumeric.d.ts",
|
|
155
|
-
"And": "https://github.com/sindresorhus/type-fest/blob/main/source/and.d.ts",
|
|
156
|
-
"ArrayElement": "https://github.com/sindresorhus/type-fest/blob/main/source/array-element.d.ts",
|
|
157
|
-
"ArrayIndices": "https://github.com/sindresorhus/type-fest/blob/main/source/array-indices.d.ts",
|
|
158
|
-
"ArraySlice": "https://github.com/sindresorhus/type-fest/blob/main/source/array-slice.d.ts",
|
|
159
|
-
"ArraySplice": "https://github.com/sindresorhus/type-fest/blob/main/source/array-splice.d.ts",
|
|
160
|
-
"ArrayTail": "https://github.com/sindresorhus/type-fest/blob/main/source/array-tail.d.ts",
|
|
161
|
-
"ArrayValues": "https://github.com/sindresorhus/type-fest/blob/main/source/array-values.d.ts",
|
|
162
|
-
"Arrayable": "https://github.com/sindresorhus/type-fest/blob/main/source/arrayable.d.ts",
|
|
163
|
-
"AsyncReturnType": "https://github.com/sindresorhus/type-fest/blob/main/source/async-return-type.d.ts",
|
|
164
|
-
"Asyncify": "https://github.com/sindresorhus/type-fest/blob/main/source/asyncify.d.ts",
|
|
165
|
-
"CamelCase": "https://github.com/sindresorhus/type-fest/blob/main/source/camel-case.d.ts",
|
|
166
|
-
"CamelCasedProperties": "https://github.com/sindresorhus/type-fest/blob/main/source/camel-cased-properties.d.ts",
|
|
167
|
-
"CamelCasedPropertiesDeep": "https://github.com/sindresorhus/type-fest/blob/main/source/camel-cased-properties-deep.d.ts",
|
|
168
|
-
"Class": "https://github.com/sindresorhus/type-fest/blob/main/source/class.d.ts",
|
|
169
|
-
"ConditionalExcept": "https://github.com/sindresorhus/type-fest/blob/main/source/conditional-except.d.ts",
|
|
170
|
-
"ConditionalKeys": "https://github.com/sindresorhus/type-fest/blob/main/source/conditional-keys.d.ts",
|
|
171
|
-
"ConditionalPick": "https://github.com/sindresorhus/type-fest/blob/main/source/conditional-pick.d.ts",
|
|
172
|
-
"ConditionalPickDeep": "https://github.com/sindresorhus/type-fest/blob/main/source/conditional-pick-deep.d.ts",
|
|
173
|
-
"ConditionalSimplify": "https://github.com/sindresorhus/type-fest/blob/main/source/conditional-simplify.d.ts",
|
|
174
|
-
"ConditionalSimplifyDeep": "https://github.com/sindresorhus/type-fest/blob/main/source/conditional-simplify-deep.d.ts",
|
|
175
|
-
"Constructor": "https://github.com/sindresorhus/type-fest/blob/main/source/constructor.d.ts",
|
|
176
|
-
"DelimiterCase": "https://github.com/sindresorhus/type-fest/blob/main/source/delimiter-case.d.ts",
|
|
177
|
-
"DelimiterCasedProperties": "https://github.com/sindresorhus/type-fest/blob/main/source/delimiter-cased-properties.d.ts",
|
|
178
|
-
"DelimiterCasedPropertiesDeep": "https://github.com/sindresorhus/type-fest/blob/main/source/delimiter-cased-properties-deep.d.ts",
|
|
179
|
-
"DigitCharacter": "https://github.com/sindresorhus/type-fest/blob/main/source/digit-character.d.ts",
|
|
180
|
-
"DistributedOmit": "https://github.com/sindresorhus/type-fest/blob/main/source/distributed-omit.d.ts",
|
|
181
|
-
"DistributedPick": "https://github.com/sindresorhus/type-fest/blob/main/source/distributed-pick.d.ts",
|
|
182
|
-
"EmptyObject": "https://github.com/sindresorhus/type-fest/blob/main/source/empty-object.d.ts",
|
|
183
|
-
"Entries": "https://github.com/sindresorhus/type-fest/blob/main/source/entries.d.ts",
|
|
184
|
-
"Entry": "https://github.com/sindresorhus/type-fest/blob/main/source/entry.d.ts",
|
|
185
|
-
"Exact": "https://github.com/sindresorhus/type-fest/blob/main/source/exact.d.ts",
|
|
186
|
-
"Except": "https://github.com/sindresorhus/type-fest/blob/main/source/except.d.ts",
|
|
187
|
-
"ExcludeRestElement": "https://github.com/sindresorhus/type-fest/blob/main/source/exclude-rest-element.d.ts",
|
|
188
|
-
"ExcludeStrict": "https://github.com/sindresorhus/type-fest/blob/main/source/exclude-strict.d.ts",
|
|
189
|
-
"ExclusifyUnion": "https://github.com/sindresorhus/type-fest/blob/main/source/exclusify-union.d.ts",
|
|
190
|
-
"ExtendsStrict": "https://github.com/sindresorhus/type-fest/blob/main/source/extends-strict.d.ts",
|
|
191
|
-
"ExtractRestElement": "https://github.com/sindresorhus/type-fest/blob/main/source/extract-rest-element.d.ts",
|
|
192
|
-
"ExtractStrict": "https://github.com/sindresorhus/type-fest/blob/main/source/extract-strict.d.ts",
|
|
193
|
-
"FindGlobalInstanceType": "https://github.com/sindresorhus/type-fest/blob/main/source/find-global-instance-type.d.ts",
|
|
194
|
-
"FindGlobalType": "https://github.com/sindresorhus/type-fest/blob/main/source/find-global-type.d.ts",
|
|
195
|
-
"Finite": "https://github.com/sindresorhus/type-fest/blob/main/source/finite.d.ts",
|
|
196
|
-
"FixedLengthArray": "https://github.com/sindresorhus/type-fest/blob/main/source/fixed-length-array.d.ts",
|
|
197
|
-
"Float": "https://github.com/sindresorhus/type-fest/blob/main/source/float.d.ts",
|
|
198
|
-
"Get": "https://github.com/sindresorhus/type-fest/blob/main/source/get.d.ts",
|
|
199
|
-
"GlobalThis": "https://github.com/sindresorhus/type-fest/blob/main/source/global-this.d.ts",
|
|
200
|
-
"GreaterThan": "https://github.com/sindresorhus/type-fest/blob/main/source/greater-than.d.ts",
|
|
201
|
-
"GreaterThanOrEqual": "https://github.com/sindresorhus/type-fest/blob/main/source/greater-than-or-equal.d.ts",
|
|
202
|
-
"HasOptionalKeys": "https://github.com/sindresorhus/type-fest/blob/main/source/has-optional-keys.d.ts",
|
|
203
|
-
"HasReadonlyKeys": "https://github.com/sindresorhus/type-fest/blob/main/source/has-readonly-keys.d.ts",
|
|
204
|
-
"HasRequiredKeys": "https://github.com/sindresorhus/type-fest/blob/main/source/has-required-keys.d.ts",
|
|
205
|
-
"HasWritableKeys": "https://github.com/sindresorhus/type-fest/blob/main/source/has-writable-keys.d.ts",
|
|
206
|
-
"If": "https://github.com/sindresorhus/type-fest/blob/main/source/if.d.ts",
|
|
207
|
-
"Includes": "https://github.com/sindresorhus/type-fest/blob/main/source/includes.d.ts",
|
|
208
|
-
"IntClosedRange": "https://github.com/sindresorhus/type-fest/blob/main/source/int-closed-range.d.ts",
|
|
209
|
-
"IntRange": "https://github.com/sindresorhus/type-fest/blob/main/source/int-range.d.ts",
|
|
210
|
-
"Integer": "https://github.com/sindresorhus/type-fest/blob/main/source/integer.d.ts",
|
|
211
|
-
"InvariantOf": "https://github.com/sindresorhus/type-fest/blob/main/source/invariant-of.d.ts",
|
|
212
|
-
"IsAny": "https://github.com/sindresorhus/type-fest/blob/main/source/is-any.d.ts",
|
|
213
|
-
"IsBooleanLiteral": "https://github.com/sindresorhus/type-fest/blob/main/source/is-boolean-literal.d.ts",
|
|
214
|
-
"IsEmptyObject": "https://github.com/sindresorhus/type-fest/blob/main/source/is-empty-object.d.ts",
|
|
215
|
-
"IsEqual": "https://github.com/sindresorhus/type-fest/blob/main/source/is-equal.d.ts",
|
|
216
|
-
"IsFloat": "https://github.com/sindresorhus/type-fest/blob/main/source/is-float.d.ts",
|
|
217
|
-
"IsInteger": "https://github.com/sindresorhus/type-fest/blob/main/source/is-integer.d.ts",
|
|
218
|
-
"IsLiteral": "https://github.com/sindresorhus/type-fest/blob/main/source/is-literal.d.ts",
|
|
219
|
-
"IsLowercase": "https://github.com/sindresorhus/type-fest/blob/main/source/is-lowercase.d.ts",
|
|
220
|
-
"IsNegative": "https://github.com/sindresorhus/type-fest/blob/main/source/is-negative.d.ts",
|
|
221
|
-
"IsNever": "https://github.com/sindresorhus/type-fest/blob/main/source/is-never.d.ts",
|
|
222
|
-
"IsNull": "https://github.com/sindresorhus/type-fest/blob/main/source/is-null.d.ts",
|
|
223
|
-
"IsNullable": "https://github.com/sindresorhus/type-fest/blob/main/source/is-nullable.d.ts",
|
|
224
|
-
"IsNumericLiteral": "https://github.com/sindresorhus/type-fest/blob/main/source/is-numeric-literal.d.ts",
|
|
225
|
-
"IsOptional": "https://github.com/sindresorhus/type-fest/blob/main/source/is-optional.d.ts",
|
|
226
|
-
"IsOptionalKeyOf": "https://github.com/sindresorhus/type-fest/blob/main/source/is-optional-key-of.d.ts",
|
|
227
|
-
"IsReadonlyKeyOf": "https://github.com/sindresorhus/type-fest/blob/main/source/is-readonly-key-of.d.ts",
|
|
228
|
-
"IsRequiredKeyOf": "https://github.com/sindresorhus/type-fest/blob/main/source/is-required-key-of.d.ts",
|
|
229
|
-
"IsStringLiteral": "https://github.com/sindresorhus/type-fest/blob/main/source/is-string-literal.d.ts",
|
|
230
|
-
"IsSymbolLiteral": "https://github.com/sindresorhus/type-fest/blob/main/source/is-symbol-literal.d.ts",
|
|
231
|
-
"IsTuple": "https://github.com/sindresorhus/type-fest/blob/main/source/is-tuple.d.ts",
|
|
232
|
-
"IsUndefined": "https://github.com/sindresorhus/type-fest/blob/main/source/is-undefined.d.ts",
|
|
233
|
-
"IsUnion": "https://github.com/sindresorhus/type-fest/blob/main/source/is-union.d.ts",
|
|
234
|
-
"IsUnknown": "https://github.com/sindresorhus/type-fest/blob/main/source/is-unknown.d.ts",
|
|
235
|
-
"IsUppercase": "https://github.com/sindresorhus/type-fest/blob/main/source/is-uppercase.d.ts",
|
|
236
|
-
"IsWritableKeyOf": "https://github.com/sindresorhus/type-fest/blob/main/source/is-writable-key-of.d.ts",
|
|
237
|
-
"IterableElement": "https://github.com/sindresorhus/type-fest/blob/main/source/iterable-element.d.ts",
|
|
238
|
-
"Join": "https://github.com/sindresorhus/type-fest/blob/main/source/join.d.ts",
|
|
239
|
-
"JsonArray": "https://github.com/sindresorhus/type-fest/blob/main/source/basic.d.ts",
|
|
240
|
-
"JsonObject": "https://github.com/sindresorhus/type-fest/blob/main/source/basic.d.ts",
|
|
241
|
-
"JsonPrimitive": "https://github.com/sindresorhus/type-fest/blob/main/source/basic.d.ts",
|
|
242
|
-
"JsonValue": "https://github.com/sindresorhus/type-fest/blob/main/source/basic.d.ts",
|
|
243
|
-
"Jsonifiable": "https://github.com/sindresorhus/type-fest/blob/main/source/jsonifiable.d.ts",
|
|
244
|
-
"Jsonify": "https://github.com/sindresorhus/type-fest/blob/main/source/jsonify.d.ts",
|
|
245
|
-
"KebabCase": "https://github.com/sindresorhus/type-fest/blob/main/source/kebab-case.d.ts",
|
|
246
|
-
"KebabCasedProperties": "https://github.com/sindresorhus/type-fest/blob/main/source/kebab-cased-properties.d.ts",
|
|
247
|
-
"KebabCasedPropertiesDeep": "https://github.com/sindresorhus/type-fest/blob/main/source/kebab-cased-properties-deep.d.ts",
|
|
248
|
-
"KeyAsString": "https://github.com/sindresorhus/type-fest/blob/main/source/key-as-string.d.ts",
|
|
249
|
-
"KeysOfUnion": "https://github.com/sindresorhus/type-fest/blob/main/source/keys-of-union.d.ts",
|
|
250
|
-
"LastArrayElement": "https://github.com/sindresorhus/type-fest/blob/main/source/last-array-element.d.ts",
|
|
251
|
-
"LessThan": "https://github.com/sindresorhus/type-fest/blob/main/source/less-than.d.ts",
|
|
252
|
-
"LessThanOrEqual": "https://github.com/sindresorhus/type-fest/blob/main/source/less-than-or-equal.d.ts",
|
|
253
|
-
"LiteralToPrimitive": "https://github.com/sindresorhus/type-fest/blob/main/source/literal-to-primitive.d.ts",
|
|
254
|
-
"LiteralToPrimitiveDeep": "https://github.com/sindresorhus/type-fest/blob/main/source/literal-to-primitive-deep.d.ts",
|
|
255
|
-
"LiteralUnion": "https://github.com/sindresorhus/type-fest/blob/main/source/literal-union.d.ts",
|
|
256
|
-
"LowercaseLetter": "https://github.com/sindresorhus/type-fest/blob/main/source/lowercase-letter.d.ts",
|
|
257
|
-
"Merge": "https://github.com/sindresorhus/type-fest/blob/main/source/merge.d.ts",
|
|
258
|
-
"MergeDeep": "https://github.com/sindresorhus/type-fest/blob/main/source/merge-deep.d.ts",
|
|
259
|
-
"MergeExclusive": "https://github.com/sindresorhus/type-fest/blob/main/source/merge-exclusive.d.ts",
|
|
260
|
-
"MultidimensionalArray": "https://github.com/sindresorhus/type-fest/blob/main/source/multidimensional-array.d.ts",
|
|
261
|
-
"MultidimensionalReadonlyArray": "https://github.com/sindresorhus/type-fest/blob/main/source/multidimensional-readonly-array.d.ts",
|
|
262
|
-
"Negative": "https://github.com/sindresorhus/type-fest/blob/main/source/negative.d.ts",
|
|
263
|
-
"NegativeFloat": "https://github.com/sindresorhus/type-fest/blob/main/source/negative-float.d.ts",
|
|
264
|
-
"NegativeInfinity": "https://github.com/sindresorhus/type-fest/blob/main/source/negative-infinity.d.ts",
|
|
265
|
-
"NegativeInteger": "https://github.com/sindresorhus/type-fest/blob/main/source/negative-integer.d.ts",
|
|
266
|
-
"NonEmptyObject": "https://github.com/sindresorhus/type-fest/blob/main/source/non-empty-object.d.ts",
|
|
267
|
-
"NonEmptyString": "https://github.com/sindresorhus/type-fest/blob/main/source/non-empty-string.d.ts",
|
|
268
|
-
"NonEmptyTuple": "https://github.com/sindresorhus/type-fest/blob/main/source/non-empty-tuple.d.ts",
|
|
269
|
-
"NonNegative": "https://github.com/sindresorhus/type-fest/blob/main/source/non-negative.d.ts",
|
|
270
|
-
"NonNegativeInteger": "https://github.com/sindresorhus/type-fest/blob/main/source/non-negative-integer.d.ts",
|
|
271
|
-
"ObservableLike": "https://github.com/sindresorhus/type-fest/blob/main/source/observable-like.d.ts",
|
|
272
|
-
"OmitDeep": "https://github.com/sindresorhus/type-fest/blob/main/source/omit-deep.d.ts",
|
|
273
|
-
"OmitIndexSignature": "https://github.com/sindresorhus/type-fest/blob/main/source/omit-index-signature.d.ts",
|
|
274
|
-
"OptionalKeysOf": "https://github.com/sindresorhus/type-fest/blob/main/source/optional-keys-of.d.ts",
|
|
275
|
-
"Or": "https://github.com/sindresorhus/type-fest/blob/main/source/or.d.ts",
|
|
276
|
-
"OverrideProperties": "https://github.com/sindresorhus/type-fest/blob/main/source/override-properties.d.ts",
|
|
277
|
-
"PackageJson": "https://github.com/sindresorhus/type-fest/blob/main/source/package-json.d.ts",
|
|
278
|
-
"PartialDeep": "https://github.com/sindresorhus/type-fest/blob/main/source/partial-deep.d.ts",
|
|
279
|
-
"PartialOnUndefinedDeep": "https://github.com/sindresorhus/type-fest/blob/main/source/partial-on-undefined-deep.d.ts",
|
|
280
|
-
"PascalCase": "https://github.com/sindresorhus/type-fest/blob/main/source/pascal-case.d.ts",
|
|
281
|
-
"PascalCasedProperties": "https://github.com/sindresorhus/type-fest/blob/main/source/pascal-cased-properties.d.ts",
|
|
282
|
-
"PascalCasedPropertiesDeep": "https://github.com/sindresorhus/type-fest/blob/main/source/pascal-cased-properties-deep.d.ts",
|
|
283
|
-
"Paths": "https://github.com/sindresorhus/type-fest/blob/main/source/paths.d.ts",
|
|
284
|
-
"PickDeep": "https://github.com/sindresorhus/type-fest/blob/main/source/pick-deep.d.ts",
|
|
285
|
-
"PickIndexSignature": "https://github.com/sindresorhus/type-fest/blob/main/source/pick-index-signature.d.ts",
|
|
286
|
-
"PositiveInfinity": "https://github.com/sindresorhus/type-fest/blob/main/source/positive-infinity.d.ts",
|
|
287
|
-
"Primitive": "https://github.com/sindresorhus/type-fest/blob/main/source/primitive.d.ts",
|
|
288
|
-
"Promisable": "https://github.com/sindresorhus/type-fest/blob/main/source/promisable.d.ts",
|
|
289
|
-
"ReadonlyDeep": "https://github.com/sindresorhus/type-fest/blob/main/source/readonly-deep.d.ts",
|
|
290
|
-
"ReadonlyKeysOf": "https://github.com/sindresorhus/type-fest/blob/main/source/readonly-keys-of.d.ts",
|
|
291
|
-
"ReadonlyTuple": "https://github.com/sindresorhus/type-fest/blob/main/source/readonly-tuple.d.ts",
|
|
292
|
-
"RemovePrefix": "https://github.com/sindresorhus/type-fest/blob/main/source/remove-prefix.d.ts",
|
|
293
|
-
"Replace": "https://github.com/sindresorhus/type-fest/blob/main/source/replace.d.ts",
|
|
294
|
-
"RequireAllOrNone": "https://github.com/sindresorhus/type-fest/blob/main/source/require-all-or-none.d.ts",
|
|
295
|
-
"RequireAtLeastOne": "https://github.com/sindresorhus/type-fest/blob/main/source/require-at-least-one.d.ts",
|
|
296
|
-
"RequireExactlyOne": "https://github.com/sindresorhus/type-fest/blob/main/source/require-exactly-one.d.ts",
|
|
297
|
-
"RequireOneOrNone": "https://github.com/sindresorhus/type-fest/blob/main/source/require-one-or-none.d.ts",
|
|
298
|
-
"RequiredDeep": "https://github.com/sindresorhus/type-fest/blob/main/source/required-deep.d.ts",
|
|
299
|
-
"RequiredKeysOf": "https://github.com/sindresorhus/type-fest/blob/main/source/required-keys-of.d.ts",
|
|
300
|
-
"Schema": "https://github.com/sindresorhus/type-fest/blob/main/source/schema.d.ts",
|
|
301
|
-
"ScreamingSnakeCase": "https://github.com/sindresorhus/type-fest/blob/main/source/screaming-snake-case.d.ts",
|
|
302
|
-
"SetFieldType": "https://github.com/sindresorhus/type-fest/blob/main/source/set-field-type.d.ts",
|
|
303
|
-
"SetNonNullable": "https://github.com/sindresorhus/type-fest/blob/main/source/set-non-nullable.d.ts",
|
|
304
|
-
"SetNonNullableDeep": "https://github.com/sindresorhus/type-fest/blob/main/source/set-non-nullable-deep.d.ts",
|
|
305
|
-
"SetOptional": "https://github.com/sindresorhus/type-fest/blob/main/source/set-optional.d.ts",
|
|
306
|
-
"SetParameterType": "https://github.com/sindresorhus/type-fest/blob/main/source/set-parameter-type.d.ts",
|
|
307
|
-
"SetReadonly": "https://github.com/sindresorhus/type-fest/blob/main/source/set-readonly.d.ts",
|
|
308
|
-
"SetRequired": "https://github.com/sindresorhus/type-fest/blob/main/source/set-required.d.ts",
|
|
309
|
-
"SetRequiredDeep": "https://github.com/sindresorhus/type-fest/blob/main/source/set-required-deep.d.ts",
|
|
310
|
-
"SetReturnType": "https://github.com/sindresorhus/type-fest/blob/main/source/set-return-type.d.ts",
|
|
311
|
-
"SharedUnionFields": "https://github.com/sindresorhus/type-fest/blob/main/source/shared-union-fields.d.ts",
|
|
312
|
-
"SharedUnionFieldsDeep": "https://github.com/sindresorhus/type-fest/blob/main/source/shared-union-fields-deep.d.ts",
|
|
313
|
-
"Simplify": "https://github.com/sindresorhus/type-fest/blob/main/source/simplify.d.ts",
|
|
314
|
-
"SimplifyDeep": "https://github.com/sindresorhus/type-fest/blob/main/source/simplify-deep.d.ts",
|
|
315
|
-
"SingleKeyObject": "https://github.com/sindresorhus/type-fest/blob/main/source/single-key-object.d.ts",
|
|
316
|
-
"SnakeCase": "https://github.com/sindresorhus/type-fest/blob/main/source/snake-case.d.ts",
|
|
317
|
-
"SnakeCasedProperties": "https://github.com/sindresorhus/type-fest/blob/main/source/snake-cased-properties.d.ts",
|
|
318
|
-
"SnakeCasedPropertiesDeep": "https://github.com/sindresorhus/type-fest/blob/main/source/snake-cased-properties-deep.d.ts",
|
|
319
|
-
"Split": "https://github.com/sindresorhus/type-fest/blob/main/source/split.d.ts",
|
|
320
|
-
"SplitOnRestElement": "https://github.com/sindresorhus/type-fest/blob/main/source/split-on-rest-element.d.ts",
|
|
321
|
-
"Spread": "https://github.com/sindresorhus/type-fest/blob/main/source/spread.d.ts",
|
|
322
|
-
"StringRepeat": "https://github.com/sindresorhus/type-fest/blob/main/source/string-repeat.d.ts",
|
|
323
|
-
"StringSlice": "https://github.com/sindresorhus/type-fest/blob/main/source/string-slice.d.ts",
|
|
324
|
-
"Stringified": "https://github.com/sindresorhus/type-fest/blob/main/source/stringified.d.ts",
|
|
325
|
-
"StructuredCloneable": "https://github.com/sindresorhus/type-fest/blob/main/source/structured-cloneable.d.ts",
|
|
326
|
-
"Subtract": "https://github.com/sindresorhus/type-fest/blob/main/source/subtract.d.ts",
|
|
327
|
-
"Sum": "https://github.com/sindresorhus/type-fest/blob/main/source/sum.d.ts",
|
|
328
|
-
"Tagged": "https://github.com/sindresorhus/type-fest/blob/main/source/tagged.d.ts",
|
|
329
|
-
"TaggedUnion": "https://github.com/sindresorhus/type-fest/blob/main/source/tagged-union.d.ts",
|
|
330
|
-
"Trim": "https://github.com/sindresorhus/type-fest/blob/main/source/trim.d.ts",
|
|
331
|
-
"TsConfigJson": "https://github.com/sindresorhus/type-fest/blob/main/source/tsconfig-json.d.ts",
|
|
332
|
-
"TupleOf": "https://github.com/sindresorhus/type-fest/blob/main/source/tuple-of.d.ts",
|
|
333
|
-
"TupleToObject": "https://github.com/sindresorhus/type-fest/blob/main/source/tuple-to-object.d.ts",
|
|
334
|
-
"TupleToUnion": "https://github.com/sindresorhus/type-fest/blob/main/source/tuple-to-union.d.ts",
|
|
335
|
-
"TypedArray": "https://github.com/sindresorhus/type-fest/blob/main/source/typed-array.d.ts",
|
|
336
|
-
"UndefinedOnPartialDeep": "https://github.com/sindresorhus/type-fest/blob/main/source/undefined-on-partial-deep.d.ts",
|
|
337
|
-
"UnionToIntersection": "https://github.com/sindresorhus/type-fest/blob/main/source/union-to-intersection.d.ts",
|
|
338
|
-
"UnionToTuple": "https://github.com/sindresorhus/type-fest/blob/main/source/union-to-tuple.d.ts",
|
|
339
|
-
"UnknownArray": "https://github.com/sindresorhus/type-fest/blob/main/source/unknown-array.d.ts",
|
|
340
|
-
"UnknownMap": "https://github.com/sindresorhus/type-fest/blob/main/source/unknown-map.d.ts",
|
|
341
|
-
"UnknownRecord": "https://github.com/sindresorhus/type-fest/blob/main/source/unknown-record.d.ts",
|
|
342
|
-
"UnknownSet": "https://github.com/sindresorhus/type-fest/blob/main/source/unknown-set.d.ts",
|
|
343
|
-
"UnwrapTagged": "https://github.com/sindresorhus/type-fest/blob/main/source/unwrap-tagged.d.ts",
|
|
344
|
-
"UppercaseLetter": "https://github.com/sindresorhus/type-fest/blob/main/source/uppercase-letter.d.ts",
|
|
345
|
-
"ValueOf": "https://github.com/sindresorhus/type-fest/blob/main/source/value-of.d.ts",
|
|
346
|
-
"Words": "https://github.com/sindresorhus/type-fest/blob/main/source/words.d.ts",
|
|
347
|
-
"Writable": "https://github.com/sindresorhus/type-fest/blob/main/source/writable.d.ts",
|
|
348
|
-
"WritableDeep": "https://github.com/sindresorhus/type-fest/blob/main/source/writable-deep.d.ts",
|
|
349
|
-
"WritableKeysOf": "https://github.com/sindresorhus/type-fest/blob/main/source/writable-keys-of.d.ts",
|
|
350
|
-
"Xor": "https://github.com/sindresorhus/type-fest/blob/main/source/xor.d.ts"
|
|
351
|
-
},
|
|
352
|
-
"typescript": {
|
|
353
|
-
"ArrayBufferView": "#",
|
|
354
|
-
"Exclude": "https://www.typescriptlang.org/docs/handbook/utility-types.html#excludetype-excludedunion",
|
|
355
|
-
"Extract": "https://www.typescriptlang.org/docs/handbook/utility-types.html#extracttype-union",
|
|
356
|
-
"NonNullable": "https://www.typescriptlang.org/docs/handbook/utility-types.html#nonnullabletype",
|
|
357
|
-
"Omit": "https://www.typescriptlang.org/docs/handbook/utility-types.html#omittype-keys",
|
|
358
|
-
"Parameters": "https://www.typescriptlang.org/docs/handbook/utility-types.html#parameterstype",
|
|
359
|
-
"Partial": "https://www.typescriptlang.org/docs/handbook/utility-types.html#partialtype",
|
|
360
|
-
"Pick": "https://www.typescriptlang.org/docs/handbook/utility-types.html#picktype-keys",
|
|
361
|
-
"Promise": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise",
|
|
362
|
-
"Record": "https://www.typescriptlang.org/docs/handbook/utility-types.html#recordkeys-type",
|
|
363
|
-
"Required": "https://www.typescriptlang.org/docs/handbook/utility-types.html#requiredtype",
|
|
364
|
-
"ReturnType": "https://www.typescriptlang.org/docs/handbook/utility-types.html#returntypetype"
|
|
365
|
-
},
|
|
366
|
-
"vite": {
|
|
367
|
-
"Plugin": "https://vitejs.dev/guide/api-plugin.html",
|
|
368
|
-
"UserConfig": "https://vitejs.dev/config/",
|
|
369
|
-
"defineConfig": "https://vitejs.dev/config/"
|
|
370
|
-
},
|
|
371
|
-
"vitest": {
|
|
372
|
-
"afterAll": "https://vitest.dev/api/#afterall",
|
|
373
|
-
"afterEach": "https://vitest.dev/api/#aftereach",
|
|
374
|
-
"beforeAll": "https://vitest.dev/api/#beforeall",
|
|
375
|
-
"beforeEach": "https://vitest.dev/api/#beforeeach",
|
|
376
|
-
"describe": "https://vitest.dev/api/#describe",
|
|
377
|
-
"expect": "https://vitest.dev/api/#expect",
|
|
378
|
-
"it": "https://vitest.dev/api/#test",
|
|
379
|
-
"test": "https://vitest.dev/api/#test"
|
|
380
|
-
},
|
|
381
|
-
"zod": {
|
|
382
|
-
"ZodArray": "https://zod.dev/?id=arrays",
|
|
383
|
-
"ZodBoolean": "https://zod.dev/?id=booleans",
|
|
384
|
-
"ZodError": "https://zod.dev/?id=error-handling",
|
|
385
|
-
"ZodNumber": "https://zod.dev/?id=numbers",
|
|
386
|
-
"ZodObject": "https://zod.dev/?id=objects",
|
|
387
|
-
"ZodOptional": "https://zod.dev/?id=optionals",
|
|
388
|
-
"ZodSchema": "https://zod.dev/?id=basic-usage",
|
|
389
|
-
"ZodString": "https://zod.dev/?id=strings",
|
|
390
|
-
"ZodType": "https://zod.dev/?id=basic-usage",
|
|
391
|
-
"ZodUnion": "https://zod.dev/?id=unions",
|
|
392
|
-
"z": "https://zod.dev/",
|
|
393
|
-
"z.ZodError": "https://zod.dev/?id=error-handling"
|
|
394
|
-
}
|
|
395
|
-
},
|
|
396
|
-
"favicon": "./static/img/favicon.ico",
|
|
397
|
-
"formatWithPrettier": true,
|
|
398
11
|
"gitRemote": "origin",
|
|
399
12
|
"gitRevision": "main",
|
|
400
|
-
"githubPages": true,
|
|
401
|
-
"groupReferencesByType": false,
|
|
402
|
-
"headings": true,
|
|
403
|
-
"hideGenerator": false,
|
|
404
|
-
"highlightLanguages": [
|
|
405
|
-
"bash",
|
|
406
|
-
"console",
|
|
407
|
-
"css",
|
|
408
|
-
"html",
|
|
409
|
-
"javascript",
|
|
410
|
-
"json",
|
|
411
|
-
"jsonc",
|
|
412
|
-
"json5",
|
|
413
|
-
"yaml",
|
|
414
|
-
"tsx",
|
|
415
|
-
"typescript",
|
|
416
|
-
"jsx",
|
|
417
|
-
"python",
|
|
418
|
-
"java",
|
|
419
|
-
"csharp",
|
|
420
|
-
"cpp",
|
|
421
|
-
"toml",
|
|
422
|
-
"ini",
|
|
423
|
-
"diff"
|
|
424
|
-
],
|
|
425
13
|
"hostedBaseUrl": "https://nick2bad4u.github.io/eslint-plugin-etc-misc/",
|
|
426
|
-
"includeDocCommentReferences": false,
|
|
427
|
-
"includeHierarchySummary": true,
|
|
428
|
-
"includeVersion": true,
|
|
429
|
-
"inlineTags": [
|
|
430
|
-
"@link",
|
|
431
|
-
"@inheritDoc",
|
|
432
|
-
"@label",
|
|
433
|
-
"@linkcode",
|
|
434
|
-
"@linkplain",
|
|
435
|
-
"@include",
|
|
436
|
-
"@includeCode"
|
|
437
|
-
],
|
|
438
|
-
"jsDocCompatibility": {
|
|
439
|
-
"defaultTag": true,
|
|
440
|
-
"exampleTag": true,
|
|
441
|
-
"ignoreUnescapedBraces": true,
|
|
442
|
-
"inheritDocTag": true
|
|
443
|
-
},
|
|
444
14
|
"json": "docs/typedoc.json",
|
|
445
|
-
"kindSortOrder": [
|
|
446
|
-
"Document",
|
|
447
|
-
"Project",
|
|
448
|
-
"Module",
|
|
449
|
-
"Namespace",
|
|
450
|
-
"Enum",
|
|
451
|
-
"EnumMember",
|
|
452
|
-
"Class",
|
|
453
|
-
"Interface",
|
|
454
|
-
"TypeAlias",
|
|
455
|
-
"Constructor",
|
|
456
|
-
"Property",
|
|
457
|
-
"Variable",
|
|
458
|
-
"Function",
|
|
459
|
-
"Method",
|
|
460
|
-
"Parameter",
|
|
461
|
-
"TypeParameter",
|
|
462
|
-
"Accessor",
|
|
463
|
-
"GetSignature",
|
|
464
|
-
"SetSignature",
|
|
465
|
-
"CallSignature",
|
|
466
|
-
"IndexSignature"
|
|
467
|
-
],
|
|
468
|
-
"lang": "en",
|
|
469
|
-
"lightHighlightTheme": "light-plus",
|
|
470
|
-
"logLevel": "Info",
|
|
471
|
-
"markdownItOptions": {
|
|
472
|
-
"html": true,
|
|
473
|
-
"linkify": true
|
|
474
|
-
},
|
|
475
|
-
"markdownLinkExternal": true,
|
|
476
|
-
"maxTypeConversionDepth": 15,
|
|
477
|
-
"modifierTags": [
|
|
478
|
-
"@alpha",
|
|
479
|
-
"@beta",
|
|
480
|
-
"@eventProperty",
|
|
481
|
-
"@experimental",
|
|
482
|
-
"@internal",
|
|
483
|
-
"@override",
|
|
484
|
-
"@packageDocumentation",
|
|
485
|
-
"@public",
|
|
486
|
-
"@readonly",
|
|
487
|
-
"@sealed",
|
|
488
|
-
"@virtual",
|
|
489
|
-
"@abstract",
|
|
490
|
-
"@class",
|
|
491
|
-
"@disableGroups",
|
|
492
|
-
"@enum",
|
|
493
|
-
"@event",
|
|
494
|
-
"@expand",
|
|
495
|
-
"@hidden",
|
|
496
|
-
"@hideCategories",
|
|
497
|
-
"@hideconstructor",
|
|
498
|
-
"@hideGroups",
|
|
499
|
-
"@ignore",
|
|
500
|
-
"@inline",
|
|
501
|
-
"@interface",
|
|
502
|
-
"@namespace",
|
|
503
|
-
"@function",
|
|
504
|
-
"@overload",
|
|
505
|
-
"@private",
|
|
506
|
-
"@protected",
|
|
507
|
-
"@showCategories",
|
|
508
|
-
"@showGroups",
|
|
509
|
-
"@useDeclaredType",
|
|
510
|
-
"@primaryExport",
|
|
511
|
-
"@alpha",
|
|
512
|
-
"@beta",
|
|
513
|
-
"@experimental",
|
|
514
|
-
"@eventProperty",
|
|
515
|
-
"@internal",
|
|
516
|
-
"@override",
|
|
517
|
-
"@packageDocumentation",
|
|
518
|
-
"@public",
|
|
519
|
-
"@readonly",
|
|
520
|
-
"@sealed",
|
|
521
|
-
"@virtual"
|
|
522
|
-
],
|
|
523
15
|
"name": "eslint-plugin-etc-misc Documentation",
|
|
524
|
-
"navigation": {
|
|
525
|
-
"compactFolders": false,
|
|
526
|
-
"excludeReferences": false,
|
|
527
|
-
"includeCategories": true,
|
|
528
|
-
"includeFolders": true,
|
|
529
|
-
"includeGroups": true
|
|
530
|
-
},
|
|
531
16
|
"out": "site-docs/developer/api",
|
|
532
|
-
"placeInternalsInOwningModule": true,
|
|
533
17
|
"plugin": [
|
|
534
18
|
"./typedoc-plugins/hashToBangLinks.mjs",
|
|
535
19
|
"./typedoc-plugins/prefixDocLinks.mjs",
|
|
20
|
+
"typedoc-plugin-hash-link-references",
|
|
21
|
+
"typedoc-plugin-docusaurus-doc-links",
|
|
536
22
|
"typedoc-plugin-remark",
|
|
537
23
|
"typedoc-plugin-missing-exports",
|
|
538
24
|
"typedoc-plugin-replace-text",
|
|
@@ -544,71 +30,6 @@
|
|
|
544
30
|
"typedoc-plugin-coverage",
|
|
545
31
|
"typedoc-docusaurus-theme"
|
|
546
32
|
],
|
|
547
|
-
"
|
|
548
|
-
"
|
|
549
|
-
"prettierConfigFile": "../../.prettierrc",
|
|
550
|
-
"readme": "none",
|
|
551
|
-
"replaceText": {
|
|
552
|
-
"inCodeCommentTags": true,
|
|
553
|
-
"inCodeCommentText": true,
|
|
554
|
-
"inMarkdownText": false,
|
|
555
|
-
"replacements": [
|
|
556
|
-
{
|
|
557
|
-
"pattern": "\\bTODO:",
|
|
558
|
-
"replace": "**TODO:**"
|
|
559
|
-
},
|
|
560
|
-
{
|
|
561
|
-
"pattern": "\\bFIXME:",
|
|
562
|
-
"replace": "**FIXME:**"
|
|
563
|
-
},
|
|
564
|
-
{
|
|
565
|
-
"pattern": "\\bError\\b",
|
|
566
|
-
"replace": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error"
|
|
567
|
-
}
|
|
568
|
-
]
|
|
569
|
-
},
|
|
570
|
-
"resolveUtilityTypes": true,
|
|
571
|
-
"sanitizeComments": false,
|
|
572
|
-
"searchGroupBoosts": {
|
|
573
|
-
"Classes": 1.5,
|
|
574
|
-
"Functions": 1.2,
|
|
575
|
-
"Interfaces": 1.3,
|
|
576
|
-
"Types": 1.1
|
|
577
|
-
},
|
|
578
|
-
"searchInComments": true,
|
|
579
|
-
"searchInDocuments": true,
|
|
580
|
-
"showConfig": false,
|
|
581
|
-
"skipErrorChecking": false,
|
|
582
|
-
"sort": [
|
|
583
|
-
"source-order",
|
|
584
|
-
"alphabetical"
|
|
585
|
-
],
|
|
586
|
-
"sortEntryPoints": true,
|
|
587
|
-
"sourceLinkExternal": true,
|
|
588
|
-
"strikeDeprecatedPageTitles": true,
|
|
589
|
-
"suppressCommentWarningsInDeclarationFiles": true,
|
|
590
|
-
"theme": "markdown",
|
|
591
|
-
"treatValidationWarningsAsErrors": false,
|
|
592
|
-
"treatWarningsAsErrors": false,
|
|
593
|
-
"tsconfig": "tsconfig.typedoc.json",
|
|
594
|
-
"useCustomAnchors": true,
|
|
595
|
-
"useFirstParagraphOfCommentAsSummary": true,
|
|
596
|
-
"useHTMLAnchors": true,
|
|
597
|
-
"useHostedBaseUrlForAbsoluteLinks": false,
|
|
598
|
-
"useTsLinkResolution": true,
|
|
599
|
-
"validation": {
|
|
600
|
-
"invalidLink": true,
|
|
601
|
-
"notDocumented": false,
|
|
602
|
-
"notExported": false,
|
|
603
|
-
"rewrittenLink": true,
|
|
604
|
-
"unusedMergeModuleWith": true
|
|
605
|
-
},
|
|
606
|
-
"visibilityFilters": {
|
|
607
|
-
"@alpha": false,
|
|
608
|
-
"@beta": false,
|
|
609
|
-
"external": false,
|
|
610
|
-
"inherited": true,
|
|
611
|
-
"private": false,
|
|
612
|
-
"protected": false
|
|
613
|
-
}
|
|
33
|
+
"prettierConfigFile": "../../prettier.config.mjs",
|
|
34
|
+
"tsconfig": "tsconfig.typedoc.json"
|
|
614
35
|
}
|