| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
- typedoc ^0.28.9 - typedoc-plugin-markdown ^4.9.0 - tsconfig update for new options - https://typedoc.org/documents/Options.html
|
After the update, this is the npm run docs output. with 456 file changes... [info] Loaded plugin typedoc-plugin-markdown [warning] QAbstractScrollAreaSignals, defined in @nodegui/nodegui/src/lib/QtWidgets/QAbstractScrollArea.ts, is referenced by QAbstractScrollArea.Signals but not included in the documentation [warning] PointerType, defined in @nodegui/nodegui/src/lib/QtGui/QEvent/QTabletEvent.ts, is referenced by QTabletEvent.pointerType but not included in the documentation [warning] QApplicationSignals, defined in @nodegui/nodegui/src/lib/QtGui/QApplication.ts, is referenced by QApplication.addEventListener.callback but not included in the documentation [warning] QClipboardSignals, defined in @nodegui/nodegui/src/lib/QtGui/QClipboard.ts, is referenced by QClipboard.addEventListener.callback but not included in the documentation [warning] QImageInvertMode, defined in @nodegui/nodegui/src/lib/QtGui/QImage.ts, is referenced by QImage.invertPixels.mode but not included in the documentation [warning] SequenceFormat, defined in @nodegui/nodegui/src/lib/QtGui/QKeySequence.ts, is referenced by QKeySequence.toString.format but not included in the documentation [warning] QVariantType, defined in @nodegui/nodegui/src/lib/QtCore/QVariant.ts, is referenced by QTreeWidgetItem.setData.value but not included in the documentation [warning] NativeRawPointer, defined in @nodegui/nodegui/src/lib/core/Component.ts, is referenced by EventWidget.addEventListener.callback.__type.event but not included in the documentation [info] markdown generated at ./website/docs/api/generated [warning] Found 0 errors and 8 warnings Fixing Docs... Docs fixed successfully. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Related with the issue #1075
Hey @sedwards2009, I updated the typedoc version. The idea was to avoid vulnerable code, but I realized that this update is useful for updating the documentation on the CI environment because it's failing due to an incompatible TypeScript and markdown plugin.