Rename all proposal plugins to -proposal- from -transform- (#6570)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
function* foo() {
|
||||
let a = yield;
|
||||
return yield;
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
function* foo() {
|
||||
let a = yield;
|
||||
return yield;
|
||||
}
|
||||
Reference in New Issue
Block a user