How can I build without transform let to var #3614
Answered
by
marvinhagemeister
gengjiawen
asked this question in
Q&A
-
Currently the debug build var EMPTY_OBJ = {};
var EMPTY_ARR = [];
var IS_NON_DIMENSIONAL = /acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i;
... I tried to change |
Beta Was this translation helpful? Give feedback.
Answered by
marvinhagemeister
Jul 13, 2022
Replies: 2 comments 4 replies
-
What do you mean with "debug build"? Afaik we don't distribute such a thing. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
JoviDeCroock
-
What's the reason for wanting to skip this transform? We transform let to var because the var version is both smaller and faster. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What do you mean with "debug build"? Afaik we don't distribute such a thing.