Skip to content

Commit

Permalink
truncate a long url in a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
evanw committed Dec 18, 2023
1 parent 6c41900 commit 190ca99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compat-table/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 } }
}
Expand Down

0 comments on commit 190ca99

Please sign in to comment.