mirror of
https://github.com/swc-project/swc.git
synced 2024-11-26 09:54:22 +03:00
fix(es/helpers): Add a missing helper (#5551)
This commit is contained in:
parent
e0e01bf6cd
commit
e930fea4ca
@ -0,0 +1,5 @@
|
||||
import classCheckPrivateStaticAccess from "./_class_check_private_static_access.mjs"
|
||||
|
||||
export default function _classStaticPrivateMethodGet(receiver, classConstructor, method) {
|
||||
classCheckPrivateStaticAccess(receiver, classConstructor); return method;
|
||||
}
|
Loading…
Reference in New Issue
Block a user