env-var icon indicating copy to clipboard operation
env-var copied to clipboard

implemented an accessser of #asString()

Open bigen1925 opened this issue 2 years ago • 0 comments

ISSUE

https://github.com/evanshortiss/env-var/issues/146

Description

Basically I followed this StackOverflow post, but replaced expressions of unicodes of '\xhh' with '\uhhhh' because they are not standard in EcmaScript. refs) https://stackoverflow.com/questions/29028756/javascript-unicode-regex-range-out-of-order-in-character-class

bigen1925 avatar Aug 09 '22 03:08 bigen1925

Coverage Status

Coverage remained the same at 100.0% when pulling 5a66efc6aa1cadda8b8c746884d6a665d6056f51 on bigen1925:feature/asString into 3f5689ed13b307e4389b7dcf642bac55738e534c on evanshortiss:master.

coveralls avatar Aug 30 '22 23:08 coveralls

Thanks @bigen1925!

evanshortiss avatar Aug 31 '22 22:08 evanshortiss