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
parser: Add property accessors to parseable objects (#28) (10a9a64)
BREAKING CHANGES
defaultimport: Remove the default import definition from the declarations.
The default imports are now generated by namedImport instead of it's
own definition. The namedImport has now a defaultAlias property that
generates the default import if needed.