graphql-codegen-plugin-typescript-swr 0.8.1 → 0.8.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/.github/workflows/main.yml +3 -3
- package/build/main/visitor.js +2 -2
- package/build/module/visitor.js +2 -2
- package/build/tsconfig.main.tsbuildinfo +1 -1
- package/build/tsconfig.module.tsbuildinfo +1 -1
- package/jest.config.js +1 -1
- package/package.json +12 -12
- package/src/visitor.ts +4 -2
- package/tests/outputs/autogenSWRKey.ts +1 -1
- package/yarn-error.log +5241 -0
- package/yarn.lock +1977 -1840
- package/.idea/.gitignore +0 -5
- package/.idea/codeStyles/Project.xml +0 -63
- package/.idea/codeStyles/codeStyleConfig.xml +0 -5
- package/.idea/graphql-codegen-plugin-typescript-swr.iml +0 -12
- package/.idea/inspectionProfiles/Project_Default.xml +0 -6
- package/.idea/modules.xml +0 -8
- package/.idea/vcs.xml +0 -6
- package/.idea/workspace.xml +0 -134
- package/package-lock.json +0 -14306
package/.idea/.gitignore
DELETED
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
<component name="ProjectCodeStyleConfiguration">
|
|
2
|
-
<code_scheme name="Project" version="173">
|
|
3
|
-
<HTMLCodeStyleSettings>
|
|
4
|
-
<option name="HTML_SPACE_INSIDE_EMPTY_TAG" value="true" />
|
|
5
|
-
<option name="HTML_QUOTE_STYLE" value="Single" />
|
|
6
|
-
<option name="HTML_ENFORCE_QUOTES" value="true" />
|
|
7
|
-
</HTMLCodeStyleSettings>
|
|
8
|
-
<JSCodeStyleSettings version="0">
|
|
9
|
-
<option name="USE_SEMICOLON_AFTER_STATEMENT" value="false" />
|
|
10
|
-
<option name="FORCE_SEMICOLON_STYLE" value="true" />
|
|
11
|
-
<option name="SPACE_BEFORE_FUNCTION_LEFT_PARENTH" value="false" />
|
|
12
|
-
<option name="USE_DOUBLE_QUOTES" value="false" />
|
|
13
|
-
<option name="FORCE_QUOTE_STYlE" value="true" />
|
|
14
|
-
<option name="ENFORCE_TRAILING_COMMA" value="Remove" />
|
|
15
|
-
<option name="SPACES_WITHIN_OBJECT_LITERAL_BRACES" value="true" />
|
|
16
|
-
<option name="SPACES_WITHIN_IMPORTS" value="true" />
|
|
17
|
-
</JSCodeStyleSettings>
|
|
18
|
-
<TypeScriptCodeStyleSettings version="0">
|
|
19
|
-
<option name="USE_SEMICOLON_AFTER_STATEMENT" value="false" />
|
|
20
|
-
<option name="FORCE_SEMICOLON_STYLE" value="true" />
|
|
21
|
-
<option name="SPACE_BEFORE_FUNCTION_LEFT_PARENTH" value="false" />
|
|
22
|
-
<option name="USE_DOUBLE_QUOTES" value="false" />
|
|
23
|
-
<option name="FORCE_QUOTE_STYlE" value="true" />
|
|
24
|
-
<option name="ENFORCE_TRAILING_COMMA" value="Remove" />
|
|
25
|
-
<option name="SPACES_WITHIN_OBJECT_LITERAL_BRACES" value="true" />
|
|
26
|
-
<option name="SPACES_WITHIN_IMPORTS" value="true" />
|
|
27
|
-
</TypeScriptCodeStyleSettings>
|
|
28
|
-
<VueCodeStyleSettings>
|
|
29
|
-
<option name="INTERPOLATION_NEW_LINE_AFTER_START_DELIMITER" value="false" />
|
|
30
|
-
<option name="INTERPOLATION_NEW_LINE_BEFORE_END_DELIMITER" value="false" />
|
|
31
|
-
</VueCodeStyleSettings>
|
|
32
|
-
<codeStyleSettings language="HTML">
|
|
33
|
-
<option name="SOFT_MARGINS" value="80" />
|
|
34
|
-
<indentOptions>
|
|
35
|
-
<option name="INDENT_SIZE" value="2" />
|
|
36
|
-
<option name="CONTINUATION_INDENT_SIZE" value="2" />
|
|
37
|
-
<option name="TAB_SIZE" value="2" />
|
|
38
|
-
</indentOptions>
|
|
39
|
-
</codeStyleSettings>
|
|
40
|
-
<codeStyleSettings language="JavaScript">
|
|
41
|
-
<option name="SOFT_MARGINS" value="80" />
|
|
42
|
-
<indentOptions>
|
|
43
|
-
<option name="INDENT_SIZE" value="2" />
|
|
44
|
-
<option name="CONTINUATION_INDENT_SIZE" value="2" />
|
|
45
|
-
<option name="TAB_SIZE" value="2" />
|
|
46
|
-
</indentOptions>
|
|
47
|
-
</codeStyleSettings>
|
|
48
|
-
<codeStyleSettings language="TypeScript">
|
|
49
|
-
<option name="SOFT_MARGINS" value="80" />
|
|
50
|
-
<indentOptions>
|
|
51
|
-
<option name="INDENT_SIZE" value="2" />
|
|
52
|
-
<option name="CONTINUATION_INDENT_SIZE" value="2" />
|
|
53
|
-
<option name="TAB_SIZE" value="2" />
|
|
54
|
-
</indentOptions>
|
|
55
|
-
</codeStyleSettings>
|
|
56
|
-
<codeStyleSettings language="Vue">
|
|
57
|
-
<option name="SOFT_MARGINS" value="80" />
|
|
58
|
-
<indentOptions>
|
|
59
|
-
<option name="CONTINUATION_INDENT_SIZE" value="2" />
|
|
60
|
-
</indentOptions>
|
|
61
|
-
</codeStyleSettings>
|
|
62
|
-
</code_scheme>
|
|
63
|
-
</component>
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<module type="WEB_MODULE" version="4">
|
|
3
|
-
<component name="NewModuleRootManager">
|
|
4
|
-
<content url="file://$MODULE_DIR$">
|
|
5
|
-
<excludeFolder url="file://$MODULE_DIR$/temp" />
|
|
6
|
-
<excludeFolder url="file://$MODULE_DIR$/.tmp" />
|
|
7
|
-
<excludeFolder url="file://$MODULE_DIR$/tmp" />
|
|
8
|
-
</content>
|
|
9
|
-
<orderEntry type="inheritedJdk" />
|
|
10
|
-
<orderEntry type="sourceFolder" forTests="false" />
|
|
11
|
-
</component>
|
|
12
|
-
</module>
|
package/.idea/modules.xml
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<project version="4">
|
|
3
|
-
<component name="ProjectModuleManager">
|
|
4
|
-
<modules>
|
|
5
|
-
<module fileurl="file://$PROJECT_DIR$/.idea/graphql-codegen-plugin-typescript-swr.iml" filepath="$PROJECT_DIR$/.idea/graphql-codegen-plugin-typescript-swr.iml" />
|
|
6
|
-
</modules>
|
|
7
|
-
</component>
|
|
8
|
-
</project>
|
package/.idea/vcs.xml
DELETED
package/.idea/workspace.xml
DELETED
|
@@ -1,134 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<project version="4">
|
|
3
|
-
<component name="AutoImportSettings">
|
|
4
|
-
<option name="autoReloadType" value="SELECTIVE" />
|
|
5
|
-
</component>
|
|
6
|
-
<component name="ChangeListManager">
|
|
7
|
-
<list default="true" id="f53351b4-c87c-455f-8682-f86a101c0daf" name="Changes" comment="" />
|
|
8
|
-
<option name="SHOW_DIALOG" value="false" />
|
|
9
|
-
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
10
|
-
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
|
11
|
-
<option name="LAST_RESOLUTION" value="IGNORE" />
|
|
12
|
-
</component>
|
|
13
|
-
<component name="Git.Settings">
|
|
14
|
-
<option name="RECENT_BRANCH_BY_REPOSITORY">
|
|
15
|
-
<map>
|
|
16
|
-
<entry key="$PROJECT_DIR$" value="swr-1.0.x" />
|
|
17
|
-
</map>
|
|
18
|
-
</option>
|
|
19
|
-
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
|
20
|
-
</component>
|
|
21
|
-
<component name="GitSEFilterConfiguration">
|
|
22
|
-
<file-type-list>
|
|
23
|
-
<filtered-out-file-type name="LOCAL_BRANCH" />
|
|
24
|
-
<filtered-out-file-type name="REMOTE_BRANCH" />
|
|
25
|
-
<filtered-out-file-type name="TAG" />
|
|
26
|
-
<filtered-out-file-type name="COMMIT_BY_MESSAGE" />
|
|
27
|
-
</file-type-list>
|
|
28
|
-
</component>
|
|
29
|
-
<component name="ProjectId" id="20CdfogCGdTlDwDfKPJ3tiQ4P4h" />
|
|
30
|
-
<component name="ProjectLevelVcsManager" settingsEditedManually="true" />
|
|
31
|
-
<component name="ProjectViewState">
|
|
32
|
-
<option name="hideEmptyMiddlePackages" value="true" />
|
|
33
|
-
<option name="showLibraryContents" value="true" />
|
|
34
|
-
<option name="sortByType" value="true" />
|
|
35
|
-
</component>
|
|
36
|
-
<component name="PropertiesComponent">
|
|
37
|
-
<property name="RunOnceActivity.OpenProjectViewOnStart" value="true" />
|
|
38
|
-
<property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
|
|
39
|
-
<property name="WebServerToolWindowFactoryState" value="false" />
|
|
40
|
-
<property name="last_opened_file_path" value="$USER_HOME$/.asdf/installs/nodejs/14.18.1/bin/node" />
|
|
41
|
-
<property name="node.js.detected.package.eslint" value="true" />
|
|
42
|
-
<property name="node.js.detected.package.tslint" value="true" />
|
|
43
|
-
<property name="node.js.selected.package.eslint" value="(autodetect)" />
|
|
44
|
-
<property name="node.js.selected.package.tslint" value="(autodetect)" />
|
|
45
|
-
<property name="nodejs_interpreter_path" value="$USER_HOME$/.asdf/installs/nodejs/14.18.1/bin/node" />
|
|
46
|
-
<property name="nodejs_package_manager_path" value="$USER_HOME$/.asdf/installs/nodejs/14.18.1/lib/node_modules/npm" />
|
|
47
|
-
<property name="prettierjs.PrettierConfiguration.Package" value="$PROJECT_DIR$/node_modules/prettier" />
|
|
48
|
-
<property name="settings.editor.selected.configurable" value="settings.javascript.prettier" />
|
|
49
|
-
<property name="ts.external.directory.path" value="$PROJECT_DIR$/node_modules/typescript/lib" />
|
|
50
|
-
<property name="vue.rearranger.settings.migration" value="true" />
|
|
51
|
-
</component>
|
|
52
|
-
<component name="RunAnythingCache">
|
|
53
|
-
<option name="myCommands">
|
|
54
|
-
<command value="npm install" />
|
|
55
|
-
</option>
|
|
56
|
-
</component>
|
|
57
|
-
<component name="RunManager">
|
|
58
|
-
<configuration name="build" type="js.build_tools.npm" temporary="true" nameIsGenerated="true">
|
|
59
|
-
<package-json value="$PROJECT_DIR$/package.json" />
|
|
60
|
-
<command value="run" />
|
|
61
|
-
<scripts>
|
|
62
|
-
<script value="build" />
|
|
63
|
-
</scripts>
|
|
64
|
-
<node-interpreter value="project" />
|
|
65
|
-
<envs />
|
|
66
|
-
<method v="2" />
|
|
67
|
-
</configuration>
|
|
68
|
-
<configuration name="test" type="js.build_tools.npm" temporary="true" nameIsGenerated="true">
|
|
69
|
-
<package-json value="$PROJECT_DIR$/package.json" />
|
|
70
|
-
<command value="run" />
|
|
71
|
-
<scripts>
|
|
72
|
-
<script value="test" />
|
|
73
|
-
</scripts>
|
|
74
|
-
<node-interpreter value="project" />
|
|
75
|
-
<envs />
|
|
76
|
-
<method v="2" />
|
|
77
|
-
</configuration>
|
|
78
|
-
<configuration name="test:integrate" type="js.build_tools.npm" temporary="true" nameIsGenerated="true">
|
|
79
|
-
<package-json value="$PROJECT_DIR$/package.json" />
|
|
80
|
-
<command value="run" />
|
|
81
|
-
<scripts>
|
|
82
|
-
<script value="test:integrate" />
|
|
83
|
-
</scripts>
|
|
84
|
-
<node-interpreter value="project" />
|
|
85
|
-
<envs />
|
|
86
|
-
<method v="2" />
|
|
87
|
-
</configuration>
|
|
88
|
-
<recent_temporary>
|
|
89
|
-
<list>
|
|
90
|
-
<item itemvalue="npm.test:integrate" />
|
|
91
|
-
<item itemvalue="npm.test" />
|
|
92
|
-
<item itemvalue="npm.build" />
|
|
93
|
-
</list>
|
|
94
|
-
</recent_temporary>
|
|
95
|
-
</component>
|
|
96
|
-
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
|
|
97
|
-
<component name="SvnConfiguration">
|
|
98
|
-
<configuration />
|
|
99
|
-
</component>
|
|
100
|
-
<component name="TaskManager">
|
|
101
|
-
<task active="true" id="Default" summary="Default task">
|
|
102
|
-
<changelist id="f53351b4-c87c-455f-8682-f86a101c0daf" name="Changes" comment="" />
|
|
103
|
-
<created>1635552611142</created>
|
|
104
|
-
<option name="number" value="Default" />
|
|
105
|
-
<option name="presentableId" value="Default" />
|
|
106
|
-
<updated>1635552611142</updated>
|
|
107
|
-
<workItem from="1635552613868" duration="4709000" />
|
|
108
|
-
</task>
|
|
109
|
-
<servers />
|
|
110
|
-
</component>
|
|
111
|
-
<component name="TypeScriptGeneratedFilesManager">
|
|
112
|
-
<option name="version" value="3" />
|
|
113
|
-
<option name="exactExcludedFiles">
|
|
114
|
-
<list>
|
|
115
|
-
<option value="$PROJECT_DIR$/dev-test/githunt/types.d.ts" />
|
|
116
|
-
</list>
|
|
117
|
-
</option>
|
|
118
|
-
</component>
|
|
119
|
-
<component name="Vcs.Log.Tabs.Properties">
|
|
120
|
-
<option name="TAB_STATES">
|
|
121
|
-
<map>
|
|
122
|
-
<entry key="MAIN">
|
|
123
|
-
<value>
|
|
124
|
-
<State />
|
|
125
|
-
</value>
|
|
126
|
-
</entry>
|
|
127
|
-
</map>
|
|
128
|
-
</option>
|
|
129
|
-
</component>
|
|
130
|
-
<component name="XSLT-Support.FileAssociations.UIState">
|
|
131
|
-
<expand />
|
|
132
|
-
<select />
|
|
133
|
-
</component>
|
|
134
|
-
</project>
|