9 lines
297 B
Plaintext
9 lines
297 B
Plaintext
"use strict";
|
|
|
|
function _class_check_private_static_field_descriptor(descriptor, action) {
|
|
if (descriptor === undefined) {
|
|
throw new TypeError("attempted to " + action + " private static field before its declaration");
|
|
}
|
|
}
|
|
exports._ = _class_check_private_static_field_descriptor;
|