@kubb/react-fabric 0.1.2 → 0.1.3
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.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/package.json +2 -2
package/dist/index.d.cts
CHANGED
|
@@ -53,7 +53,7 @@ type ProcessFilesProps = {
|
|
|
53
53
|
};
|
|
54
54
|
type GetParseOptions = {
|
|
55
55
|
parsers?: Set<Parser>;
|
|
56
|
-
|
|
56
|
+
extension?: Record<Extname, Extname | ''>;
|
|
57
57
|
};
|
|
58
58
|
type Options$1 = {
|
|
59
59
|
events?: AsyncEventEmitter<AppEvents>;
|
|
@@ -66,7 +66,7 @@ declare class FileProcessor {
|
|
|
66
66
|
}?: Options$1);
|
|
67
67
|
parse(file: ResolvedFile, {
|
|
68
68
|
parsers,
|
|
69
|
-
|
|
69
|
+
extension
|
|
70
70
|
}?: GetParseOptions): Promise<string>;
|
|
71
71
|
run(files: Array<ResolvedFile>, {
|
|
72
72
|
parsers,
|
package/dist/index.d.ts
CHANGED
|
@@ -53,7 +53,7 @@ type ProcessFilesProps = {
|
|
|
53
53
|
};
|
|
54
54
|
type GetParseOptions = {
|
|
55
55
|
parsers?: Set<Parser>;
|
|
56
|
-
|
|
56
|
+
extension?: Record<Extname, Extname | ''>;
|
|
57
57
|
};
|
|
58
58
|
type Options$1 = {
|
|
59
59
|
events?: AsyncEventEmitter<AppEvents>;
|
|
@@ -66,7 +66,7 @@ declare class FileProcessor {
|
|
|
66
66
|
}?: Options$1);
|
|
67
67
|
parse(file: ResolvedFile, {
|
|
68
68
|
parsers,
|
|
69
|
-
|
|
69
|
+
extension
|
|
70
70
|
}?: GetParseOptions): Promise<string>;
|
|
71
71
|
run(files: Array<ResolvedFile>, {
|
|
72
72
|
parsers,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kubb/react-fabric",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "React integration for Kubb, providing JSX runtime support and React component generation capabilities for code generation plugins.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"react-reconciler": "0.32.0",
|
|
86
86
|
"signal-exit": "^4.1.0",
|
|
87
87
|
"ws": "^8.18.3",
|
|
88
|
-
"@kubb/fabric-core": "0.1.
|
|
88
|
+
"@kubb/fabric-core": "0.1.3"
|
|
89
89
|
},
|
|
90
90
|
"devDependencies": {
|
|
91
91
|
"@types/react": "^19.2.2",
|