@babel/plugin-transform-typeof-symbol
Version:
This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)
43 lines • 1.19 kB
JSON
{
"name": "@babel/plugin-transform-typeof-symbol",
"version": "8.0.1",
"description": "This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)",
"repository": {
"type": "git",
"url": "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-transform-typeof-symbol"
},
"license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "./lib/index.js",
"keywords": [
"babel-plugin"
],
"dependencies": {
"@babel/helper-plugin-utils": "^8.0.1"
},
"peerDependencies": {
"@babel/core": "^8.0.0"
},
"devDependencies": {
"@babel/core": "^8.0.1",
"@babel/helper-plugin-test-runner": "^8.0.0",
"@babel/runtime": "^8.0.0",
"@babel/runtime-corejs3": "^8.0.0"
},
"homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-typeof-symbol",
"engines": {
"node": "^22.18.0 || >=24.11.0"
},
"author": "The Babel Team (https://babel.dev/team)",
"exports": {
".": {
"types": "./lib/index.d.ts",
"default": "./lib/index.js"
},
"./package.json": "./package.json"
},
"type": "module"
}