oxc/crates/oxc_minifier/tests
Boshen 46cb1c1b7b fix(minifier): handle Object.definedPropert(exports for @babel/types/lib/index.js (#4933)
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];
		}
	});
});
```

🙃
2024-08-16 06:48:15 +00:00
..
ast_passes fix(minifier): handle Object.definedPropert(exports for @babel/types/lib/index.js (#4933) 2024-08-16 06:48:15 +00:00
mangler refactor(minifier): ast passes infrastructure (#4625) 2024-08-04 11:58:39 +00:00
plugins feat(minifier): add InjectGlobalVariables plugin (@rollup/plugin-inject) (#4759) 2024-08-10 01:12:31 +00:00
mod.rs refactor(minifier): move tests and files around 2024-08-07 20:01:55 +08:00