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

Playground at http://www.typescriptlang.org/play doesn't appear to be updated to 2.4 #17353

Closed
sceutre opened this issue Jul 21, 2017 · 6 comments
Assignees
Labels
Docs The issue relates to how you learn TypeScript

Comments

@sceutre
Copy link

sceutre commented Jul 21, 2017

I'd like to use the typescript playground at http://www.typescriptlang.org/play as a tool for co-workers to explore the language, but we're using 2.4 (especially string enums) and that doesn't seem to work there. Apologies if this is wrong place to report.

TypeScript Version: less that 2.4 I'd assume

Code

enum Colors {
    Red = "RED",
    Green = "GREEN",
    Blue = "BLUE",
}

Expected behavior:
No errors when typed in on http://www.typescriptlang.org/play

Actual behavior:
Shows errors

@chriskrycho
Copy link

Confirm: the playground is running 2.3.3.

@mhegazy mhegazy self-assigned this Aug 21, 2017
@mhegazy mhegazy added the Docs The issue relates to how you learn TypeScript label Aug 21, 2017
@mhegazy
Copy link
Contributor

mhegazy commented Aug 26, 2017

should be update to 2.5 now.

@mhegazy mhegazy closed this as completed Aug 26, 2017
@jrabbe
Copy link

jrabbe commented Sep 7, 2017

I just visited the playground and it says the TS version is 2.0.3.

image

@mhegazy
Copy link
Contributor

mhegazy commented Sep 7, 2017

should be fixed now

@RyanCavanaugh
Copy link
Member

Now reporting

ts.version: 2.5.1-insiders.20170825

@mhegazy
Copy link
Contributor

mhegazy commented Sep 7, 2017

yeah. that was the same as 2.5.2. i will update it to the latest insiders drop once we publish a new one.

@microsoft microsoft locked and limited conversation to collaborators Jun 14, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Docs The issue relates to how you learn TypeScript
Projects
None yet
Development

No branches or pull requests

5 participants