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
// you could add a PR with an env variable for your CI detection
14
+
varCI=[
15
+
'BUILD_NUMBER',
16
+
'CI',
17
+
'CONTINUOUS_INTEGRATION',
18
+
'RUN_ID'
19
+
].some(function(it){returnis(env[it]);});
20
+
14
21
varBANNER='\u001B[96mThank you for using core-js (\u001B[94m https://github.com/zloirock/core-js \u001B[96m) for polyfilling JavaScript standard library!\u001B[0m\n\n'+
15
22
'\u001B[96mThe project needs your help! Please consider supporting of core-js on Open Collective or Patreon: \u001B[0m\n'+
0 commit comments