std/dotenv
Emerson Laurentino 8b9a139472
fix(dotenv): handle single-quotes in values in stringify() (#5846)
* refactor(dotenv): add parse function and test

* refactor(dotenv): escape single quotes in stringify function

* refactor(dotenv): fix stringify function to correctly escape single quotes

* refactor(dotenv): fix stringify function to correctly escape single quotes

* tweak

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-08-29 10:32:39 +10:00
..
testdata
deno.json chore: release 2024.08.26 (#5824) 2024-08-26 17:33:29 +09:00
load_test.ts
load.ts
mod_test.ts
mod.ts fix(dotenv): show warning when there is invalid key in .env file (#5745) 2024-08-21 14:56:34 +09:00
parse_test.ts fix(dotenv): show warning when there is invalid key in .env file (#5745) 2024-08-21 14:56:34 +09:00
parse.ts fix(dotenv): show warning when there is invalid key in .env file (#5745) 2024-08-21 14:56:34 +09:00
stringify_test.ts fix(dotenv): handle single-quotes in values in stringify() (#5846) 2024-08-29 10:32:39 +10:00
stringify.ts fix(dotenv): handle single-quotes in values in stringify() (#5846) 2024-08-29 10:32:39 +10:00