getappmap / appmap-agent-js

This project is deprecated. Please use https://github.com/getappmap/appmap-node/ to record Node.js applications.
Other
27 stars 8 forks source link

feat: make babel parsing options configurable by the user #222

Closed lachrist closed 1 year ago

lachrist commented 1 year ago

The user can now overwrite the options provided to @babel/parser. The default is source-type = null and parsing = null which has the same behavior as before and attempt to guess suitable values from file url and content.

fixes https://github.com/getappmap/appmap-agent-js/issues/198