Add 'date', 'lexbor', 'random', and 'uri' to extensions

This commit is contained in:
Marc
2026-04-23 18:55:35 +07:00
committed by GitHub
parent a373df2444
commit 450e0e1ecb

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