✅️takker99/takker-schedulerのGASコードの型定義が壊れた
DenoでGoogle Apps Scriptを使う方法で型推論を効かせていたのだが、エラーが出るようになってしまった
↓だと、setTimeoutなどの基本的な(型)定義が読み込まれなくなってしまった
code:ts
/// <reference no-default-lib="true" />
/// <reference lib="esnext" />
/// <reference types="https://raw.githubusercontent.com/takker99/deno-gas-types/main/mod.d.ts" />
Denoのversionを1.23.3に上げたせいだろうか?
2024-03-24
deno-gas-typesをproudust/deno-gas-typesに置き換えて、checkに使うDenoのversionを上げることで解決できた
https://github.com/takker99/takker-scheduler/pull/183
2022-07-09
応急処置
警告が出ないよう、一旦CIから外した
https://github.com/takker99/takker-scheduler/pull/54
#takker99/takker-scheduler
#2024-04-06 17:32:10
#2022-07-09 18:03:59