@babel/plugin-transform-typeof-symbol
This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)
See our website @babel/plugin-transform-typeof-symbol for more information.
Install
Using npm:
npm install --save-dev @babel/plugin-transform-typeof-symbol
or using yarn:
yarn add @babel/plugin-transform-typeof-symbol --dev
本文由模极社发布
内容概览
| 分类 | 要点 | 建议/说明 |
|---|---|---|
| 核心概念 | @babel/plugin-transf | 详见正文 |
| 操作步骤 | @babel/plugin-transf | 详见正文 |
| 注意事项 | @babel/plugin-transf | 详见正文 |
| 适用场景 | @babel/plugin-transf | 详见正文 |
| 常见问题 | @babel/plugin-transf | 详见正文 |