xenopomp-essentials 0.3.2 → 0.3.4-hotfix.0
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/cli-tools/index.d.mts +60 -0
- package/cli-tools/index.d.ts +60 -0
- package/cli-tools/index.mjs +1 -0
- package/eslint/index.d.mts +39 -0
- package/eslint/index.d.ts +39 -0
- package/eslint/index.mjs +3 -0
- package/index.d.mts +613 -0
- package/index.d.ts +613 -0
- package/index.mjs +1 -0
- package/next/index.d.mts +67 -0
- package/next/index.d.ts +67 -0
- package/next/index.mjs +11 -0
- package/package.json +4 -1
- package/.config/.lintstagedrc.json +0 -3
- package/.config/build.config.ts +0 -41
- package/.config/testing-exclusions/index.ts +0 -2
- package/.config/testing-exclusions/istanbul-exclusions.ts +0 -1
- package/.config/testing-exclusions/vitest-exclusions.ts +0 -8
- package/.config/ts/tsconfig.lint.json +0 -10
- package/.config/vitest.config.ts +0 -18
- package/.gitattributes +0 -25
- package/.github/workflows/ci.yml +0 -54
- package/.github/workflows/npm-publish.yml +0 -27
- package/.husky/pre-commit +0 -1
- package/.idea/codeStyles/Project.xml +0 -59
- package/.idea/codeStyles/codeStyleConfig.xml +0 -5
- package/.idea/inspectionProfiles/Project_Default.xml +0 -6
- package/.idea/modules.xml +0 -8
- package/.idea/prettier.xml +0 -7
- package/.idea/runConfigurations/_template__of_Vitest.xml +0 -9
- package/.idea/runConfigurations/build.xml +0 -13
- package/.idea/runConfigurations/coverage.xml +0 -12
- package/.idea/runConfigurations/lint.xml +0 -13
- package/.idea/runConfigurations/lint_code.xml +0 -13
- package/.idea/vcs.xml +0 -6
- package/.idea/xenopomp-essentials-js.iml +0 -14
- package/.prettierrc +0 -20
- package/README.md +0 -0
- package/__tests__/assets/assertions/expect-deep-equal.ts +0 -14
- package/__tests__/assets/assertions/expect-to-render.ts +0 -26
- package/__tests__/assets/assertions/index.ts +0 -3
- package/__tests__/assets/assertions/not-throwing.ts +0 -6
- package/__tests__/assets/index.ts +0 -1
- package/__tests__/data/index.ts +0 -1
- package/__tests__/data/parseVersion.data.ts +0 -52
- package/__tests__/unit/cli/path-builder.test.ts +0 -39
- package/__tests__/unit/components/hoc/jsx-dot-notation/component.test-source.tsx +0 -24
- package/__tests__/unit/components/hoc/jsx-dot-notation/hoc.test.tsx +0 -11
- package/__tests__/unit/components/metrika.test.tsx +0 -14
- package/__tests__/unit/components/react-scan.test.tsx +0 -10
- package/__tests__/unit/eslint/config.test.tsx +0 -41
- package/__tests__/unit/utils/capitalize.test.ts +0 -17
- package/__tests__/unit/utils/minmax.test.ts +0 -21
- package/__tests__/unit/utils/parseVersion.test.ts +0 -22
- package/__tests__/unit/utils/pipe.test.ts +0 -23
- package/__tests__/unit/utils/transliterate.test.ts +0 -17
- package/_templates/generator/help/index.ejs.t +0 -5
- package/_templates/generator/new/hello.ejs.t +0 -18
- package/_templates/generator/with-prompt/hello.ejs.t +0 -18
- package/_templates/generator/with-prompt/prompt.ejs.t +0 -14
- package/_templates/init/repo/new-repo.ejs.t +0 -4
- package/_templates/type/new/module.ejs.t +0 -7
- package/_templates/type/new/type.ejs.t +0 -7
- package/_templates/util/new/func.ejs.t +0 -7
- package/_templates/util/new/module.ejs.t +0 -7
- package/_templates/util/new/test.ejs.t +0 -13
- package/eslint.config.ts +0 -17
- package/src/cli-tools/changeFile.ts +0 -1
- package/src/cli-tools/index.ts +0 -2
- package/src/cli-tools/pathBuilder.ts +0 -89
- package/src/eslint/config.ts +0 -145
- package/src/eslint/configs/all.ts +0 -74
- package/src/eslint/configs/deprecation.ts +0 -33
- package/src/eslint/configs/index.ts +0 -7
- package/src/eslint/configs/markdown.ts +0 -30
- package/src/eslint/configs/next.ts +0 -40
- package/src/eslint/configs/old.ts +0 -67
- package/src/eslint/configs/prettier.ts +0 -6
- package/src/eslint/configs/react.ts +0 -18
- package/src/eslint/index.ts +0 -7
- package/src/eslint/prefixes/author.ts +0 -2
- package/src/eslint/prefixes/index.ts +0 -1
- package/src/eslint/types/configs.ts +0 -4
- package/src/eslint/types/custom-config.ts +0 -4
- package/src/eslint/types/index.ts +0 -2
- package/src/index.ts +0 -3
- package/src/next/Metrika/Metrika.props.ts +0 -11
- package/src/next/Metrika/Metrika.tsx +0 -56
- package/src/next/ReactScan/ReactScan.tsx +0 -33
- package/src/next/index.ts +0 -2
- package/src/react/hoc/index.ts +0 -1
- package/src/react/hoc/jsxDotNotation.tsx +0 -38
- package/src/react/index.ts +0 -1
- package/src/repo-eslint-rules/deep-type-naming.rule.ts +0 -49
- package/src/repo-eslint-rules/index.ts +0 -9
- package/src/schemas/import-meta.schema.ts +0 -12
- package/src/schemas/index.ts +0 -1
- package/src/types/aliases/AnyObject.ts +0 -5
- package/src/types/aliases/EmptyObject.ts +0 -8
- package/src/types/aliases/Fn.ts +0 -12
- package/src/types/aliases/index.ts +0 -3
- package/src/types/index.ts +0 -4
- package/src/types/next/NextParams.ts +0 -26
- package/src/types/next/index.ts +0 -1
- package/src/types/react/AnyFc.ts +0 -6
- package/src/types/react/AsyncFC.ts +0 -16
- package/src/types/react/DataAttributes.ts +0 -21
- package/src/types/react/FCProps.ts +0 -19
- package/src/types/react/FunctionalChildren.ts +0 -13
- package/src/types/react/SetState.ts +0 -11
- package/src/types/react/VariableFC.ts +0 -48
- package/src/types/react/VariableProps.ts +0 -9
- package/src/types/react/index.ts +0 -8
- package/src/types/utilities/ArrayType.ts +0 -12
- package/src/types/utilities/AsyncReturnType.ts +0 -14
- package/src/types/utilities/DeepInject.ts +0 -22
- package/src/types/utilities/Defined.ts +0 -5
- package/src/types/utilities/Jsonish.ts +0 -11
- package/src/types/utilities/LenientAutocomplete.ts +0 -24
- package/src/types/utilities/MatchType.ts +0 -26
- package/src/types/utilities/MergeTypes.ts +0 -12
- package/src/types/utilities/Modify.ts +0 -10
- package/src/types/utilities/Nullable.ts +0 -5
- package/src/types/utilities/OneOf.ts +0 -42
- package/src/types/utilities/Prettify.ts +0 -15
- package/src/types/utilities/RecordKey.ts +0 -9
- package/src/types/utilities/RecordValue.ts +0 -9
- package/src/types/utilities/ReplaceReturnType.ts +0 -10
- package/src/types/utilities/SelectivePartial.ts +0 -17
- package/src/types/utilities/StrictOmit.ts +0 -19
- package/src/types/utilities/Synchronous.ts +0 -18
- package/src/types/utilities/Undefinable.ts +0 -5
- package/src/types/utilities/WeakOmit.ts +0 -17
- package/src/types/utilities/Writeable.ts +0 -18
- package/src/types/utilities/index.ts +0 -24
- package/src/utils/capitalize.ts +0 -15
- package/src/utils/index.ts +0 -7
- package/src/utils/minmax.ts +0 -35
- package/src/utils/parseVersion.ts +0 -42
- package/src/utils/pipe.ts +0 -29
- package/src/utils/transliterate.ts +0 -8
- package/tsconfig.json +0 -43
package/tsconfig.json
DELETED
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"compilerOptions": {
|
|
3
|
-
/* Next default options. */
|
|
4
|
-
"target": "es5",
|
|
5
|
-
"lib": ["dom", "dom.iterable", "esnext"],
|
|
6
|
-
"allowJs": true,
|
|
7
|
-
"allowImportingTsExtensions": false,
|
|
8
|
-
"skipLibCheck": true,
|
|
9
|
-
"strict": true,
|
|
10
|
-
"forceConsistentCasingInFileNames": true,
|
|
11
|
-
// "noEmit": true,
|
|
12
|
-
"esModuleInterop": true,
|
|
13
|
-
"module": "esnext",
|
|
14
|
-
"moduleResolution": "bundler",
|
|
15
|
-
"resolveJsonModule": true,
|
|
16
|
-
"isolatedModules": true,
|
|
17
|
-
"jsx": "preserve",
|
|
18
|
-
// "incremental": true,
|
|
19
|
-
// "plugins": [
|
|
20
|
-
// {
|
|
21
|
-
// "name": "next"
|
|
22
|
-
// }
|
|
23
|
-
// ],
|
|
24
|
-
"paths": {
|
|
25
|
-
"@/*": ["./src/*"],
|
|
26
|
-
"@test/*": ["./__tests__/*"]
|
|
27
|
-
},
|
|
28
|
-
|
|
29
|
-
/* Make compiler more strict. */
|
|
30
|
-
"noImplicitAny": true,
|
|
31
|
-
"noUncheckedIndexedAccess": true,
|
|
32
|
-
"noImplicitReturns": true,
|
|
33
|
-
"strictNullChecks": true
|
|
34
|
-
},
|
|
35
|
-
"include": [
|
|
36
|
-
"next-env.d.ts",
|
|
37
|
-
".config/declarations/vitest.d.ts", ".config/declarations/*.d.ts",
|
|
38
|
-
"**/*.ts", "**/*.tsx",
|
|
39
|
-
".next/types/**/*.ts",
|
|
40
|
-
"./src"
|
|
41
|
-
],
|
|
42
|
-
"exclude": ["node_modules"]
|
|
43
|
-
}
|