You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Several PRs (#1228#1250#1251#1252) are currently failing due to the same error: TypeError: Key "languageOptions": Key "globals": Global "AudioWorkletGlobalScope " has leading or trailing whitespace.
This is due to a bug in globals that was fixed a while ago, but some packages are still picking it up: sindresorhus/globals#239
This could be fixed within any of those PRs, but I'm using a new issue & separate PR since it affects multiple PRs, and to make sure this is easily found later.
Operating system
macOS
Version
next (development version)
Steps to reproduce
No response
Relevant log output
Additional context
No response
The text was updated successfully, but these errors were encountered:
See issue for details - picking up older globals is causing lint failures so
adding a direct dependency.
Fixes#1253.
Signed-off-by: Tim deBoer <[email protected]>
Bug description
Several PRs (#1228 #1250 #1251 #1252) are currently failing due to the same error:
TypeError: Key "languageOptions": Key "globals": Global "AudioWorkletGlobalScope " has leading or trailing whitespace.
This is due to a bug in globals that was fixed a while ago, but some packages are still picking it up: sindresorhus/globals#239
This could be fixed within any of those PRs, but I'm using a new issue & separate PR since it affects multiple PRs, and to make sure this is easily found later.
Operating system
macOS
Version
next (development version)
Steps to reproduce
No response
Relevant log output
Additional context
No response
The text was updated successfully, but these errors were encountered: