remove es20xx prefixes from plugins and rename folders (#6575)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
function test() {
|
||||
let foo = "bar";
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
function test() {
|
||||
var foo = "bar";
|
||||
}
|
||||
Reference in New Issue
Block a user