-
Notifications
You must be signed in to change notification settings - Fork 13k
Closed
Labels
BugA bug in TypeScriptA bug in TypeScriptFixedA PR has been merged for this issueA PR has been merged for this issue
Milestone
Description
This is a follow-up on #25279, because one of the cases was not fixed (or regressed since then?)
TypeScript Version: 3.1.0-dev.20180728
Search Terms:
Code
- clone https://github.com/fimbullinter/wotan
yarn
- creates a symlink
node_modules/@fimbul/<name>
for eachpackages/<name>
- creates a symlink
- create a new file
packages/mimir/src/test.ts
- type
isAsyncFunction
and use auto-import from the completion list or quickfix
Expected behavior:
import { isAsyncFunction } from "./utils";
isAsyncFunction
Actual behavior:
import { isAsyncFunction } from "@fimbul/mimir/src/utils";
isAsyncFunction
Related Issues:
#25279
alexbjorlig and JozefFlakus
Metadata
Metadata
Assignees
Labels
BugA bug in TypeScriptA bug in TypeScriptFixedA PR has been merged for this issueA PR has been merged for this issue