mockaton 8.2.2 → 8.2.4
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/README.md +3 -0
- package/package.json +1 -1
- package/src/Mockaton.test.js +4 -1
- package/.idea/dictionaries/efortis.xml +0 -3
- package/.idea/encodings.xml +0 -6
- package/.idea/inspectionProfiles/Project_Default.xml +0 -105
- package/.idea/jsLibraryMappings.xml +0 -6
- package/.idea/jsLinters/eslint.xml +0 -6
- package/.idea/misc.xml +0 -115
- package/.idea/mockaton.iml +0 -8
- package/.idea/modules.xml +0 -8
- package/.idea/shelf/custom_methods,_but_nodejs_does_not_support_them_https___github_com_nodejs_llhttp_pull_54/shelved.patch +0 -260
- package/.idea/shelf/custom_methods__but_nodejs_does_not_support_them_https___github_com_nodejs_llhttp_pull_54.xml +0 -4
- package/.idea/shelf/preflight/shelved.patch +0 -122
- package/.idea/shelf/preflight.xml +0 -4
- package/.idea/shelf/preflight1/shelved.patch +0 -289
- package/.idea/shelf/preflight1.xml +0 -4
- package/.idea/shelf/ts/shelved.patch +0 -229
- package/.idea/shelf/ts.xml +0 -4
- package/.idea/vcs.xml +0 -6
- package/.idea/webResources.xml +0 -14
- package/.idea/workspace.xml +0 -248
package/README.md
CHANGED
|
@@ -393,6 +393,9 @@ await mockaton.select('api/foo.200.GET.json')
|
|
|
393
393
|
```js
|
|
394
394
|
await mockaton.bulkSelectByComment('(demo-a)')
|
|
395
395
|
```
|
|
396
|
+
Parentheses are optional. You can pass a partial match.
|
|
397
|
+
For example, passing `'demo-'` (without the final `a`), selects the
|
|
398
|
+
first mock in alphabetical order that matches.
|
|
396
399
|
|
|
397
400
|
### Set Route is Delayed Flag
|
|
398
401
|
```js
|
package/package.json
CHANGED
package/src/Mockaton.test.js
CHANGED
|
@@ -212,8 +212,11 @@ async function runTests() {
|
|
|
212
212
|
['/api/alternative', 'api/alternative(comment-2).GET.200.json', { comment: 2 }],
|
|
213
213
|
['/api/my-route', 'api/my-route(comment-2).GET.200.json', { comment: 2 }]
|
|
214
214
|
])
|
|
215
|
-
|
|
215
|
+
await testItBulkSelectsByComment('mment-1', [ // partial match within parentheses
|
|
216
|
+
['/api/alternative', 'api/alternative(comment-1).GET.200.json', 'With_Comment_1']
|
|
217
|
+
])
|
|
216
218
|
await commander.reset()
|
|
219
|
+
|
|
217
220
|
for (const [url, file, body] of fixtures)
|
|
218
221
|
await testMockDispatching(url, file, body)
|
|
219
222
|
|
package/.idea/encodings.xml
DELETED
|
@@ -1,105 +0,0 @@
|
|
|
1
|
-
<component name="InspectionProjectProfileManager">
|
|
2
|
-
<profile version="1.0">
|
|
3
|
-
<option name="myName" value="Project Default" />
|
|
4
|
-
<inspection_tool class="AmdModulesDependencies" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
|
|
5
|
-
<inspection_tool class="BadExpressionStatementJS" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
6
|
-
<inspection_tool class="CallerJS" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
7
|
-
<inspection_tool class="CommaExpressionJS" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
8
|
-
<inspection_tool class="ConstantConditionalExpressionJS" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
9
|
-
<inspection_tool class="ConstantIfStatementJS" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
10
|
-
<inspection_tool class="ContinueOrBreakFromFinallyBlockJS" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
11
|
-
<inspection_tool class="DuplicateCaseLabelJS" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
12
|
-
<inspection_tool class="DuplicatedCode" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
|
|
13
|
-
<inspection_tool class="ES6BindWithArrowFunction" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
14
|
-
<inspection_tool class="ES6ConvertRequireIntoImport" enabled="false" level="INFORMATION" enabled_by_default="false" />
|
|
15
|
-
<inspection_tool class="ES6ConvertVarToLetConst" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
16
|
-
<inspection_tool class="ES6ModulesDependencies" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
|
|
17
|
-
<inspection_tool class="EmptyStatementBodyJS" enabled="false" level="WARNING" enabled_by_default="false">
|
|
18
|
-
<option name="m_reportEmptyBlocks" value="false" />
|
|
19
|
-
</inspection_tool>
|
|
20
|
-
<inspection_tool class="Eslint" enabled="true" level="WARNING" enabled_by_default="true" />
|
|
21
|
-
<inspection_tool class="ExceptionCaughtLocallyJS" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
22
|
-
<inspection_tool class="FallThroughInSwitchStatementJS" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
23
|
-
<inspection_tool class="FlowJSConfig" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
24
|
-
<inspection_tool class="FlowJSFlagCommentPlacement" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
25
|
-
<inspection_tool class="HbEmptyBlock" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
26
|
-
<inspection_tool class="IncompatibleMaskJS" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
27
|
-
<inspection_tool class="InfiniteLoopJS" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
28
|
-
<inspection_tool class="InfiniteRecursionJS" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
29
|
-
<inspection_tool class="JSAccessibilityCheck" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
30
|
-
<inspection_tool class="JSAnnotator" enabled="false" level="ERROR" enabled_by_default="false" />
|
|
31
|
-
<inspection_tool class="JSBitwiseOperatorUsage" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
32
|
-
<inspection_tool class="JSCheckFunctionSignatures" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
|
|
33
|
-
<inspection_tool class="JSClosureCompilerSyntax" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
34
|
-
<inspection_tool class="JSCommentMatchesSignature" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
35
|
-
<inspection_tool class="JSComparisonWithNaN" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
36
|
-
<inspection_tool class="JSConsecutiveCommasInArrayLiteral" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
37
|
-
<inspection_tool class="JSConstructorReturnsPrimitive" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
38
|
-
<inspection_tool class="JSDeprecatedSymbols" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
|
|
39
|
-
<inspection_tool class="JSDuplicatedDeclaration" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
40
|
-
<inspection_tool class="JSFileReferences" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
41
|
-
<inspection_tool class="JSFunctionExpressionToArrowFunction" enabled="false" level="INFORMATION" enabled_by_default="false" />
|
|
42
|
-
<inspection_tool class="JSJQueryEfficiency" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
43
|
-
<inspection_tool class="JSLastCommaInArrayLiteral" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
44
|
-
<inspection_tool class="JSLastCommaInObjectLiteral" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
45
|
-
<inspection_tool class="JSMethodCanBeStatic" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
46
|
-
<inspection_tool class="JSMismatchedCollectionQueryUpdate" enabled="false" level="WARNING" enabled_by_default="false">
|
|
47
|
-
<option name="queries" value="trace,write,forEach" />
|
|
48
|
-
<option name="updates" value="pop,push,shift,splice,unshift" />
|
|
49
|
-
</inspection_tool>
|
|
50
|
-
<inspection_tool class="JSNonASCIINames" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
51
|
-
<inspection_tool class="JSPotentiallyInvalidConstructorUsage" enabled="false" level="WARNING" enabled_by_default="false">
|
|
52
|
-
<option name="myConsiderUppercaseFunctionsToBeConstructors" value="true" />
|
|
53
|
-
</inspection_tool>
|
|
54
|
-
<inspection_tool class="JSPotentiallyInvalidTargetOfIndexedPropertyAccess" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
55
|
-
<inspection_tool class="JSPotentiallyInvalidUsageOfThis" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
56
|
-
<inspection_tool class="JSPrimitiveTypeWrapperUsage" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
57
|
-
<inspection_tool class="JSReferencingArgumentsOutsideOfFunction" enabled="false" level="ERROR" enabled_by_default="false" />
|
|
58
|
-
<inspection_tool class="JSReferencingMutableVariableFromClosure" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
59
|
-
<inspection_tool class="JSStringConcatenationToES6Template" enabled="false" level="INFORMATION" enabled_by_default="false" />
|
|
60
|
-
<inspection_tool class="JSSuspiciousNameCombination" enabled="false" level="WARNING" enabled_by_default="false">
|
|
61
|
-
<group names="x,width,left,right" />
|
|
62
|
-
<group names="y,height,top,bottom" />
|
|
63
|
-
<exclude classes="Math" />
|
|
64
|
-
</inspection_tool>
|
|
65
|
-
<inspection_tool class="JSTypeOfValues" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
66
|
-
<inspection_tool class="JSUndeclaredVariable" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
|
|
67
|
-
<inspection_tool class="JSUndefinedPropertyAssignment" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
|
|
68
|
-
<inspection_tool class="JSUnnecessarySemicolon" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
69
|
-
<inspection_tool class="JSUnresolvedFunction" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
|
|
70
|
-
<inspection_tool class="JSUnresolvedLibraryURL" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
71
|
-
<inspection_tool class="JSUnresolvedVariable" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
|
|
72
|
-
<inspection_tool class="JSValidateJSDoc" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
73
|
-
<inspection_tool class="JSValidateTypes" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
|
|
74
|
-
<inspection_tool class="JSXNamespaceValidation" enabled="false" level="INFORMATION" enabled_by_default="false" />
|
|
75
|
-
<inspection_tool class="LoopStatementThatDoesntLoopJS" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
76
|
-
<inspection_tool class="LossyEncoding" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
77
|
-
<inspection_tool class="MeteorUnresolvedSymbol" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
78
|
-
<inspection_tool class="NodeJsCodingAssistanceForCoreModules" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
79
|
-
<inspection_tool class="NodeModulesDependencies" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
|
|
80
|
-
<inspection_tool class="NpmUsedModulesInstalled" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
|
|
81
|
-
<inspection_tool class="OctalIntegerJS" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
82
|
-
<inspection_tool class="PointlessArithmeticExpressionJS" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
83
|
-
<inspection_tool class="PointlessBooleanExpressionJS" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
84
|
-
<inspection_tool class="ReservedWordUsedAsNameJS" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
85
|
-
<inspection_tool class="ReturnFromFinallyBlockJS" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
86
|
-
<inspection_tool class="ShiftOutOfRangeJS" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
87
|
-
<inspection_tool class="SillyAssignmentJS" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
88
|
-
<inspection_tool class="ThisExpressionReferencesGlobalObjectJS" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
89
|
-
<inspection_tool class="ThrowFromFinallyBlockJS" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
90
|
-
<inspection_tool class="TrivialConditionalJS" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
91
|
-
<inspection_tool class="TrivialIfJS" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
92
|
-
<inspection_tool class="TsLint" enabled="true" level="ERROR" enabled_by_default="true" />
|
|
93
|
-
<inspection_tool class="UnnecessaryContinueJS" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
94
|
-
<inspection_tool class="UnnecessaryLabelJS" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
95
|
-
<inspection_tool class="UnnecessaryLabelOnBreakStatementJS" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
96
|
-
<inspection_tool class="UnnecessaryLabelOnContinueStatementJS" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
97
|
-
<inspection_tool class="UnnecessaryLocalVariableJS" enabled="false" level="WARNING" enabled_by_default="false">
|
|
98
|
-
<option name="m_ignoreImmediatelyReturnedVariables" value="false" />
|
|
99
|
-
<option name="m_ignoreAnnotatedVariables" value="false" />
|
|
100
|
-
</inspection_tool>
|
|
101
|
-
<inspection_tool class="UnnecessaryReturnJS" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
102
|
-
<inspection_tool class="UnreachableCodeJS" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
103
|
-
<inspection_tool class="WithStatementJS" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
104
|
-
</profile>
|
|
105
|
-
</component>
|
package/.idea/misc.xml
DELETED
|
@@ -1,115 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<project version="4">
|
|
3
|
-
<component name="JavaScriptSettings">
|
|
4
|
-
<option name="languageLevel" value="ES6" />
|
|
5
|
-
</component>
|
|
6
|
-
<component name="MarkdownProjectSettings" wasCopied="true">
|
|
7
|
-
<PreviewSettings splitEditorLayout="SPLIT" splitEditorPreview="PREVIEW" useGrayscaleRendering="false" zoomFactor="1.0" maxImageWidth="0" showGitHubPageIfSynced="false" allowBrowsingInPreview="false" synchronizePreviewPosition="true" highlightPreviewType="NONE" highlightFadeOut="5" highlightOnTyping="true" synchronizeSourcePosition="true" verticallyAlignSourceAndPreviewSyncPosition="true" showSearchHighlightsInPreview="false" showSelectionInPreview="true" openRemoteLinks="true" replaceUnicodeEmoji="false" lastLayoutSetsDefault="false">
|
|
8
|
-
<PanelProvider>
|
|
9
|
-
<provider providerId="com.vladsch.idea.multimarkdown.editor.swing.html.panel" providerName="Default - Swing" />
|
|
10
|
-
</PanelProvider>
|
|
11
|
-
</PreviewSettings>
|
|
12
|
-
<ParserSettings gitHubSyntaxChange="false" emojiShortcuts="1" emojiImages="0">
|
|
13
|
-
<PegdownExtensions>
|
|
14
|
-
<option name="ABBREVIATIONS" value="false" />
|
|
15
|
-
<option name="ANCHORLINKS" value="true" />
|
|
16
|
-
<option name="ASIDE" value="false" />
|
|
17
|
-
<option name="ATXHEADERSPACE" value="true" />
|
|
18
|
-
<option name="AUTOLINKS" value="true" />
|
|
19
|
-
<option name="DEFINITIONS" value="false" />
|
|
20
|
-
<option name="DEFINITION_BREAK_DOUBLE_BLANK_LINE" value="false" />
|
|
21
|
-
<option name="FENCED_CODE_BLOCKS" value="true" />
|
|
22
|
-
<option name="FOOTNOTES" value="false" />
|
|
23
|
-
<option name="HARDWRAPS" value="false" />
|
|
24
|
-
<option name="HTML_DEEP_PARSER" value="false" />
|
|
25
|
-
<option name="INSERTED" value="false" />
|
|
26
|
-
<option name="QUOTES" value="false" />
|
|
27
|
-
<option name="RELAXEDHRULES" value="true" />
|
|
28
|
-
<option name="SMARTS" value="false" />
|
|
29
|
-
<option name="STRIKETHROUGH" value="true" />
|
|
30
|
-
<option name="SUBSCRIPT" value="false" />
|
|
31
|
-
<option name="SUPERSCRIPT" value="false" />
|
|
32
|
-
<option name="SUPPRESS_HTML_BLOCKS" value="false" />
|
|
33
|
-
<option name="SUPPRESS_INLINE_HTML" value="false" />
|
|
34
|
-
<option name="TABLES" value="true" />
|
|
35
|
-
<option name="TASKLISTITEMS" value="true" />
|
|
36
|
-
<option name="TOC" value="false" />
|
|
37
|
-
<option name="WIKILINKS" value="true" />
|
|
38
|
-
</PegdownExtensions>
|
|
39
|
-
<ParserOptions>
|
|
40
|
-
<option name="ADMONITION_EXT" value="false" />
|
|
41
|
-
<option name="ATTRIBUTES_EXT" value="false" />
|
|
42
|
-
<option name="COMMONMARK_LISTS" value="true" />
|
|
43
|
-
<option name="DUMMY" value="false" />
|
|
44
|
-
<option name="EMOJI_SHORTCUTS" value="true" />
|
|
45
|
-
<option name="ENUMERATED_REFERENCES_EXT" value="false" />
|
|
46
|
-
<option name="FLEXMARK_FRONT_MATTER" value="false" />
|
|
47
|
-
<option name="GFM_LOOSE_BLANK_LINE_AFTER_ITEM_PARA" value="false" />
|
|
48
|
-
<option name="GFM_TABLE_RENDERING" value="true" />
|
|
49
|
-
<option name="GITBOOK_URL_ENCODING" value="false" />
|
|
50
|
-
<option name="GITHUB_LISTS" value="false" />
|
|
51
|
-
<option name="GITHUB_WIKI_LINKS" value="true" />
|
|
52
|
-
<option name="HEADER_ID_NO_DUPED_DASHES" value="false" />
|
|
53
|
-
<option name="JEKYLL_FRONT_MATTER" value="false" />
|
|
54
|
-
<option name="NO_TEXT_ATTRIBUTES" value="false" />
|
|
55
|
-
<option name="PARSE_HTML_ANCHOR_ID" value="false" />
|
|
56
|
-
<option name="SIM_TOC_BLANK_LINE_SPACER" value="true" />
|
|
57
|
-
</ParserOptions>
|
|
58
|
-
</ParserSettings>
|
|
59
|
-
<HtmlSettings headerTopEnabled="false" headerBottomEnabled="false" bodyTopEnabled="false" bodyBottomEnabled="false" embedUrlContent="false" addPageHeader="true" embedImages="false" embedHttpImages="false" imageUriSerials="false">
|
|
60
|
-
<GeneratorProvider>
|
|
61
|
-
<provider providerId="com.vladsch.idea.multimarkdown.editor.swing.html.generator" providerName="Default Swing HTML Generator" />
|
|
62
|
-
</GeneratorProvider>
|
|
63
|
-
<headerTop />
|
|
64
|
-
<headerBottom />
|
|
65
|
-
<bodyTop />
|
|
66
|
-
<bodyBottom />
|
|
67
|
-
</HtmlSettings>
|
|
68
|
-
<CssSettings previewScheme="UI_SCHEME" cssUri="" isCssUriEnabled="false" isCssUriSerial="true" isCssTextEnabled="false" isDynamicPageWidth="true">
|
|
69
|
-
<StylesheetProvider>
|
|
70
|
-
<provider providerId="com.vladsch.idea.multimarkdown.editor.swing.html.css" providerName="Default Swing Stylesheet" />
|
|
71
|
-
</StylesheetProvider>
|
|
72
|
-
<ScriptProviders />
|
|
73
|
-
<cssText />
|
|
74
|
-
<cssUriHistory />
|
|
75
|
-
</CssSettings>
|
|
76
|
-
<HtmlExportSettings updateOnSave="false" parentDir="" targetDir="" cssDir="" scriptDir="" plainHtml="false" imageDir="" copyLinkedImages="false" imageUniquifyType="0" targetExt="" useTargetExt="false" noCssNoScripts="false" linkToExportedHtml="true" exportOnSettingsChange="true" regenerateOnProjectOpen="false" linkFormatType="HTTP_ABSOLUTE" />
|
|
77
|
-
<LinkMapSettings>
|
|
78
|
-
<textMaps />
|
|
79
|
-
</LinkMapSettings>
|
|
80
|
-
</component>
|
|
81
|
-
<component name="ProjectInspectionProfilesVisibleTreeState">
|
|
82
|
-
<entry key="Project Default">
|
|
83
|
-
<profile-state>
|
|
84
|
-
<expanded-state>
|
|
85
|
-
<State>
|
|
86
|
-
<id />
|
|
87
|
-
</State>
|
|
88
|
-
<State>
|
|
89
|
-
<id>Data flow issuesJavaScript</id>
|
|
90
|
-
</State>
|
|
91
|
-
<State>
|
|
92
|
-
<id>Error handlingJavaScript</id>
|
|
93
|
-
</State>
|
|
94
|
-
<State>
|
|
95
|
-
<id>JavaScript</id>
|
|
96
|
-
</State>
|
|
97
|
-
<State>
|
|
98
|
-
<id>JavaScript validity issuesJavaScript</id>
|
|
99
|
-
</State>
|
|
100
|
-
</expanded-state>
|
|
101
|
-
<selected-state>
|
|
102
|
-
<State>
|
|
103
|
-
<id>BashSupport</id>
|
|
104
|
-
</State>
|
|
105
|
-
</selected-state>
|
|
106
|
-
</profile-state>
|
|
107
|
-
</entry>
|
|
108
|
-
</component>
|
|
109
|
-
<component name="TypeScriptCompiler">
|
|
110
|
-
<option name="useService" value="false" />
|
|
111
|
-
</component>
|
|
112
|
-
<component name="YarnPnpManager">
|
|
113
|
-
<pnp-files />
|
|
114
|
-
</component>
|
|
115
|
-
</project>
|
package/.idea/mockaton.iml
DELETED
|
@@ -1,8 +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
|
-
<orderEntry type="inheritedJdk" />
|
|
6
|
-
<orderEntry type="sourceFolder" forTests="false" />
|
|
7
|
-
</component>
|
|
8
|
-
</module>
|
package/.idea/modules.xml
DELETED