Do not transpile typeof helper with itself in babel/runtime (#10788)

* Do not transpile typeof helper with itself in babel/runtime

* Nits

* Remove console.log
This commit is contained in:
Nicolò Ribaudo
2019-12-04 01:09:14 +01:00
committed by GitHub
parent d18afbd7c3
commit 3d0c5d2afc
2 changed files with 19 additions and 2 deletions

View File

@@ -24,6 +24,7 @@
"@babel/core": "^7.7.4",
"@babel/helper-plugin-test-runner": "^7.7.4",
"@babel/helpers": "^7.7.4",
"@babel/plugin-transform-typeof-symbol": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"@babel/runtime": "^7.7.4",
"@babel/template": "^7.7.4",