Skip to content

Conversation

@myandrienko
Copy link
Contributor

@myandrienko myandrienko commented Dec 11, 2024

Dropping the experimental_ prefix since this feature was confirmed working.

Since the timer worker (introduced in #1557) is not going to be updated too often, we can skip an additional built step and just check in the prebuilt worker.

The "source" file worker.ts and the script to generate worker are still there, but they are not used during build.

logLevel = opts?.logLevel || logLevel;
logger = opts?.logger || logger;
if (opts?.expertimental_enableTimerWorker) enableTimerWorker();
if (opts?.enableTimerWorker) enableTimerWorker();
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, it used to say "expertimental" the whole time!..

@myandrienko myandrienko merged commit 94dacef into main Dec 11, 2024
19 of 20 checks passed
@myandrienko myandrienko deleted the prebuilt-timer-worker branch December 11, 2024 15:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants