Forward-port #1120

This commit is contained in:
crazywhalecc
2026-04-29 16:54:20 +08:00
parent 2bcf62249f
commit c9ce96044d

View File

@@ -23,12 +23,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