electron / electron-docs-linter

Parse and validate Electron's API documentation
http://npm.im/electron-docs-linter
21 stars 24 forks source link

Union types do not work in instance properties #116

Open nixxquality opened 5 years ago

nixxquality commented 5 years ago

From electron/electron#17479.

Neither "A (NativeImage | String) ..." nor "A NativeImage | String ..." produces the correct results. It only picks one of the types.