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.
Files changed (142) hide show
  1. package/cli-tools/index.d.mts +60 -0
  2. package/cli-tools/index.d.ts +60 -0
  3. package/cli-tools/index.mjs +1 -0
  4. package/eslint/index.d.mts +39 -0
  5. package/eslint/index.d.ts +39 -0
  6. package/eslint/index.mjs +3 -0
  7. package/index.d.mts +613 -0
  8. package/index.d.ts +613 -0
  9. package/index.mjs +1 -0
  10. package/next/index.d.mts +67 -0
  11. package/next/index.d.ts +67 -0
  12. package/next/index.mjs +11 -0
  13. package/package.json +4 -1
  14. package/.config/.lintstagedrc.json +0 -3
  15. package/.config/build.config.ts +0 -41
  16. package/.config/testing-exclusions/index.ts +0 -2
  17. package/.config/testing-exclusions/istanbul-exclusions.ts +0 -1
  18. package/.config/testing-exclusions/vitest-exclusions.ts +0 -8
  19. package/.config/ts/tsconfig.lint.json +0 -10
  20. package/.config/vitest.config.ts +0 -18
  21. package/.gitattributes +0 -25
  22. package/.github/workflows/ci.yml +0 -54
  23. package/.github/workflows/npm-publish.yml +0 -27
  24. package/.husky/pre-commit +0 -1
  25. package/.idea/codeStyles/Project.xml +0 -59
  26. package/.idea/codeStyles/codeStyleConfig.xml +0 -5
  27. package/.idea/inspectionProfiles/Project_Default.xml +0 -6
  28. package/.idea/modules.xml +0 -8
  29. package/.idea/prettier.xml +0 -7
  30. package/.idea/runConfigurations/_template__of_Vitest.xml +0 -9
  31. package/.idea/runConfigurations/build.xml +0 -13
  32. package/.idea/runConfigurations/coverage.xml +0 -12
  33. package/.idea/runConfigurations/lint.xml +0 -13
  34. package/.idea/runConfigurations/lint_code.xml +0 -13
  35. package/.idea/vcs.xml +0 -6
  36. package/.idea/xenopomp-essentials-js.iml +0 -14
  37. package/.prettierrc +0 -20
  38. package/README.md +0 -0
  39. package/__tests__/assets/assertions/expect-deep-equal.ts +0 -14
  40. package/__tests__/assets/assertions/expect-to-render.ts +0 -26
  41. package/__tests__/assets/assertions/index.ts +0 -3
  42. package/__tests__/assets/assertions/not-throwing.ts +0 -6
  43. package/__tests__/assets/index.ts +0 -1
  44. package/__tests__/data/index.ts +0 -1
  45. package/__tests__/data/parseVersion.data.ts +0 -52
  46. package/__tests__/unit/cli/path-builder.test.ts +0 -39
  47. package/__tests__/unit/components/hoc/jsx-dot-notation/component.test-source.tsx +0 -24
  48. package/__tests__/unit/components/hoc/jsx-dot-notation/hoc.test.tsx +0 -11
  49. package/__tests__/unit/components/metrika.test.tsx +0 -14
  50. package/__tests__/unit/components/react-scan.test.tsx +0 -10
  51. package/__tests__/unit/eslint/config.test.tsx +0 -41
  52. package/__tests__/unit/utils/capitalize.test.ts +0 -17
  53. package/__tests__/unit/utils/minmax.test.ts +0 -21
  54. package/__tests__/unit/utils/parseVersion.test.ts +0 -22
  55. package/__tests__/unit/utils/pipe.test.ts +0 -23
  56. package/__tests__/unit/utils/transliterate.test.ts +0 -17
  57. package/_templates/generator/help/index.ejs.t +0 -5
  58. package/_templates/generator/new/hello.ejs.t +0 -18
  59. package/_templates/generator/with-prompt/hello.ejs.t +0 -18
  60. package/_templates/generator/with-prompt/prompt.ejs.t +0 -14
  61. package/_templates/init/repo/new-repo.ejs.t +0 -4
  62. package/_templates/type/new/module.ejs.t +0 -7
  63. package/_templates/type/new/type.ejs.t +0 -7
  64. package/_templates/util/new/func.ejs.t +0 -7
  65. package/_templates/util/new/module.ejs.t +0 -7
  66. package/_templates/util/new/test.ejs.t +0 -13
  67. package/eslint.config.ts +0 -17
  68. package/src/cli-tools/changeFile.ts +0 -1
  69. package/src/cli-tools/index.ts +0 -2
  70. package/src/cli-tools/pathBuilder.ts +0 -89
  71. package/src/eslint/config.ts +0 -145
  72. package/src/eslint/configs/all.ts +0 -74
  73. package/src/eslint/configs/deprecation.ts +0 -33
  74. package/src/eslint/configs/index.ts +0 -7
  75. package/src/eslint/configs/markdown.ts +0 -30
  76. package/src/eslint/configs/next.ts +0 -40
  77. package/src/eslint/configs/old.ts +0 -67
  78. package/src/eslint/configs/prettier.ts +0 -6
  79. package/src/eslint/configs/react.ts +0 -18
  80. package/src/eslint/index.ts +0 -7
  81. package/src/eslint/prefixes/author.ts +0 -2
  82. package/src/eslint/prefixes/index.ts +0 -1
  83. package/src/eslint/types/configs.ts +0 -4
  84. package/src/eslint/types/custom-config.ts +0 -4
  85. package/src/eslint/types/index.ts +0 -2
  86. package/src/index.ts +0 -3
  87. package/src/next/Metrika/Metrika.props.ts +0 -11
  88. package/src/next/Metrika/Metrika.tsx +0 -56
  89. package/src/next/ReactScan/ReactScan.tsx +0 -33
  90. package/src/next/index.ts +0 -2
  91. package/src/react/hoc/index.ts +0 -1
  92. package/src/react/hoc/jsxDotNotation.tsx +0 -38
  93. package/src/react/index.ts +0 -1
  94. package/src/repo-eslint-rules/deep-type-naming.rule.ts +0 -49
  95. package/src/repo-eslint-rules/index.ts +0 -9
  96. package/src/schemas/import-meta.schema.ts +0 -12
  97. package/src/schemas/index.ts +0 -1
  98. package/src/types/aliases/AnyObject.ts +0 -5
  99. package/src/types/aliases/EmptyObject.ts +0 -8
  100. package/src/types/aliases/Fn.ts +0 -12
  101. package/src/types/aliases/index.ts +0 -3
  102. package/src/types/index.ts +0 -4
  103. package/src/types/next/NextParams.ts +0 -26
  104. package/src/types/next/index.ts +0 -1
  105. package/src/types/react/AnyFc.ts +0 -6
  106. package/src/types/react/AsyncFC.ts +0 -16
  107. package/src/types/react/DataAttributes.ts +0 -21
  108. package/src/types/react/FCProps.ts +0 -19
  109. package/src/types/react/FunctionalChildren.ts +0 -13
  110. package/src/types/react/SetState.ts +0 -11
  111. package/src/types/react/VariableFC.ts +0 -48
  112. package/src/types/react/VariableProps.ts +0 -9
  113. package/src/types/react/index.ts +0 -8
  114. package/src/types/utilities/ArrayType.ts +0 -12
  115. package/src/types/utilities/AsyncReturnType.ts +0 -14
  116. package/src/types/utilities/DeepInject.ts +0 -22
  117. package/src/types/utilities/Defined.ts +0 -5
  118. package/src/types/utilities/Jsonish.ts +0 -11
  119. package/src/types/utilities/LenientAutocomplete.ts +0 -24
  120. package/src/types/utilities/MatchType.ts +0 -26
  121. package/src/types/utilities/MergeTypes.ts +0 -12
  122. package/src/types/utilities/Modify.ts +0 -10
  123. package/src/types/utilities/Nullable.ts +0 -5
  124. package/src/types/utilities/OneOf.ts +0 -42
  125. package/src/types/utilities/Prettify.ts +0 -15
  126. package/src/types/utilities/RecordKey.ts +0 -9
  127. package/src/types/utilities/RecordValue.ts +0 -9
  128. package/src/types/utilities/ReplaceReturnType.ts +0 -10
  129. package/src/types/utilities/SelectivePartial.ts +0 -17
  130. package/src/types/utilities/StrictOmit.ts +0 -19
  131. package/src/types/utilities/Synchronous.ts +0 -18
  132. package/src/types/utilities/Undefinable.ts +0 -5
  133. package/src/types/utilities/WeakOmit.ts +0 -17
  134. package/src/types/utilities/Writeable.ts +0 -18
  135. package/src/types/utilities/index.ts +0 -24
  136. package/src/utils/capitalize.ts +0 -15
  137. package/src/utils/index.ts +0 -7
  138. package/src/utils/minmax.ts +0 -35
  139. package/src/utils/parseVersion.ts +0 -42
  140. package/src/utils/pipe.ts +0 -29
  141. package/src/utils/transliterate.ts +0 -8
  142. 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
- }