com.google.javascript.jscomp.gwt.client.JsRunnerMain.externs.js Maven / Gradle / Ivy
/*
* Copyright 2019 The Closure Compiler Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* @fileoverview Datatypes used by "JsRunnerMain.java" that cross
* the handwritten/J2CL boundry.
* @externs
*/
class com_google_javascript_jscomp_gwt_client_JsRunnerMain$Flags {
constructor() {
/** @type {boolean|undefined} */ this.angularPass;
/** @type {boolean|undefined} */ this.applyInputSourceMaps;
/** @type {boolean|undefined} */ this.assumeFunctionWrapper;
/** @type {boolean|undefined} */ this.checksOnly;
/** @type {!Array|undefined} */ this.chunk;
/** @type {!Array|undefined} */ this.chunkWrapper;
/** @type {string|undefined} */ this.chunkOutputPathPrefix;
/** @type {string|undefined} */ this.compilationLevel;
/** @type {*|undefined} */ this.createSourceMap;
/** @type {boolean|undefined} */ this.dartPass;
/** @type {boolean|undefined} */ this.debug;
/** @type {!Array|undefined} */ this.define;
/** @type {string|undefined} */ this.dependencyMode;
/** @type {!Array|undefined} */ this.entryPoint;
/** @type {string|undefined} */ this.env;
/** @type {boolean|undefined} */ this.exportLocalPropertyDefinitions;
/** @type {!Array