Skip to content
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

conditionally import reflect-metadata and fix run without debug #455

Merged
merged 4 commits into from
Dec 19, 2017

Conversation

DonJayamanne
Copy link

@DonJayamanne DonJayamanne commented Dec 18, 2017

@DonJayamanne
Copy link
Author

@brettcannon changes ready, with bumped version number.

@DonJayamanne DonJayamanne requested review from MikhailArkhipov and removed request for brettcannon December 19, 2017 17:13
@@ -1,4 +1,9 @@
'use strict';
// This line should always be right on top.
if (Reflect.metadata === undefined) {

Choose a reason for hiding this comment

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

Does it matter which extension is loaded first? Looks we are are loading if it is not loaded, but is AI OK with using module we load if Python extension was activated first?

@DonJayamanne DonJayamanne merged commit 785b093 into microsoft:Release-0.9.1 Dec 19, 2017
@DonJayamanne DonJayamanne deleted the iocfix branch January 31, 2018 20:17
@lock lock bot locked as resolved and limited conversation to collaborators Jul 31, 2019
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.

2 participants