coffee-script
coffee-script copied to clipboard
iced2->iced3 regression: iced-coffee-script-3 + #!/usr/bin/env iced3 doesn't work without explicit install iced-runtime-3
npm i -g iced-coffee-script-3
create file
#!/usr/bin/env iced3
console.log "here"
await setTimeout defer(), 10
console.log "there"
launch file
expected
here
there
real
Error: Cannot find module 'iced-runtime-3'