Searched defs:packages (Results 1 – 7 of 7) sorted by relevance
70 ### 3.1. Minor changes in the compiling process of a module154 …ssible throughout the entire package. The name can be accessed in other packages or modules if exp… argument161 The **ark_link** target links a common abc from multiple abc files, which is useful for packages. T… argument173 ### 4.1. Storage of imported variables184 ### 4.2. How to import variables206 ### 4.3. Improvement possibilities/suggestions236 ### 5.2.1. allBinding: '*' importAlias243 ### 5.2.2. selectiveBindings: '{' importBinding (',' importBinding)* '}'250 ### 5.2.3 defaultBinding: Identifier | ( '{' 'default' 'as' Identifier '}' );260 ### 5.2.4. typeBinding: 'type' selectiveBindings;[all …]
45 …ssible throughout the entire package. The name can be accessed in other packages or modules if exp… argument59 ### 4.1. Storage of imported variables70 ### 4.2. How to import variables92 ### 4.3. Improvement possibilities/suggestions122 ### 5.2.1. allBinding: '*' importAlias129 ### 5.2.2. selectiveBindings: '{' importBinding (',' importBinding)* '}'136 ### 5.2.3 defaultBinding: Identifier | ( '{' 'default' 'as' Identifier '}' );146 ### 5.2.4. typeBinding: 'type' selectiveBindings;191 ### 6.1. Exported declarations209 ### 6.2. Default export[all …]
5 "packages": {} object
5 "packages": { object
6 "packages": { object
961 def packages(self) -> Iterable[PackageDecl]: member in PackageGroup