Ben
Ben
Yea I've experimented with this a bit. The main hitch is this hard-coded script name: https://github.com/sjlevine/atom-slime/blob/master/lib/swank-starter.coffee#L41 MIT scheme uses a different swank starter script: https://github.com/slime/slime/blob/master/contrib/swank-mit-scheme.scm I think all that would...
@steve-taylor Did you happen to run across any docs that helped you understand this implementation limitation? I didn't find much in the README and all I could find was this...
I had a similar issue except with `DateTimeFormat`. I had a formatter that looks like this: ```js export const formatDateTime = (date) => { const formatter = new Intl.DateTimeFormat('en-US', {...
"SyntaxError: Cannot use import statement outside a module" when importing fetchMock from fetch-mock
Hope this helps: - https://github.com/node-fetch/node-fetch/issues/1588 - https://stackoverflow.com/questions/72706090/error-syntaxerror-cannot-use-import-statement-outside-a-module-when-using-nod?noredirect=1#comment128426614_72706090