@ampproject/rollup-plugin-closure-compiler
Advanced tools
Comparing version 0.7.0 to 0.7.1
@@ -446,4 +446,5 @@ 'use strict'; | ||
*/ | ||
function options (compileOptions, outputOptions, code, transforms) { | ||
function options (incomingCompileOptions, outputOptions, code, transforms) { | ||
const mapFile = tempWrite.sync(''); | ||
const compileOptions = Object.assign({}, incomingCompileOptions); | ||
let externs = []; | ||
@@ -450,0 +451,0 @@ validateCompileOptions(compileOptions); |
{ | ||
"name": "@ampproject/rollup-plugin-closure-compiler", | ||
"version": "0.7.0", | ||
"version": "0.7.1", | ||
"description": "Rollup + Google Closure Compiler", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
106716
2008