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
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Since upgrading to v0.8.0, Rollup reports the following warning when trying to compile a script that instantiates the SelectList class:
(!) Plugin typescript: @rollup/plugin-typescript TS2351: This expression is not constructable.
Type 'typeof import(".../node_modules/atom-select-list/lib/select-list-view")' has no construct signatures.
Steps to Reproduce
Add atom-select-list@0.8.0 as a package dependency
Instantiate the class new SelectList() in a package written in TypeScript