From f21c227349820fc60964f0b7cdacffce631cc2fb Mon Sep 17 00:00:00 2001 From: Alex Dima Date: Wed, 24 Oct 2018 16:28:42 +0200 Subject: [PATCH] Make sure to always write with normalized line endings --- build/monaco/api.js | 3 +++ build/monaco/api.ts | 3 +++ 2 files changed, 6 insertions(+) diff --git a/build/monaco/api.js b/build/monaco/api.js index fdf3f3fd47d..716d1f56655 100644 --- a/build/monaco/api.js +++ b/build/monaco/api.js @@ -410,7 +410,9 @@ function generateDeclarationFile(recipe, sourceFileGetter) { let resultTxt = result.join(endl); resultTxt = resultTxt.replace(/\bURI\b/g, 'Uri'); resultTxt = resultTxt.replace(/\bEvent