Searched refs:_namespaces (Results 1 – 4 of 4) sorted by relevance
1 === tests/cases/compiler/src/core/_namespaces/ts.ts ===15 import * as ts from "./_namespaces/ts";18 import { Debug } from "./_namespaces/ts";38 === tests/cases/compiler/src/other/_namespaces/ts.ts ===40 export * from "../../core/_namespaces/ts"44 import * as ts from "./_namespaces/ts";47 import { Debug } from "./_namespaces/ts";
1 === tests/cases/compiler/src/core/_namespaces/ts.ts ===16 import * as ts from "./_namespaces/ts";19 import { Debug } from "./_namespaces/ts";35 === tests/cases/compiler/src/other/_namespaces/ts.ts ===37 export * from "../../core/_namespaces/ts"41 import * as ts from "./_namespaces/ts";44 import { Debug } from "./_namespaces/ts";
94 self._namespaces = namespaceHandling132 return self._namespaces147 self._namespaces = state277 if self._namespaces:
746 qnames, namespaces = _namespaces(self._root, default_namespace)810 def _namespaces(elem, default_namespace=None): function