Skip to content

Use other files when necessary to determine import style in JS #40879

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 5, 2020

Conversation

andrewbranch
Copy link
Member

@andrewbranch andrewbranch commented Oct 1, 2020

Fixes #29038 (even more)

@typescript-bot typescript-bot added Author: Team For Milestone Bug PRs that fix a bug with a specific milestone labels Oct 1, 2020
if (otherFile.externalModuleIndicator && !otherFile.commonJsModuleIndicator) return false;
}

// 5. Literally nothing to go on
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
// 5. Literally nothing to go on
// 5. Literally nothing to go on, why not zoidberg?

@andrewbranch andrewbranch merged commit 736363b into microsoft:master Oct 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Author: Team For Milestone Bug PRs that fix a bug with a specific milestone
Projects
None yet
Development

Successfully merging this pull request may close these issues.

VSCode mixes import and require syntaxes on auto-import
4 participants