FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
rebased/python/python-syntax-core/BUILD.bazel at master · DetachHead/rebased · GitHub
DetachHead
/
rebased
Public
forked from
JetBrains/intellij-community
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
212
Star
5.3k
Code
Issues
37
Pull requests
7
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
rebased
/
python
/
python-syntax-core
/
BUILD.bazel
Copy path
More file actions
More file actions
Latest commit
History
History
History
83 lines (79 loc) · 2.76 KB
Breadcrumbs
rebased
/
python
/
python-syntax-core
/
BUILD.bazel
Copy path
File metadata and controls
83 lines (79 loc) · 2.76 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
load
(
"@rules_jvm//:jvm.bzl"
,
"jvm_library"
)
### auto-generated section `build intellij.python.syntax.core` start
jvm_library
(
name
=
"syntax-core"
,
srcs
=
glob
(
[
"src/**/*.kt"
,
"src/**/*.java"
,
"src/**/*.form"
,
],
allow_empty
=
True
,
),
module_name
=
"intellij.python.syntax.core"
,
resource_strip_prefix
=
"resources"
,
resources
=
glob
(
[
"resources/**/*"
],
),
visibility
=
[
"//visibility:public"
],
deps
=
[
# do not sort,
"//platform/editor-ui-api:editor-ui"
,
"//platform/core-api:core"
,
"//python/python-parser:parser"
,
"//platform/projectModel-api:projectModel"
,
"//python/python-ast:ast"
,
"//platform/code-style-impl:codeStyle-impl"
,
"//platform/code-style-api:codeStyle"
,
"//libraries/fastutil"
,
"//platform/util"
,
"//platform/core-impl"
,
"//libraries/guava"
,
"//platform/projectModel-impl"
,
"//platform/analysis-api:analysis"
,
"//platform/ide-core-impl"
,
"//platform/analysis-impl"
,
"//libraries/kotlinx/collections-immutable:libraries-kotlinx-collections-immutable"
,
"//platform/workspace/jps"
,
],
)
jvm_library
(
name
=
"syntax-core_test_lib"
,
testonly
=
True
,
srcs
=
glob
(
[],
allow_empty
=
True
,
),
module_name
=
"intellij.python.syntax.core"
,
visibility
=
[
"//visibility:public"
],
runtime_deps
=
[
# do not sort,
":syntax-core"
,
"//platform/editor-ui-api:editor-ui_test_lib"
,
"//platform/core-api:core_test_lib"
,
"//python/python-parser:parser_test_lib"
,
"//platform/projectModel-api:projectModel_test_lib"
,
"//python/python-ast:ast_test_lib"
,
"//platform/code-style-impl:codeStyle-impl_test_lib"
,
"//platform/code-style-api:codeStyle_test_lib"
,
"//libraries/fastutil:fastutil_test_lib"
,
"//platform/util:util_test_lib"
,
"//platform/core-impl:core-impl_test_lib"
,
"//libraries/guava:guava_test_lib"
,
"//platform/projectModel-impl:projectModel-impl_test_lib"
,
"//platform/analysis-api:analysis_test_lib"
,
"//platform/ide-core-impl:ide-core-impl_test_lib"
,
"//platform/analysis-impl:analysis-impl_test_lib"
,
"//libraries/kotlinx/collections-immutable:libraries-kotlinx-collections-immutable_test_lib"
,
"//platform/workspace/jps:jps_test_lib"
,
],
)
### auto-generated section `build intellij.python.syntax.core` end
### auto-generated section `iml intellij.python.syntax.core` start
exports_files
(
[
"intellij.python.syntax.core.iml"
,
],
visibility
=
[
"//visibility:public"
],
)
### auto-generated section `iml intellij.python.syntax.core` end
Back
|
FazBrowse Home
|
New Git URL