]> prime8.dev >> repos - ttyd.git/commit
preact: convert to typescript
authorShuanglei Tao <tsl0922@gmail.com>
Sun, 26 May 2019 02:31:55 +0000 (10:31 +0800)
committerShuanglei Tao <tsl0922@gmail.com>
Sun, 26 May 2019 15:57:02 +0000 (23:57 +0800)
commit3f529344182200db83bb38135bf0a4e94c2e066d
tree8637ffc586268e7c6d73e44c4805019bfdd1b390
parent2b3075698d118989edfface98ad070b80b5e61cd
preact: convert to typescript
21 files changed:
preact/gulpfile.js [new file with mode: 0644]
preact/package.json
preact/preact.config.js [deleted file]
preact/src/.babelrc [deleted file]
preact/src/assets/favicon.ico [deleted file]
preact/src/components/app.js [deleted file]
preact/src/components/app.tsx [new file with mode: 0644]
preact/src/components/terminal/index.js [deleted file]
preact/src/components/terminal/index.tsx [new file with mode: 0644]
preact/src/components/terminal/overlay.js [deleted file]
preact/src/components/terminal/overlay.ts [new file with mode: 0644]
preact/src/favicon.png [new file with mode: 0644]
preact/src/index.js [deleted file]
preact/src/index.tsx [new file with mode: 0644]
preact/src/style/index.scss [moved from preact/src/style/index.css with 80% similarity]
preact/src/template.html [new file with mode: 0644]
preact/tsconfig.json [new file with mode: 0644]
preact/tslint.json [new file with mode: 0644]
preact/webpack.config.js [new file with mode: 0644]
preact/yarn.lock
src/index.html