set-interval-async icon indicating copy to clipboard operation
set-interval-async copied to clipboard

/node_modules/set-interval-async/dist/set-interval-async-timer.cjs:25

Open sauween opened this issue 3 years ago • 2 comments

image /node_modules/set-interval-async/dist/set-interval-async-timer.cjs:25 #scheduleTimeout(strategy, handler, intervalMs, delayMs, ...handlerArgs) { ^

SyntaxError: Unexpected token '('

/node_modules/set-interval-async/dist/set-interval-async-timer.cjs:33 async #runHandlerAndScheduleTimeout(strategy, handler, intervalMs, ...handlerArgs) { ^

SyntaxError: Unexpected token '('

sauween avatar Aug 23 '22 14:08 sauween

Hi @sauween

Thanks for your report. Could you please share the following?

node version set-interval-async version snippet of code causing the issue

ealmansi avatar Aug 24 '22 07:08 ealmansi

node -v v18.7.0 The picture is the state I can use after modification

sauween avatar Aug 25 '22 04:08 sauween

this seems to be due to a misconfigured bundler; if the issue persists feel free to ping here again with more details about how you are running/bundling your code

ealmansi avatar Jan 01 '23 00:01 ealmansi

also seeing this fwiw

franzwarning avatar Jul 17 '23 20:07 franzwarning