liuxuanzy / babel-plugin-freeze-const

A babel plugin to add Object.freeze to all const declaration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

babel-plugin-freeze-const

A babel plugin to add Object.freeze to all const declaration

notice

this plugin should use before transform-es2015-block-scoping

About

A babel plugin to add Object.freeze to all const declaration

License:MIT License


Languages

Language:JavaScript 50.5%Language:Erlang 49.5%