omrilotan / isbot

🤖/👨‍🦰 Detect bots/crawlers/spiders using the user agent string
https://isbot.js.org/
The Unlicense
876 stars 72 forks source link

Build now compatibile with older Javascript version: es2016 #244

Closed omrilotan closed 5 months ago

omrilotan commented 5 months ago

The build target is now set to es2016. This effectively removes ?. and ?? operators from the built code.

Resolve #242