mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 19:52:21 +03:00
10 lines
141 B
JavaScript
10 lines
141 B
JavaScript
var // @noImplicitAny: true
|
|
E;
|
|
(function(E) {
|
|
E["A"] = "a";
|
|
E["B"] = "b";
|
|
E["C"] = "c";
|
|
})(E || (E = {
|
|
}));
|
|
const snb = item[e];
|