oxc/crates/oxc_isolated_declarations/tests
Dunqing 46fb3cbb3e Revert "fix(isolated_declarations): Always emit module declarations (#4911)" (#4916)
This reverts commit 0fb0b71f0d.

test failed  https://github.com/oxc-project/oxc/actions/runs/10405198969/job/28815418191

We should only emit for
```ts
declare module "xx" {}
declare global {}
```

Do not emit for
```ts
module x {}
declare module x {}
```

@MichaelMitchell-at cc
2024-08-15 14:48:28 +00:00
..
deno chore(isolated-declarations): run integration tests only once 2024-06-24 00:24:16 +08:00
fixtures Revert "fix(isolated_declarations): Always emit module declarations (#4911)" (#4916) 2024-08-15 14:48:28 +00:00
snapshots Revert "fix(isolated_declarations): Always emit module declarations (#4911)" (#4916) 2024-08-15 14:48:28 +00:00
mod.rs