@react-analyzer/shared 0.0.10 → 0.0.11
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/dist/index.d.ts +1 -2
- package/dist/index.js +1 -1
- package/package.json +5 -5
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { unit } from "@local/eff";
|
|
2
1
|
import { ReportDescriptor } from "tsl";
|
|
3
2
|
|
|
4
3
|
//#region src/_id.d.ts
|
|
@@ -142,6 +141,6 @@ declare function isRegExp(string: string): boolean;
|
|
|
142
141
|
interface Context {
|
|
143
142
|
report(descriptor: ReportDescriptor): void;
|
|
144
143
|
}
|
|
145
|
-
declare function report(ctx: Context, descriptor:
|
|
144
|
+
declare function report(ctx: Context, descriptor: null | ReportDescriptor): void;
|
|
146
145
|
//#endregion
|
|
147
146
|
export { AnalyzerOptions, DEFAULT_ANALYZER_OPTIONS, GITHUB_URL, IdGenerator, NPM_SCOPE, RE_ANNOTATION_JSX, RE_ANNOTATION_JSX_FRAG, RE_ANNOTATION_JSX_IMPORT_SOURCE, RE_ANNOTATION_JSX_RUNTIME, RE_CAMEL_CASE, RE_COMPONENT_NAME, RE_COMPONENT_NAME_LOOSE, RE_CONSTANT_CASE, RE_HOOK_NAME, RE_HTML_TAG, RE_JAVASCRIPT_PROTOCOL, RE_JS_EXT, RE_JS_IDENTIFIER, RE_KEBAB_CASE, RE_PASCAL_CASE, RE_REGEXP_STR, RE_SNAKE_CASE, RE_TS_EXT, WEBSITE_URL, getAnalyzerOptions, getCommandLineOptions, getReactVersion, isRegExp, report, toRegExp };
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-analyzer/shared",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.11",
|
|
4
4
|
"description": "React Analyzer Shared constants and functions.",
|
|
5
5
|
"homepage": "https://github.com/Rel1cx/react-analyzer",
|
|
6
6
|
"bugs": {
|
|
@@ -29,14 +29,14 @@
|
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"get-tsconfig": "^4.13.6",
|
|
31
31
|
"ts-pattern": "^5.9.0",
|
|
32
|
-
"@local/eff": "0.0.
|
|
32
|
+
"@local/eff": "0.0.11"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@tsconfig/node24": "^24.0.4",
|
|
36
|
-
"@types/node": "^25.
|
|
37
|
-
"tsdown": "^0.
|
|
36
|
+
"@types/node": "^25.3.2",
|
|
37
|
+
"tsdown": "^0.21.0-beta.2",
|
|
38
38
|
"type-fest": "^5.4.4",
|
|
39
|
-
"@local/configs": "0.0.
|
|
39
|
+
"@local/configs": "0.0.11"
|
|
40
40
|
},
|
|
41
41
|
"engines": {
|
|
42
42
|
"bun": ">=1.2.18",
|