-
Notifications
You must be signed in to change notification settings - Fork 38
/
intellij.svelte.iml
65 lines (65 loc) · 4.36 KB
/
intellij.svelte.iml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/main/gen" isTestSource="false" generated="true" />
<sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/test/resources" type="java-test-resource" />
<excludeFolder url="file://$MODULE_DIR$/build" />
<excludeFolder url="file://$MODULE_DIR$/out" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="intellij.platform.ide" />
<orderEntry type="library" name="kotlin-stdlib" level="project" />
<orderEntry type="module" module-name="intellij.xml.psi" />
<orderEntry type="module" module-name="intellij.platform.lang" />
<orderEntry type="module" module-name="intellij.platform.lang.impl" />
<orderEntry type="module" module-name="intellij.xml.psi.impl" />
<orderEntry type="module" module-name="intellij.platform.core.impl" />
<orderEntry type="module" module-name="intellij.platform.core" />
<orderEntry type="module" module-name="intellij.platform.analysis.impl" />
<orderEntry type="module" module-name="intellij.javascript.psi.impl" />
<orderEntry type="module" module-name="intellij.javascript.impl" />
<orderEntry type="module" module-name="intellij.javascript.debugger" />
<orderEntry type="module" module-name="intellij.javascript.debugger.ui" />
<orderEntry type="module" module-name="intellij.css.psi" />
<orderEntry type="module" module-name="intellij.platform.debugger" />
<orderEntry type="module" module-name="intellij.xml.impl" />
<orderEntry type="module" module-name="intellij.spellchecker" />
<orderEntry type="module" module-name="intellij.css.analysis" />
<orderEntry type="module" module-name="intellij.css" />
<orderEntry type="module" module-name="intellij.platform.builtInServer.impl" />
<orderEntry type="module" module-name="intellij.platform.webide.impl" />
<orderEntry type="module" module-name="intellij.prettierJS" />
<orderEntry type="library" name="jackson" level="project" />
<orderEntry type="library" name="jackson-databind" level="project" />
<orderEntry type="library" name="commons-compress" level="project" />
<orderEntry type="library" name="StreamEx" level="project" />
<orderEntry type="library" name="gson" level="project" />
<orderEntry type="module" module-name="intellij.platform.core.ui" />
<orderEntry type="module" module-name="intellij.platform.codeStyle.impl" />
<orderEntry type="library" name="caffeine" level="project" />
<orderEntry type="module" module-name="intellij.javascript.web" />
<orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" />
<orderEntry type="module" module-name="intellij.javascript" scope="TEST" />
<orderEntry type="module" module-name="intellij.javascript.testFramework" scope="TEST" />
<orderEntry type="module" module-name="intellij.copyright" scope="TEST" />
<orderEntry type="module" module-name="intellij.javascript.tests" scope="TEST" />
<orderEntry type="module" module-name="intellij.sass" scope="TEST" />
<orderEntry type="module" module-name="intellij.jade" scope="TEST" />
<orderEntry type="module" module-name="intellij.postcss" scope="TEST" />
<orderEntry type="module" module-name="intellij.stylus" scope="TEST" />
<orderEntry type="module" module-name="intellij.xml.tests" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.lsp.testFramework" scope="TEST" />
<orderEntry type="library" name="fastutil-min" level="project" />
<orderEntry type="module" module-name="intellij.platform.lsp.impl" />
<orderEntry type="library" name="eclipse.lsp4j" level="project" />
<orderEntry type="library" name="eclipse.lsp4j.jsonrpc" level="project" />
<orderEntry type="module" module-name="intellij.vitejs" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.webSymbols" />
</component>
</module>