From f3a3bb546725fc30f21746ce124f516555b26eb2 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sun, 28 Mar 2021 12:32:40 +1000 Subject: [PATCH] add links to pending PRs --- ts/esbuild/helpers.bzl | 3 +++ ts/esbuild/upstream.bzl | 1 + 2 files changed, 4 insertions(+) diff --git a/ts/esbuild/helpers.bzl b/ts/esbuild/helpers.bzl index bc2e1855f..e18999951 100644 --- a/ts/esbuild/helpers.bzl +++ b/ts/esbuild/helpers.bzl @@ -2,6 +2,9 @@ NOTE: this file was forked from the following repo (Apache2) https://github.com/bazelbuild/rules_nodejs/blob/c47b770a122e9614516df2e3fdca6fe0bf6e3420/packages/esbuild/helpers.bzl +Local changes not in upstream: +https://github.com/bazelbuild/rules_nodejs/pull/2563 + Utility helper functions for the esbuild rule """ diff --git a/ts/esbuild/upstream.bzl b/ts/esbuild/upstream.bzl index 1a0c64673..53afb7e43 100644 --- a/ts/esbuild/upstream.bzl +++ b/ts/esbuild/upstream.bzl @@ -4,6 +4,7 @@ https://github.com/bazelbuild/rules_nodejs/blob/c47b770a122e9614516df2e3fdca6fe0 Local changes not in upstream: https://github.com/bazelbuild/rules_nodejs/pull/2545 +https://github.com/bazelbuild/rules_nodejs/pull/2564 esbuild rule """