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
Override the validateModule call in JSScriptEngineService that just loads all the JS, which should error out with compile errors if there's anything wrong
That's nicer than the current way where you get a runtime error in each mapper
Override the
validateModulecall inJSScriptEngineServicethat just loads all the JS, which should error out with compile errors if there's anything wrongThat's nicer than the current way where you get a runtime error in each mapper