Closed timofei-iatsenko closed 3 months ago
fixes: https://github.com/lingui/swc-plugin/issues/98
trim_start / trim_end methods originally used were too eager and trim nbsp as well, where original babel code used a regexp for that which is more picky.
fixes: https://github.com/lingui/swc-plugin/issues/98
trim_start / trim_end methods originally used were too eager and trim nbsp as well, where original babel code used a regexp for that which is more picky.