MENU
ECMAScript 2025 (ES16)
Major new features:
Import Attributes, eg. import data from './x.json' with {type:'json'}, and JSON modules
Minor new features:
RegExp inline flag modifiers, eg. (?i:...)
duplicate named capture groups in RegExp
Major new features:
Import Attributes, eg. import data from './x.json' with {type:'json'}, and JSON modules
Minor new features:
RegExp inline flag modifiers, eg. (?i:...)
duplicate named capture groups in RegExp