ChakraCore is the core part of the Chakra Javascript engine that powers Microsoft Edge
wyrichte on ADO_test
Update ChakraCoreStatic.cpp (compare)
wyrichte on Test-PR-webhook---don't-merge
Update ChakraCoreStatic.cpp (compare)
wyrichte on Test-PR-webhook---don't-merge
Update ChakraCoreStatic.cpp (compare)
Microsoft says it has no plans to stop maintaining EdgeHTML and Chakra, although if usage were to decline, developers could expect them to hit end of support eventually.
(new Error()).stack
and see what that gives you. In node-chakracore we had some small amount of support for inspecting error.stack without just getting back an opaque string, but I forget exactly how we did that right now
require()
called from an ES module
["a.js", "b.js"].map(require)
do? What is the "caller" of require there?