Skip to content

Commit

Permalink
feat: follow virtual module convention (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyf0 committed Oct 10, 2023
1 parent cd4899f commit a264b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rolldown/src/bundler/runtime/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use rustc_hash::FxHashMap;

use super::graph::symbols::SymbolMap;

pub static RUNTIME_PATH: &str = "rolldown-runtime.js";
pub static RUNTIME_PATH: &str = "\0rolldown-runtime.js";

#[derive(Debug, Default)]
pub struct Runtime {
Expand Down

0 comments on commit a264b4a

Please sign in to comment.