Move part of lang to analysis and get rid of python-psi-impl dependency on lang

GitOrigin-RevId: 0e6673894d5c1305ccf3992ae585186d00317533
This commit is contained in:
Dmitry Trofimov
2019-09-12 22:46:24 +02:00
committed by intellij-monorepo-bot
parent ebae81428c
commit 5803455d10
118 changed files with 719 additions and 599 deletions

View File

@@ -16,9 +16,12 @@
<orderEntry type="module" module-name="intellij.platform.lang" />
<orderEntry type="module" module-name="intellij.platform.core.impl" />
<orderEntry type="library" name="kotlin-stdlib-jdk8" level="project" />
<orderEntry type="module" module-name="intellij.platform.lang.impl" />
<orderEntry type="module" module-name="intellij.python.community" />
<orderEntry type="library" name="jsoup" level="project" />
<orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.indexing.impl" />
<orderEntry type="library" name="StreamEx" level="project" />
<orderEntry type="module" module-name="intellij.platform.projectModel.impl" />
<orderEntry type="module" module-name="intellij.platform.analysis.impl" />
</component>
</module>