This change fixes the following issue:
On recent version of Node, the output was:
function (text) { return autolinker.link(text); }
Differential D3039
Simplify map autolinker call dereckson on Apr 17 2023, 00:04. Authored by Tags None Referenced Files
Subscribers None Tokens
Details
This change fixes the following issue: On recent version of Node, the output was: ./build.js
Diff Detail
Event TimelineComment Actions GPT models evaluation As part of GPT evaluation, this function would submitted to ChatGPT. ChatGPT didn't detect new JavaScript versions could interpret the function call as text, but offered the simplified code. |