mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-05 07:37:32 +02:00
typescript-renames
This commit is contained in:
3
rename.sh
Executable file
3
rename.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
for f in src/**/**/*.js; do
|
||||
git mv "$f" "${f%.js}.ts"
|
||||
done
|
||||
0
src/cache/lru.js → src/cache/lru.ts
vendored
0
src/cache/lru.js → src/cache/lru.ts
vendored
0
src/cache/ttl.js → src/cache/ttl.ts
vendored
0
src/cache/ttl.js → src/cache/ttl.ts
vendored
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user