Closed Ajedi32 closed 8 years ago
I'm actually not sure if exec is the best parser for JS. Before the next major release, I need to examine if it's better to use exec by default vs something like require.
exec
require
I'm actually not sure if
exec
is the best parser for JS. Before the next major release, I need to examine if it's better to useexec
by default vs something likerequire
.