Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: google/closure-compiler-npm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v20190819.0.0
Choose a base ref
...
head repository: google/closure-compiler-npm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v20190909.0.0
Choose a head ref
  • 2 commits
  • 8 files changed
  • 1 contributor

Commits on Sep 10, 2019

  1. NPM release v20190909.0.0

    lauraharker committed Sep 10, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    d4313a5 View commit details
  2. v20190909.0.0

    lauraharker committed Sep 10, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    3b40da3 View commit details
2 changes: 1 addition & 1 deletion compiler
Submodule compiler updated 119 files
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "20190819.0.0",
"version": "20190909.0.0",
"ignoreChanges": [
"**/compiler/**"
]
2 changes: 1 addition & 1 deletion packages/google-closure-compiler-java/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "google-closure-compiler-java",
"version": "20190819.0.0",
"version": "20190909.0.0",
"description": "Check, compile, optimize and compress Javascript with Closure-Compiler using Java",
"main": "index.js",
"repository": "https://github.com/google/closure-compiler-npm/tree/master/packages/google-closure-compiler-java",
2 changes: 1 addition & 1 deletion packages/google-closure-compiler-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "google-closure-compiler-js",
"version": "20190819.0.0",
"version": "20190909.0.0",
"description": "Check, compile, optimize and compress Javascript with Closure-Compiler using Java",
"main": "jscomp.js",
"repository": "https://github.com/google/closure-compiler-npm/tree/master/packages/google-closure-compiler-js",
2 changes: 1 addition & 1 deletion packages/google-closure-compiler-linux/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "google-closure-compiler-linux",
"version": "20190819.0.0",
"version": "20190909.0.0",
"description": "Check, compile, optimize and compress Javascript with Closure-Compiler using Java",
"main": "index.js",
"repository": "https://github.com/google/closure-compiler-npm/tree/master/packages/google-closure-compiler-linux",
2 changes: 1 addition & 1 deletion packages/google-closure-compiler-osx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "google-closure-compiler-osx",
"version": "20190819.0.0",
"version": "20190909.0.0",
"description": "Check, compile, optimize and compress Javascript with Closure-Compiler using Java",
"main": "index.js",
"repository": "https://github.com/google/closure-compiler-npm/tree/master/packages/google-closure-compiler-osx",
2 changes: 1 addition & 1 deletion packages/google-closure-compiler-windows/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "google-closure-compiler-windows",
"version": "20190819.0.0",
"version": "20190909.0.0",
"description": "Check, compile, optimize and compress Javascript with Closure-Compiler using Java",
"main": "index.js",
"repository": "https://github.com/google/closure-compiler-npm/tree/master/packages/google-closure-compiler-windows",
12 changes: 6 additions & 6 deletions packages/google-closure-compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "google-closure-compiler",
"version": "20190819.0.0",
"version": "20190909.0.0",
"description": "Check, compile, optimize and compress Javascript with Closure-Compiler",
"repository": "https://github.com/google/closure-compiler-npm/tree/master/packages/google-closure-compiler",
"keywords": [
@@ -37,16 +37,16 @@
"homepage": "https://developers.google.com/closure/compiler/",
"dependencies": {
"chalk": "2.x",
"google-closure-compiler-java": "^20190819.0.0",
"google-closure-compiler-js": "^20190819.0.0",
"google-closure-compiler-java": "^20190909.0.0",
"google-closure-compiler-js": "^20190909.0.0",
"minimist": "1.x",
"vinyl": "2.x",
"vinyl-sourcemaps-apply": "^0.2.0"
},
"optionalDependencies": {
"google-closure-compiler-linux": "^20190819.0.0",
"google-closure-compiler-osx": "^20190819.0.0",
"google-closure-compiler-windows": "^20190819.0.0"
"google-closure-compiler-linux": "^20190909.0.0",
"google-closure-compiler-osx": "^20190909.0.0",
"google-closure-compiler-windows": "^20190909.0.0"
},
"devDependencies": {
"gulp": "4.x",