mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-25 18:25:37 +07:00
GitOrigin-RevId: 275260ab73f59d3c08f0b4cb9f4c89b74054094a
25 lines
710 B
Python
25 lines
710 B
Python
### auto-generated section `build intellij.python.ast` start
|
|
load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources")
|
|
|
|
jvm_resources(
|
|
name = "ast_resources",
|
|
files = glob(["resources/**/*"]),
|
|
strip_prefix = "resources"
|
|
)
|
|
|
|
jvm_library(
|
|
name = "ast",
|
|
module_name = "intellij.python.ast",
|
|
visibility = ["//visibility:public"],
|
|
srcs = glob(["src/**/*.kt", "src/**/*.java", "src/**/*.form"], allow_empty = True),
|
|
deps = [
|
|
"@lib//:kotlin-stdlib",
|
|
"//platform/util",
|
|
"//platform/core-api:core",
|
|
"//python/python-parser:parser",
|
|
"//platform/core-impl",
|
|
"@lib//:stream_ex",
|
|
],
|
|
runtime_deps = [":ast_resources"]
|
|
)
|
|
### auto-generated section `build intellij.python.ast` end |