gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-wallet-webex] 01/02: always compile to strict mode


From: gnunet
Subject: [GNUnet-SVN] [taler-wallet-webex] 01/02: always compile to strict mode
Date: Thu, 16 Feb 2017 23:22:02 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository wallet-webex.

commit af6843a2aa9c0e35d5d400adc85c51af83673eeb
Author: Florian Dold <address@hidden>
AuthorDate: Tue Feb 14 18:02:19 2017 +0100

    always compile to strict mode
---
 gulpfile.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gulpfile.js b/gulpfile.js
index 62a4c08..025a67a 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -110,6 +110,7 @@ const tsBaseArgs = {
   noFallthroughCasesInSwitch: true,
   strictNullChecks: true,
   noImplicitAny: true,
+  alwaysStrict: true,
 };
 
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]