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

Update helpers for TS 3.9 (Update __importStar, __exportStar, add __createBinding) #99

Merged
merged 1 commit into from
May 5, 2020

Conversation

weswigham
Copy link
Member

Consolidates #78 and #89

@weswigham
Copy link
Member Author

@rbuckton we need this reviewed, iterated if need be, and in for the 3.9 release, so a review (and merge if OK) would be appreciated.

@rbuckton rbuckton merged commit 6975099 into master May 5, 2020
@rbuckton
Copy link
Member

rbuckton commented May 5, 2020

Looks good. Should @DanielRosenwasser push up a new tslib release now or is there more we need to get in to this?

@weswigham
Copy link
Member Author

@DanielRosenwasser was planning on making a release with the new licence; weather he's already done that or not, I do not know.

@weswigham weswigham deleted the typescript-3.9 branch May 6, 2020 00:14
@@ -34,3 +34,4 @@ export declare function __importStar<T>(mod: T): T;
export declare function __importDefault<T>(mod: T): T | { default: T };
export declare function __classPrivateFieldGet<T extends object, V>(receiver: T, privateMap: { has(o: T): boolean, get(o: T): V | undefined }): V;
export declare function __classPrivateFieldSet<T extends object, V>(receiver: T, privateMap: { has(o: T): boolean, set(o: T, value: V): any }, value: V): V;
export declare function __createBinding(object: object, target: object, key: PropertyKey, objectKey?: PropertyKey);
Copy link

Choose a reason for hiding this comment

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

This is missing a return type.

Copy link
Member Author

Choose a reason for hiding this comment

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

🤦 @rbuckton CI on this repo when

Copy link

Choose a reason for hiding this comment

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

You can think of me as a CI with extremely high variance -- sometimes you get feedback in a day, other times three months. :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants