UNPKG

@swc/helpers

Version:

External helpers for the swc project.

9 lines (7 loc) 301 B
"use strict"; exports._ = exports._check_private_redeclaration = _check_private_redeclaration; function _check_private_redeclaration(obj, privateCollection) { if (privateCollection.has(obj)) { throw new TypeError("Cannot initialize the same private elements twice on an object"); } }