Code reference detail
linking.test.ts:resolve namespace import references to files
packages/language/test/linking.test.ts:resolve namespace import references to files
| Idea | Status | Tags | Summary |
|---|---|---|---|
| import_keywords | The keywords import, from, and as are reserved for import statements. Import keywords may also appear as ordinary words in idea body text when not at statement start. | ||
| import_namespace | Namespace import syntax uses import and a quoted path. Namespace import may include an alias using as. A bracket reference to the alias alone — for example [context_model] — opens the imported file and links only the alias name, like an ideaset namespace. Qualified references through the alias — for example [context_model.builder] — resolve ideas from the imported module. |
Reference labels
../../packages/language/test/linking.test.ts:resolve namespace import references to files