I realized when starting to look at implementing this callback in V8 that when the name HostGetSupportedAssertions is seen out of context, it is pretty vague. A reader might initially assume that this refers to some other type of assertions. Therefore I'd like to consider renaming this to HostGetSupportedImportAssertions so that there is a clearer association with this feature.
@littledan Thanks for reviewing! Am I correct in assuming that it's appropriate to merge in a simple rename like this without waiting for committee consensus?
I realized when starting to look at implementing this callback in V8 that when the name
HostGetSupportedAssertions
is seen out of context, it is pretty vague. A reader might initially assume that this refers to some other type of assertions. Therefore I'd like to consider renaming this toHostGetSupportedImportAssertions
so that there is a clearer association with this feature.