Skip to content

Conversation

vladima
Copy link
Contributor

@vladima vladima commented Mar 14, 2016

fixes #7415

@@ -183,7 +183,7 @@ describe('PreProcessFile:', function () {
function foo() {
}
`,
/* readImports */ false,
/* readImports */ true,
Copy link
Contributor

Choose a reason for hiding this comment

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

how was this working before?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

because we previously did not check the list of ambient modules (fixed in this PR)

@mhegazy
Copy link
Contributor

mhegazy commented Mar 14, 2016

👍

vladima added a commit that referenced this pull request Mar 14, 2016
find module augmentations in preprocessor
@vladima vladima merged commit 9f6f871 into master Mar 14, 2016
@vladima vladima deleted the preprocessFindAugmentations branch March 14, 2016 20:57
@microsoft microsoft locked and limited conversation to collaborators Jun 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Augmentet methods not available in Visual Studio intellisense unless something is exported from the augmentation module
3 participants