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

Decouple core.js results from Babel an TypeScript #1333

Open
afmenez opened this issue Aug 2, 2018 · 9 comments
Open

Decouple core.js results from Babel an TypeScript #1333

afmenez opened this issue Aug 2, 2018 · 9 comments

Comments

@afmenez
Copy link
Contributor

afmenez commented Aug 2, 2018

The test results for Babel and TypeScript say "+ core.js 2.5", shouldn't it be upgraded to 3.0, which supports many new js features?

@chicoxyzzy
Copy link
Member

chicoxyzzy commented Aug 2, 2018

IMO it's better to decouple core.js results from Babel and TypeScript and have two new columns core.js 2 and core.js 3

@afmenez
Copy link
Contributor Author

afmenez commented Aug 2, 2018 via email

@afmenez
Copy link
Contributor Author

afmenez commented Aug 2, 2018

Even better!

@afmenez afmenez changed the title Update core.js version to 3.0 decouple core.js results from Babel an TypeScript Aug 2, 2018
@afmenez afmenez changed the title decouple core.js results from Babel an TypeScript Decouple core.js results from Babel an TypeScript Aug 2, 2018
@ljharb
Copy link
Member

ljharb commented Aug 2, 2018

I'd also like to see three columns - one for babel without core-js, and one for with v2, and one for with v3.

@afmenez
Copy link
Contributor Author

afmenez commented Aug 2, 2018

That would make the number of columns explode over time, since the BabelXcore.js and TypeScriptXcore.js combinations would increase exponentially.

@ljharb
Copy link
Member

ljharb commented Aug 3, 2018

I'm not sure how "nothing, 1, 2" is any less explody than "1, 2" - with 1000 versions, we're talking about 1000 columns vs 1001 with my suggestion.

@afmenez
Copy link
Contributor Author

afmenez commented Aug 3, 2018

Sorry, I thought you meant you wanted columns for every combination of BabelXcore.js and TypeScriptXcore.js. Now I see that you mean pure core.js, Babel and TypeScript for old versions, and combined for the latest.
It's a lot of columns, anyway. :)

@zloirock
Copy link
Collaborator

One big problem: a serious part of babel features does not work without polyfills.

@ljharb
Copy link
Member

ljharb commented Aug 27, 2018

Indeed, and that's information people need to know.

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

No branches or pull requests

4 participants