Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #64558


Ignore:
Timestamp:
01/27/2026 08:28:22 PM (3 months ago)
Author:
westonruter
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #64558 – Description

    initial v1  
    1 In #42850 (r42547), JSHint was replaced with Esprima due to the former having a GPL-incompatible license. However, the [https://www.npmjs.com/package/esprima `esprima` package] has not been updated since July 2018. Because it hasn't been updated in so long, it does not support "newer" syntax ECMAScript syntax (since 2020) like dynamic imports, optional chaining, and nullish coalescing:
     1In #42850 (r42547), JSHint was replaced with Esprima due to the former having a GPL-incompatible license. However, the [https://www.npmjs.com/package/esprima esprima package] has not been updated since July 2018. Because it hasn't been updated in so long, it does not support "newer" syntax ECMAScript syntax (since 2020) like dynamic imports, optional chaining, and nullish coalescing:
    22
    33{{{#!js