We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5035b9e commit 9ac5b64Copy full SHA for 9ac5b64
src/scripts/parsers/reference.ts
@@ -22,7 +22,7 @@ const parsersOutPath = path.join(__dirname, "out");
22
*/
23
export const parseLibraryReference =
24
async (): Promise<ParsedLibraryReference | null> => {
25
- let latestRelease = p5Version;
+ let latestRelease:string = p5Version;
26
if (/^\d+\.\d+\.\d+(-[\w.]+)?$/.exec(latestRelease)) {
27
latestRelease = `v${ latestRelease}`;
28
}
0 commit comments