20250129
0930 起床
code:ts
interface Program {
body: Statement[]
}
code:ts
interface Statement {}
interface VariableDeclaration extends Statement {
/* 省略 */
}
interface IfStatement extends Statement {
/* 省略 */
}
interface ForStatement extends Statement {
/* 省略 */
}
interface BlockStatement extends Statement {
body: Statement[]
}
// 他にもたくさんある
code:ts
enum MyEnum {
A,
B,
C,
}
code:ts
const MyEnum = {
A: 0,
B: 1,
C: 2,
} as const;
type MyEnum = typeof MyEnum;
のようにすればよいそう
今日の夜
@akane___UI: 「ローカルでかわいいTシャツ」を集めるサイトを作った。メーカーさんやショップに掲載承諾を頂きつつ、細々と更新しています(趣味)。 https://pbs.twimg.com/media/GiWn33-bcAAh9DA.jpg
code:md
green-100 → 薄い緑
green-500 → 標準の緑
green-900 → 暗い緑
雰囲気で使ってた
動かし始めた
https://pbs.twimg.com/media/GidiAJSbEAAyOaC.jpg
https://pbs.twimg.com/amplify_video_thumb/1884159819726352384/img/4SB036p6EiOgITVG.jpg
https://scrapbox.io/files/679a3df9aeb7bd37b4528b82.png
https://scrapbox.io/files/679a4339fb9fbca25a6f4809.png