mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Use JavaScript Optional chaining in vendors/*
This commit is contained in:
parent
e5e4675c1b
commit
ef8b1f40e4
28 changed files with 619 additions and 750 deletions
4
vendors/knockout/Gruntfile.js
vendored
4
vendors/knockout/Gruntfile.js
vendored
|
|
@ -63,8 +63,8 @@ module.exports = function(grunt) {
|
|||
function buildMin(output, done) {
|
||||
var cc = require('closure-compiler');
|
||||
var options = {
|
||||
language_in:'ECMASCRIPT_2018',
|
||||
language_out:'ECMASCRIPT_2018',
|
||||
language_in:'ECMASCRIPT_2020',
|
||||
language_out:'ECMASCRIPT_2020',
|
||||
compilation_level: 'ADVANCED_OPTIMIZATIONS',
|
||||
output_wrapper: '(()=>{%output%})();'
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue