@babel/plugin-transform-typeof-symbol
Advanced tools
Comparing version
@@ -5,3 +5,3 @@ import { declare } from '@babel/helper-plugin-utils'; | ||
var index = declare(api => { | ||
api.assertVersion("8.0.0-alpha.14"); | ||
api.assertVersion("8.0.0-alpha.15"); | ||
return { | ||
@@ -8,0 +8,0 @@ name: "transform-typeof-symbol", |
{ | ||
"name": "@babel/plugin-transform-typeof-symbol", | ||
"version": "8.0.0-alpha.14", | ||
"version": "8.0.0-alpha.15", | ||
"description": "This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)", | ||
@@ -19,13 +19,13 @@ "repository": { | ||
"dependencies": { | ||
"@babel/helper-plugin-utils": "^8.0.0-alpha.14" | ||
"@babel/helper-plugin-utils": "^8.0.0-alpha.15" | ||
}, | ||
"peerDependencies": { | ||
"@babel/core": "^8.0.0-alpha.14" | ||
"@babel/core": "^8.0.0-alpha.15" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^8.0.0-alpha.14", | ||
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.14", | ||
"@babel/runtime": "^8.0.0-alpha.14", | ||
"@babel/core": "^8.0.0-alpha.15", | ||
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.15", | ||
"@babel/runtime": "^8.0.0-alpha.15", | ||
"@babel/runtime-corejs2": "^7.24.0", | ||
"@babel/runtime-corejs3": "^8.0.0-alpha.14" | ||
"@babel/runtime-corejs3": "^8.0.0-alpha.15" | ||
}, | ||
@@ -32,0 +32,0 @@ "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-typeof-symbol", |