mirror of
https://github.com/swc-project/swc.git
synced 2024-12-21 04:32:01 +03:00
b7eb1f9154
swc_ecma_transforms_base: - Fix `('a' ?? 'b') || c`.
8 lines
137 B
TypeScript
8 lines
137 B
TypeScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
exports.foo = void 0;
|
|
const foo = 1;
|
|
exports.foo = foo;
|