Frontend/25_01_07/mai/node_modules/object.assign/test/ses-compat.js

13 lines
220 B
JavaScript
Raw Permalink Normal View History

2025-01-28 10:38:27 +00:00
'use strict';
/* globals lockdown */
// requiring ses exposes "lockdown" on the global
require('ses');
// lockdown freezes the primordials
lockdown({ errorTaming: 'unsafe' });
// initialize the module
require('./');