remove es20xx prefixes from plugins and rename folders (#6575)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
var f = function () {
|
||||
console.log(f, g);
|
||||
};
|
||||
|
||||
f = null;
|
||||
@@ -0,0 +1,5 @@
|
||||
var _f = function f() {
|
||||
console.log(_f, g);
|
||||
};
|
||||
|
||||
_f = null;
|
||||
Reference in New Issue
Block a user