Rename "babylon" to "@babel/parser" (#7937) 🎉
This commit is contained in:
committed by
Henry Zhu
parent
0200a3e510
commit
daf0ca8680
@@ -0,0 +1,3 @@
|
||||
export default const Foo = () => {
|
||||
return `<div class="bar">Hola</div>`;
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"throws": "Only expressions, functions or classes are allowed as the `default` export. (1:15)"
|
||||
}
|
||||
Reference in New Issue
Block a user