Skip to content

Commit 663bfd0

Browse files
authored
Rename all remaining bsconfig.json to rescript.json (#7697)
* Rename all remaining bsconfig.json to rescript.json * Also those under node_modules ...
1 parent 76f9e00 commit 663bfd0

File tree

16 files changed

+5
-5
lines changed

16 files changed

+5
-5
lines changed

rewatch/src/config.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ pub enum DeprecationWarning {
222222
BscFlags,
223223
}
224224

225-
/// # bsconfig.json representation
225+
/// # rescript.json representation
226226
/// This is tricky, there is a lot of ambiguity. This is probably incomplete.
227227
#[derive(Deserialize, Debug, Clone, Default)]
228228
pub struct Config {
@@ -256,10 +256,10 @@ pub struct Config {
256256
pub jsx: Option<JsxSpecs>,
257257
#[serde(rename = "gentypeconfig")]
258258
pub gentype_config: Option<GenTypeConfig>,
259-
// this is a new feature of rewatch, and it's not part of the bsconfig.json spec
259+
// this is a new feature of rewatch, and it's not part of the rescript.json spec
260260
#[serde(rename = "namespace-entry")]
261261
pub namespace_entry: Option<String>,
262-
// this is a new feature of rewatch, and it's not part of the bsconfig.json spec
262+
// this is a new feature of rewatch, and it's not part of the rescript.json spec
263263
#[serde(rename = "allowed-dependents")]
264264
pub allowed_dependents: Option<Vec<String>>,
265265

0 commit comments

Comments
 (0)