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
NOTE Version 0.8.0 uses vue-component-meta@^2.1.6, which may produce slightly different results compared to [email protected]. For instance, optional types will now include | undefined in their definitions. For example, enable?: boolean will be represented as enable?: boolean | undefined.
In order to reduce bundle size and improve performance, the module does not expose types declarations anymore. Declaration did include file location and position of type in the file.
feat(parser): remove declarations from types (#68) (3728d72)