20221211

    2022/12/11

    20221211jigsaw

    #1211

    スプラトゥーン3 サイエンス その3

    node@18 で json を dynamic import

    for (let file of files) {
      const json = await import(file, {
        assert: {
          type: 'json'
        }
      })
    }

    import の assert option をつかう

    fatal-error.button-label

    これは fatal っぽい感じする #Spotify