refactor(zone.js): rename BlacklistedStackFrames to InternalZoneJsStackFrames (#38978)
BlacklistedStackFrames to InternalZoneJsStackFrames along with other related symbols renamed with the same changes (with appropriate casing style). PR Close #38978
This commit is contained in:

committed by
Alex Rickabaugh

parent
4a9f4520ce
commit
cb7164a236
@ -14,7 +14,7 @@ import '../lib/zone';
|
||||
import '../lib/common/promise';
|
||||
import '../lib/common/to-string';
|
||||
|
||||
process.env['errorpolicy'] = (global as any)['__Zone_Error_BlacklistedStackFrames_policy'] =
|
||||
process.env['errorpolicy'] = (global as any)['__Zone_Error_ZoneJsInternalStackFrames_policy'] =
|
||||
'disable';
|
||||
// Setup test environment
|
||||
require('@bazel/jasmine').boot();
|
||||
|
Reference in New Issue
Block a user