Visual Studio Code is not showing me links inside hints/snippet of some functions from Firestore. I don't know, is it because of some mistake in documentation or with my Visual Studio Code.
Inside documentation, those links are written like this:
/**
* Returns a special value that can be used with {@link @firebase/firestore/lite#(setDoc:1)} or {@link
* @firebase/firestore/lite#(updateDoc:1)} that ...
My Visual Studio Code not reads them correct, or they are not correct ?
Also, above arrayRemove() function, there is missing a link:
/**
* Returns a special value that can be used with {@link (setDoc:1)} or {@link
* updateDoc:1} that
File inside GitHub library is in: https://github.com/firebase/firebase-js-sdk/blob/691292b8d576ce716ccc47af26cced9e700a278a/packages/firestore/src/lite-api/field_value_impl.ts
