hide-protected-properties:隐藏以下划线开头的类实例的属性,这些属性通常看起来像是受保护的或私有的

时间:2024-06-06 20:33:31
【文件属性】:

文件名称:hide-protected-properties:隐藏以下划线开头的类实例的属性,这些属性通常看起来像是受保护的或私有的

文件大小:4KB

文件格式:ZIP

更新时间:2024-06-06 20:33:31

JavaScript

隐藏保护的属性 隐藏以下划线开头的类/实例的属性,这些属性通常看起来像是受保护的或私有的。 例子 const HideProtectedProperties = require ( "hide-protected-properties" ) ; const { EventEmitter } = require ( "events" ) ; var sym = Symbol ( "" ) ; class Test extends EventEmitter { constructor ( ) { super ( ) ; this . text = "Hello, World!" ; this . _shouldHide = "Hi, everyone!" ; this [ sym ] = "Also hide!" ;


【文件预览】:
hide-protected-properties-master
----.gitignore(8B)
----README.md(924B)
----LICENSE(1KB)
----package.json(572B)
----index.js(984B)
----index.d.ts(100B)
----test.js(789B)
----.travis.yml(61B)

网友评论