Don't allow instance properties transformation on namespace (#10372)
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
import * as bar from "bar";
|
||||
bar.map();
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"plugins": [["transform-runtime", { "corejs": 3 }]]
|
||||
}
|
||||
@@ -0,0 +1,2 @@
|
||||
import * as bar from "bar";
|
||||
bar.map();
|
||||
Reference in New Issue
Block a user