Function expand_next_js_template

Source
pub fn expand_next_js_template(
    content: Buffer,
    template_path: String,
    next_package_dir_path: String,
    replacements: FxHashMap<String, String>,
    injections: FxHashMap<String, String>,
    imports: FxHashMap<String, Option<String>>,
) -> Result<String>