You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: rostsd_gen/readme.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,11 @@
2
2
3
3
A node.js script that creates and updates the TypeScript interfaces.d.ts declaration file with type declarations for the generated interfaces (messages and services).
4
4
5
-
Run this script every time new interfaces are generated, see script/generate_messages.js
5
+
Run this script every time new interfaces are generated, see script/generate_messages.cjs
6
6
7
7
# run
8
8
9
-
You can update the interfaces.d.ts types manually by running the generate_tsd.js script.
9
+
You can update the interfaces.d.ts types manually by running the generate_tsd.cjs script.
0 commit comments