H.cT -> H.applyHooksTransformer
This commit is contained in:
parent
736de331b5
commit
4e39819926
@ -1579,9 +1579,10 @@ var A = {
|
|||||||
$.ov = new H.lw(o)
|
$.ov = new H.lw(o)
|
||||||
$.oL = new H.lx(n)
|
$.oL = new H.lx(n)
|
||||||
},
|
},
|
||||||
cT(a, b) {
|
// 笑死了, 我把所有调用删掉了(在之前的commit)
|
||||||
return a(b) || b
|
// applyHooksTransformer(transformer, hooks) {
|
||||||
},
|
// return transformer(hooks) || hooks
|
||||||
|
// },
|
||||||
JSSyntaxRegExp_makeNative(source, multiline, case_sensitive, unicode, dot_all, global) {
|
JSSyntaxRegExp_makeNative(source, multiline, case_sensitive, unicode, dot_all, global) {
|
||||||
var s = multiline ? "m" : "",
|
var s = multiline ? "m" : "",
|
||||||
r = case_sensitive ? "" : "i",
|
r = case_sensitive ? "" : "i",
|
||||||
|
Loading…
Reference in New Issue
Block a user