Add 'date', 'lexbor', 'random', and 'uri' to extensions (#1120)

This commit is contained in:
Marc
2026-04-23 19:05:19 +07:00
committed by GitHub

View File

@@ -25,12 +25,16 @@ const DANGER_CMD = [
// spc internal extensions // spc internal extensions
const SPC_INTERNAL_EXTENSIONS = [ const SPC_INTERNAL_EXTENSIONS = [
'core', 'core',
'date',
'hash', 'hash',
'json', 'json',
'lexbor',
'pcre', 'pcre',
'random',
'reflection', 'reflection',
'spl', 'spl',
'standard', 'standard',
'uri',
]; ];
// spc extension alias // spc extension alias