20221211
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
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