We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be52b3c commit 36bf27aCopy full SHA for 36bf27a
rs_lib/src/local.rs
@@ -614,8 +614,12 @@ fn url_to_local_sub_path<'a>(
614
MediaType::Tsx => ".tsx",
615
MediaType::Css => ".css",
616
MediaType::Json => ".json",
617
+ MediaType::Jsonc => ".jsonc",
618
+ MediaType::Json5 => ".json5",
619
MediaType::Wasm => ".wasm",
620
MediaType::SourceMap => ".js",
621
+ MediaType::Html => ".html",
622
+ MediaType::Sql => ".sql",
623
MediaType::Unknown => ".js",
624
}
625
rust-toolchain.toml
@@ -1,3 +1,3 @@
1
[toolchain]
2
-channel = "1.89.0"
+channel = "1.91.1"
3
components = ["clippy", "rustfmt"]
0 commit comments