oxc/crates/oxc_parser/examples
Boshen 8ae345bde0
chore(parser): add an AST Send example (#712)
relates #709

The allocator and lifetime gets in the way if we want to parse in
parallel but process them in a single thread.

This example uses `ouroboros` to provide a safe API for working with
this unsafe behavior.
2023-08-10 15:56:31 +08:00
..
multi-thread.rs chore(parser): add an AST Send example (#712) 2023-08-10 15:56:31 +08:00
parser.rs refactor: move SourceType from oxc_ast to oxc_span (#351) 2023-05-12 23:16:14 +08:00