Page MenuHomeDevCentral

Simplify map autolinker call
ClosedPublic

Authored by dereckson on Apr 17 2023, 00:04.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Dec 16, 05:36
Unknown Object (File)
Sat, Dec 7, 16:05
Unknown Object (File)
Thu, Dec 5, 15:11
Unknown Object (File)
Tue, Dec 3, 16:25
Unknown Object (File)
Thu, Nov 28, 00:03
Unknown Object (File)
Wed, Nov 27, 16:27
Unknown Object (File)
Sat, Nov 23, 17:26
Unknown Object (File)
Sat, Nov 23, 06:22
Subscribers
None
Tokens
"Y So Serious" token, awarded by dereckson.

Details

Summary

This change fixes the following issue:

On recent version of Node, the output was:
function (text) { return autolinker.link(text); }

Test Plan

./build.js

Diff Detail

Repository
rHOME servers-homepages
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson created this revision.
This revision is now accepted and ready to land.Apr 17 2023, 00:04
This revision was automatically updated to reflect the committed changes.

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.