refactor: migrate typescript (#5430)
commita3b963824273206f8663b5eafbaf13699b6ad08f
authorD-Sketon <2055272094@qq.com>
Sat, 30 Mar 2024 11:31:52 +0000 (30 19:31 +0800)
committerGitHub <noreply@github.com>
Sat, 30 Mar 2024 11:31:52 +0000 (30 19:31 +0800)
treeb983c9e93b3652ec476b5703278c6700dac27f4d
parent3c7729dbb6f758564ac1853222541ec52087c9e3
refactor: migrate typescript (#5430)

* chore: remove unused test entry file

* refactor: migrate ts
test/fixtures/.eslintrc [new file with mode: 0644]
test/fixtures/post_render.ts [moved from test/fixtures/post_render.js with 88% similarity]
test/index.js [deleted file]
test/scripts/generators/asset.ts
test/scripts/hexo/hexo.ts
test/scripts/hexo/post.ts
test/scripts/hexo/router.ts
test/util/.eslintrc [new file with mode: 0644]
test/util/index.js [deleted file]
test/util/index.ts [new file with mode: 0644]
test/util/stream.ts [moved from test/util/stream.js with 65% similarity]