mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 20:32:10 +00:00
This should be ok but currently has an error reported
```ts
function foo(): void {}
namespace foo {
export let bar = 42;
}
foo.bar = 42;
export default foo;
```
Co-authored-by: MichaelMitchell-at <=>
Co-authored-by: Dunqing <dengqing0821@gmail.com>
Co-authored-by: Don Isaac <donald.isaac@gmail.com>
|
||
|---|---|---|
| .. | ||
| deno | ||
| fixtures | ||
| snapshots | ||
| mod.rs | ||