```ts import * as thing from "thing" /**/ ``` Request completions at `/**/`. **Expected**: Completions provide the `assert` keyword. **Actual** No assert keyword is present in the completion list.