chalk / ansi-regex

Regular expression for matching ANSI escape codes
MIT License
182 stars 78 forks source link

This Library doesn't support CJS anymore #54

Closed AbdUlHamedMaree closed 4 months ago

AbdUlHamedMaree commented 4 months ago

This library dropped the support for CJS, and from that time it's causing multiple issues, most managers download newer version which breaks when using require

AbdUlHamedMaree commented 4 months ago

I created this PR to add building process, it can be extended later to support more formats (like UMD, AMD and IIFE)