mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +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>
|
||
|---|---|---|
| .. | ||
| arrow-function-return-type.snap | ||
| as-const.snap | ||
| async-function.snap | ||
| class.snap | ||
| declare-global.snap | ||
| eliminate-imports.snap | ||
| empty-export.snap | ||
| empty-export2.snap | ||
| expando-function.snap | ||
| function-overloads.snap | ||
| function-parameters.snap | ||
| generator.snap | ||
| infer-expression.snap | ||
| infer-return-type.snap | ||
| infer-template-literal.snap | ||
| mapped-types.snap | ||
| module-declaration.snap | ||
| non-exported-binding-elements.snap | ||
| readonly.snap | ||
| set-get-accessor.snap | ||