-
-
Notifications
You must be signed in to change notification settings - Fork 251
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Lily/TempVariables2: nitpicking (#1796)
Safari 13 and 14 have enough users that they show up in the top 100 user agents on clouddata.turbowarp.org so I'd like to keep as much alive there for as long as possible. Thus avoid using ??= (Safari 14) or Object.hasOwn (Safari 15.4). Also includes ESLint rules, so that these are detected automatically moving forward. `ext_${extensionId}` is also a TurboWarp convention not a Scratch convention Probably at some point it makes sense to just adopt babel and compile extensions down to Safari 12 but for now, avoiding significant transformations is nice
- Loading branch information
1 parent
9f7c30b
commit 0f38017
Showing
2 changed files
with
38 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters