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
Make asinit exit if package.json has a "type" not equal to "module"
FixesAssemblyScript/website#237. When the "type" field isn't specified,
or if package.json doesn't exist, it's already set to "module". This
removes the remaining hole when "type" is set to, say, "commonjs", by
refusing to continue.
0 commit comments