-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
PlaygroundIssues that affect the PlaygroundIssues that affect the PlaygroundWorking as IntendedThis will not be worked onThis will not be worked on
Description
When I hit "Run" button, getting the "Executed Transpiled TypeScript" error appears on the screen.
Please see the attached video in zip file
TypeScript_ Playground - An online editor for exploring TypeScript and JavaScript - Google Chrome 2020-04-04 21-53-42.zip
Repro:
Code
export enum filterCategory {
Campaigns = "Campaigns",
Pipelines = "Pipelines",
Clients = "Clients",
Nonclients = "Non-clients",
}
const filterCategoryList = [filterCategory.Campaigns, filterCategory.Clients];
console.log(filterCategory.Campaigns);
// A *self-contained* demonstration of the problem follows...
// Test this by running `tsc` on the command-line, rather than through another build tool such as Gulp, Webpack, etc.Expected behavior:
Actual behavior:
Metadata
Metadata
Assignees
Labels
PlaygroundIssues that affect the PlaygroundIssues that affect the PlaygroundWorking as IntendedThis will not be worked onThis will not be worked on
