You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2018/01/21 23:06:10 UTC

[whimsy] 02/02: enable es2015 and strict mode

This is an automated email from the ASF dual-hosted git repository.

rubys pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git

commit dee30b73b5637f33806d8369cf9c5e9e528635fd
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Sun Jan 21 18:05:14 2018 -0500

    enable es2015 and strict mode
---
 www/secretary/workbench/server.rb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www/secretary/workbench/server.rb b/www/secretary/workbench/server.rb
index b55d1ba..34feb99 100644
--- a/www/secretary/workbench/server.rb
+++ b/www/secretary/workbench/server.rb
@@ -5,6 +5,7 @@
 require 'wunderbar/sinatra'
 require 'wunderbar/bootstrap'
 require 'wunderbar/vue'
+require 'ruby2js/es2017/strict'
 require 'ruby2js/filter/functions'
 require 'ruby2js/filter/require'
 require 'erb'

-- 
To stop receiving notification emails like this one, please contact
"commits@whimsical.apache.org" <co...@whimsical.apache.org>.