Skip to content

Commit 6c17838

Browse files
committed
chore: rename language option
It makes more sense to use JavaScript instead of Node.js as the label for the language. While initially this was meant for Electron, when working on React Native I realized it made more sense to change it and maybe add a note to clarify what runtime is used (Node.js, Hermes, etc.) where applicable.
1 parent 55a2ebd commit 6c17838

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

data/schemas/technology.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"C#": { "$ref": "#/$defs/support" },
2424
"Go": { "$ref": "#/$defs/support" },
2525
"Java": { "$ref": "#/$defs/support" },
26-
"Node.js": { "$ref": "#/$defs/support" },
26+
"JavaScript": { "$ref": "#/$defs/support" },
2727
"Rust": { "$ref": "#/$defs/support" }
2828
}
2929
},

data/technologies/electron.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"C#": "",
1414
"Go": "",
1515
"Java": "",
16-
"Node.js": "",
16+
"JavaScript": "",
1717
"Rust": ""
1818
},
1919
"releases": [

data/technologies/webview2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"C#": "",
1414
"Go": "",
1515
"Java": "",
16-
"Node.js": "",
16+
"JavaScript": "",
1717
"Rust": ""
1818
},
1919
"releases": [

scripts/add-technology.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const TECHNOLOGY = {
2929
'C#': '',
3030
Go: '',
3131
Java: '',
32-
'Node.js': '',
32+
JavaScript: '',
3333
Rust: '',
3434
},
3535
releases: [{

0 commit comments

Comments
 (0)