You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only enables the parser state cache config option by default.
We don't actually generate the parser state cache when parsing normally, only when user explicitly calls `JsSerializeParserState`. The state object returned then needs to be passed back into either `JsRunScriptWithParserState` or `JsDeserializeParserState`.
The point of enabling this config option by default is so that user code doesn't hit an assert when trying to call those above 3 API.
0 commit comments