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
In the docs, it's noted that echo 'module.exports = "test"' | esbuild --format=iife --global-name='example.versions["1.0"]' produces the following output:
In the docs, it's noted that
echo 'module.exports = "test"' | esbuild --format=iife --global-name='example.versions["1.0"]'
produces the following output:This feature could use logical nullish assignment for more concise syntax:
The text was updated successfully, but these errors were encountered: