@@ -49,24 +49,24 @@ Flex I/import import on imports
4949GDScript c/class extended on used as a base class for extending
5050GemSpec g/gem develDep on specifying development dependency
5151GemSpec g/gem runtimeDep on specifying runtime dependency
52+ Go Y/unknown receiverType on receiver type
5253Go p/package imported on imported package
53- Go u/unknown receiverType on receiver type
5454HTML C/stylesheet extFile on referenced as external files
5555HTML J/script extFile on referenced as external files
5656HTML c/class attribute on assigned as attributes
5757Java p/package imported on imported package
5858JavaScript c/class chainElt off (EXPERIMENTAL)used as an element in a name chain like a.b.c
5959JavaScript v/variable chainElt off (EXPERIMENTAL)used as an element in a name chain like a.b.c
60+ Julia Y/unknown imported on loaded by "import"
61+ Julia Y/unknown used on loaded by "using"
6062Julia n/module imported on loaded by "import"
6163Julia n/module namespace on only some symbols in it are imported
6264Julia n/module used on loaded by "using"
63- Julia x/unknown imported on loaded by "import"
64- Julia x/unknown used on loaded by "using"
6565Kconfig k/kconfig source on kconfig file loaded with source directive
6666LdScript i/inputSection discarded on discarded when linking
6767LdScript i/inputSection mapped on mapped to output section
6868LdScript s/symbol entrypoint on entry points
69- Lua X /unknown referenced off referenced somehow
69+ Lua Y /unknown referenced off referenced somehow
7070M4 I/macrofile included on included macro
7171M4 I/macrofile sincluded on silently included macro
7272M4 d/macro undef on undefined
@@ -79,11 +79,11 @@ Perl M/module used on specified in `use' b
7979Perl h/heredoc endmarker on end marker
8080Protobuf D/protodef imported on imported
8181Protobuf m/message extension on extending the message
82+ Python Y/unknown imported on imported from the other module
83+ Python Y/unknown indirectlyImported on classes/variables/functions/modules imported in alternative name
8284Python i/module imported on imported modules
8385Python i/module indirectlyImported on module imported in alternative name
8486Python i/module namespace on namespace from where classes/variables/functions are imported
85- Python x/unknown imported on imported from the other module
86- Python x/unknown indirectlyImported on classes/variables/functions/modules imported in alternative name
8787R l/library library on library attached by library function
8888R l/library require on library attached by require function
8989R s/source source on source loaded by source fucntion
@@ -167,24 +167,24 @@ Flex I/import import on imports
167167GDScript c/class extended on used as a base class for extending
168168GemSpec g/gem develDep on specifying development dependency
169169GemSpec g/gem runtimeDep on specifying runtime dependency
170+ Go Y/unknown receiverType on receiver type
170171Go p/package imported on imported package
171- Go u/unknown receiverType on receiver type
172172HTML C/stylesheet extFile on referenced as external files
173173HTML J/script extFile on referenced as external files
174174HTML c/class attribute on assigned as attributes
175175Java p/package imported on imported package
176176JavaScript c/class chainElt off (EXPERIMENTAL)used as an element in a name chain like a.b.c
177177JavaScript v/variable chainElt off (EXPERIMENTAL)used as an element in a name chain like a.b.c
178+ Julia Y/unknown imported on loaded by "import"
179+ Julia Y/unknown used on loaded by "using"
178180Julia n/module imported on loaded by "import"
179181Julia n/module namespace on only some symbols in it are imported
180182Julia n/module used on loaded by "using"
181- Julia x/unknown imported on loaded by "import"
182- Julia x/unknown used on loaded by "using"
183183Kconfig k/kconfig source on kconfig file loaded with source directive
184184LdScript i/inputSection discarded on discarded when linking
185185LdScript i/inputSection mapped on mapped to output section
186186LdScript s/symbol entrypoint on entry points
187- Lua X /unknown referenced off referenced somehow
187+ Lua Y /unknown referenced off referenced somehow
188188M4 I/macrofile included on included macro
189189M4 I/macrofile sincluded on silently included macro
190190M4 d/macro undef on undefined
@@ -197,11 +197,11 @@ Perl M/module used on specified in `use' b
197197Perl h/heredoc endmarker on end marker
198198Protobuf D/protodef imported on imported
199199Protobuf m/message extension on extending the message
200+ Python Y/unknown imported on imported from the other module
201+ Python Y/unknown indirectlyImported on classes/variables/functions/modules imported in alternative name
200202Python i/module imported on imported modules
201203Python i/module indirectlyImported on module imported in alternative name
202204Python i/module namespace on namespace from where classes/variables/functions are imported
203- Python x/unknown imported on imported from the other module
204- Python x/unknown indirectlyImported on classes/variables/functions/modules imported in alternative name
205205R l/library library on library attached by library function
206206R l/library require on library attached by require function
207207R s/source source on source loaded by source fucntion
0 commit comments