From f0f81bf9339473502c12764cbd0bb13df02f3928 Mon Sep 17 00:00:00 2001 From: David Nolen Date: Tue, 23 Jan 2024 15:16:43 -0500 Subject: [PATCH] tweaks --- content/news/2024-01-24-release.adoc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/content/news/2024-01-24-release.adoc b/content/news/2024-01-24-release.adoc index 5ad3dfb..81234c0 100644 --- a/content/news/2024-01-24-release.adoc +++ b/content/news/2024-01-24-release.adoc @@ -47,11 +47,12 @@ compatible JS (via https://github.com/angular/tsickle[tsickle]) before finally processing it with Google Closure Compiler. As usual we do not believe in creating meaningless churn for users. You can continue -to rely on GCL in it's current form for years. You can expect various base -GCL namespaces to be available as before. +to rely on GCL in its current form for years. You can expect various base +GCL namespaces (`goog.string`, `goog.object`, etc.) to be available as before. -Looking towards the future, assessing Google's tsickle strategy for dealing -with JavaScript dependencies is worth assessing deeply. +Looking towards the future, it is worth assessing Google's approach with tsickle +to get the benefits of Closure advanced compilation without losing the ease +provided by the JavaScript ecosystem. ## Contributors