-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
Description
Describe the bug
"use strict";
console.log(1 /* A */);
Input code
console.log(Foo.A);
const enum Foo {
A = 1
}
Config
{
"jsc": {
"parser": {
"syntax": "typescript",
"tsx": false
},
"target": "es2022"
},
"module": {
"type": "es6"
},
"isModule": true
}
Playground link
Expected behavior
see TypeScript output
Actual behavior
No response
Version
1.2.143
Additional context
No response
feedm3