Lines Matching full:which
19 …dments, which allow other implementation approaches, and on the other hand, several hot fixes has …
41 It is ensured currently via the *ETSParser::ParseDefaultSources* method, which parse an internally …
57 …estigated, and so on. Search continues until the global scope is reached, which is the end of scop…
63 According to this, global scope has an extra **foreignBindings_** member that helps to know which v…
112 …is a string literal which can be points to a module (separate module | package module) or a folder…
113 …n import path, the string literal will be passed to the importPathManager which will resolve it as…
116 The importPath with the resolved path and two additional information - which is the language inform…
120 The import specifier list will be filled until an import directive can be found, which may contain …
126 …dd importAlias, but there is a temporary exception due to stdlib sources, which will have to be ha…
134 The *ParseNamedSpecifiers* method will create the *ImportSpecifier* AST Node with local name, which…
150 …and import type is that the first form imports all top-level declarations which were exported, and…
164 …tDeclaration method will be called for every *ETSImportDeclaration* nodes which will import these …
180 …ortcoming that would be useful to address, but requires a major overhaul, which could be part of t…
185 * Trying to type export something, which is not a type
235 Single export directive allows to specify the declaration which will be exported from the current c…
259 … *ETSParser::ParseNamedSpecifiers* method to parse the export specifiers, which are the selective …
271 * The logic is handled in the *ImportExportDecls::HandleGlobalStmts*, which contains checks and thr…
280 * A multimap is introduced to handle aliasing, which is stored in the binder for every parsed file
286 … * It will checks for clashing names, when the given alias is a name, which is also exported, like:
350 …* The specifiers will be parsed in the *ETSParser::ParseExport* method, which calls the *ETSParser…
353 …ation* AST node will be created, which will contains this *ETSImportDeclaration* node and the curr…
354 …ortDeclaration method will be called for every ETSImportDeclaration nodes which will import these …
423 …ective uses the selective export syntax, which means it is parsed in the *ETSParser::ParseExport* …