styled-components / xstyled

A utility-first CSS-in-JS framework built for React. πŸ’…πŸ‘©β€πŸŽ€βš‘οΈ
https://xstyled.dev
MIT License
2.27k stars 106 forks source link

fix: optional chaining syntax in dist module #271

Closed agriffis closed 3 years ago

agriffis commented 3 years ago

Set the esbuild target so that optional chaining is transformed in the output module.

Partial fix for #265 and #270

netlify[bot] commented 3 years ago

Deploy request for xstyled accepted.

Name Link
Latest commit 5f0bf2b2565d74547fe46f6c83be92e4a0cc5b95
Latest deploy log https://app.netlify.com/sites/xstyled/deploys/60b621f513b62b0008b6ea06
codecov[bot] commented 3 years ago

Codecov Report

Merging #271 (5f0bf2b) into main (2a59389) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #271   +/-   ##
=======================================
  Coverage   92.73%   92.73%           
=======================================
  Files          60       60           
  Lines        1252     1252           
  Branches      244      244           
=======================================
  Hits         1161     1161           
  Misses         91       91           

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 2a59389...5f0bf2b. Read the comment docs.