Skip to content

Commit

Permalink
Merge 73fa808 into 9d9038f
Browse files Browse the repository at this point in the history
  • Loading branch information
motdotla committed May 5, 2021
2 parents 9d9038f + 73fa808 commit 28a6392
Show file tree
Hide file tree
Showing 3 changed files with 581 additions and 216 deletions.
2 changes: 1 addition & 1 deletion lib/main.js
Expand Up @@ -31,7 +31,7 @@ function log (message /*: string */) {
const NEWLINE = '\n'
const RE_INI_KEY_VAL = /^\s*([\w.-]+)\s*=\s*(.*)?\s*$/
const RE_NEWLINES = /\\n/g
const NEWLINES_MATCH = /\n|\r|\r\n/
const NEWLINES_MATCH = /\r\n|\n|\r/

// Parses src into an Object
function parse (src /*: string | Buffer */, options /*: ?DotenvParseOptions */) /*: DotenvParseOutput */ {
Expand Down

0 comments on commit 28a6392

Please sign in to comment.