mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
Discoverd in `monitor-oxc`
```javascript
Object.keys(_index6).forEach(function(key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _index6[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function() {
return _index6[key];
}
});
});
```
🙃
|
||
|---|---|---|
| .. | ||
| ast_passes | ||
| mangler | ||
| plugins | ||
| mod.rs | ||