File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load diff This file was deleted.
Original file line number Diff line number Diff line change 11#![ allow( non_snake_case) ]
2+ #![ feature( proc_macro_hygiene) ]
23
34//! # Rest: JavaScript Bundler for VS Code Platform Code
45//!
2425//! - [`Fn`]: Core bundling functions and OXC integration
2526//! - [`Struct`]: Configuration structures and CLI command definitions
2627
27- #[ allow( dead_code) ]
28- #[ tokio:: main]
29- /// The main entry point for the application.
30- ///
31- /// This function initializes the command structure and executes the
32- /// asynchronous function defined within it. The function is marked with the
33- /// `#[tokio::main]` attribute to enable asynchronous execution using the Tokio
34- /// runtime.
35- ///
36- /// # Panics
37- ///
38- /// This function does not panic.
39- ///
40- /// # Example
41- ///
42- /// ```rust
43- /// #[tokio::main]
44- /// async fn main() { (Struct::Binary::Command::Struct::Fn().Fn)().await }
45-
46- /// ```
47-
28+ /// Core bundling functions and OXC integration
4829pub mod Fn ;
4930
50- pub mod Struct ;
31+ /// Configuration structures and CLI command definitions
32+ pub mod Struct ;
You can’t perform that action at this time.
0 commit comments