mirror of
https://github.com/danbulant/oxc
synced 2026-05-25 04:42:10 +00:00
8 lines
62 B
JavaScript
8 lines
62 B
JavaScript
module.exports = {
|
|
a: 1,
|
|
b: 2
|
|
}
|
|
|
|
var c = 3
|
|
|
|
exports.d = c
|