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: v20190121.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: v20190215.0.1
Choose a head ref
  • 5 commits
  • 7 files changed
  • 1 contributor

Commits on Feb 20, 2019

  1. Copy the full SHA
    35f8e47 View commit details
  2. v20190215.0.0

    blickly committed Feb 20, 2019
    Copy the full SHA
    e3a5103 View commit details

Commits on Feb 21, 2019

  1. Copy the full SHA
    d1881b1 View commit details
  2. Copy the full SHA
    8cbad49 View commit details
  3. v20190215.0.1

    blickly committed Feb 21, 2019
    Copy the full SHA
    583a7ea View commit details
2 changes: 1 addition & 1 deletion compiler
Submodule compiler updated 267 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": "20190121.0.0",
"version": "20190215.0.1",
"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": "20190121.0.0",
"version": "20190215.0.1",
"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": "20190121.0.0",
"version": "20190215.0.1",
"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": "20190121.0.0",
"version": "20190215.0.1",
"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": "20190121.0.0",
"version": "20190215.0.1",
"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",
10 changes: 5 additions & 5 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": "20190121.0.0",
"version": "20190215.0.1",
"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,15 +37,15 @@
"homepage": "https://developers.google.com/closure/compiler/",
"dependencies": {
"chalk": "^1.0.0",
"google-closure-compiler-java": "^20190121.0.0",
"google-closure-compiler-js": "^20190121.0.0",
"google-closure-compiler-java": "^20190215.0.1",
"google-closure-compiler-js": "^20190215.0.1",
"minimist": "^1.2.0",
"vinyl": "^2.0.1",
"vinyl-sourcemaps-apply": "^0.2.0"
},
"optionalDependencies": {
"google-closure-compiler-linux": "^20190121.0.0",
"google-closure-compiler-osx": "^20190121.0.0"
"google-closure-compiler-linux": "^20190215.0.1",
"google-closure-compiler-osx": "^20190215.0.1"
},
"devDependencies": {
"gulp": "^3.9.0",