1
2
3
4
5
6
7
8
9
// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.

pub mod parser;

#[cfg(feature = "shell")]
mod shell;

#[cfg(feature = "shell")]
pub use shell::*;