coffeestack icon indicating copy to clipboard operation
coffeestack copied to clipboard

getting error "reserved word import"

Open johndeighan opened this issue 1 year ago • 0 comments

I use ES6 import syntax in all my files. I.e. in my package.json file, I have "type": "module". Before installing coffeestack, I could successfully compile all of my *.coffee files, which contain import statements. But, after installing coffeestack, when I try to compile my *.coffee files, I immediately get the error "reserved word import"

johndeighan avatar Jul 28 '23 17:07 johndeighan