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
* Gracefully handle incomplete package.json files
Previously, scip-typescript didn't emit the required
`scip-typescript npm PACKAGE_NAME PACKAGE_VERSION` prefix for global
symbols when a package.json file was missing either the `name` or
`version` field. Now, scip-typescript guarantees that all global symbols
have this prefix. When the `version` field is missing, we fallback to
the version `"HEAD"`.
* Empty commit to trigger ci
* ESlint
0 commit comments