From 190ca991319dc7c53d62d0ef6b324592c2c57747 Mon Sep 17 00:00:00 2001 From: Evan Wallace Date: Mon, 18 Dec 2023 15:45:18 -0500 Subject: [PATCH] truncate a long url in a comment --- compat-table/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compat-table/src/index.ts b/compat-table/src/index.ts index a41dea695ec..2e3804c231d 100644 --- a/compat-table/src/index.ts +++ b/compat-table/src/index.ts @@ -470,7 +470,7 @@ import('./kangax').then(kangax => { // From https://bugzilla.mozilla.org/show_bug.cgi?id=1670044 js.ArbitraryModuleNamespaceNames.Firefox = { 87: { force: true } } - // From https://developer.apple.com/documentation/safari-release-notes/safari-14_1-release-notes#:~:text=Added%20support%20for%20Arbitrary%20module%20namespace%20identifier%20names. + // From https://developer.apple.com/documentation/safari-release-notes/safari-14_1-release-notes js.ArbitraryModuleNamespaceNames.Safari = { '14.1': { force: true } } js.ArbitraryModuleNamespaceNames.IOS = { '14.5': { force: true } } }