mirror of
https://github.com/danbulant/oxc
synced 2026-05-25 04:42:10 +00:00
10 lines
257 B
Text
10 lines
257 B
Text
---
|
|
source: crates/oxc_isolated_declarations/tests/mod.rs
|
|
input_file: crates/oxc_isolated_declarations/tests/fixtures/export-default.ts
|
|
---
|
|
```
|
|
==================== .D.TS ====================
|
|
|
|
export default class Tokenizer {
|
|
delimiterClose: Uint8Array;
|
|
}
|