20221211
#1211
スプラトゥーン3 サイエンス その3
node
@18 で
json
を
dynamic import
code:index.mjs
for (let file of files) {
const json = await import(file, {
assert: {
type: 'json'
}
})
}
import の assert option をつかう
fatal-error.button-label
https://gyazo.com/4f681083c66f80f35913531b3d52d05c
これは fatal っぽい感じする
#Spotify