es-shims / globalThis

ECMAScript spec-compliant polyfill/shim for `globalThis`.
https://github.com/tc39/proposal-global
MIT License
155 stars 14 forks source link

fix: compatibility with esbuild #17

Closed Gozala closed 2 years ago

Gozala commented 3 years ago

Addresses issue with evanw/esbuild/issues/740

codecov[bot] commented 3 years ago

Codecov Report

Merging #17 (0704d5d) into main (3c76883) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #17   +/-   ##
=======================================
  Coverage   69.69%   69.69%           
=======================================
  Files           7        7           
  Lines          33       33           
  Branches        6        6           
=======================================
  Hits           23       23           
  Misses         10       10           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3c76883...e65426e. Read the comment docs.

ljharb commented 2 years ago

The esbuild issue was fixed; this is correct as-is.