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
Improve export name extraction for shortcode generation (#1160)
* Improve export name extraction
Many different types of export syntax wasn't supported,
primarily destructuring for objects and arrays. This adds
export extraction to the import name extraction step so
we can more accurately determine what shortcodes to
generate.
* Place gatsby-plugin-mdx in the root for now, seems to not be resolving properly
* Fix linting
* Make null handling more clear
* Fix handling of null specifiers
* Move dep to proper place
0 commit comments