Webdoc Issues
See original GitHub issueOn dev, there are some issues run npm run docs
. It’s unclear about where they are coming from. Some of the TransformFeedback tag issues should be easy to fix though.
[Indexer]: Parameter node couldn't be parsed, enable warning logs for more detail
[Indexer]: {
"type": "ArrayPattern",
"start": 1175,
"end": 1180,
"loc": {
"start": {
"line": 37,
"column": 17,
"index": 1175
},
"end": {
"line": 37,
"column": 22,
"index": 1180
}
},
"elements": [
{
"type": "Identifier",
"start": 1176,
"end": 1179,
"loc": {
"start": {
"line": 37,
"column": 18,
"index": 1176
},
"end": {
"line": 37,
"column": 21,
"index": 1179
},
"identifierName": "key"
},
"name": "key"
}
]
}
[Indexer]: Parameter node couldn't be parsed, enable warning logs for more detail
[Indexer]: {
"type": "ArrayPattern",
"start": 1228,
"end": 1239,
"loc": {
"start": {
"line": 38,
"column": 18,
"index": 1228
},
"end": {
"line": 38,
"column": 29,
"index": 1239
}
},
"elements": [
{
"type": "Identifier",
"start": 1229,
"end": 1232,
"loc": {
"start": {
"line": 38,
"column": 19,
"index": 1229
},
"end": {
"line": 38,
"column": 22,
"index": 1232
},
"identifierName": "key"
},
"name": "key"
},
{
"type": "Identifier",
"start": 1234,
"end": 1238,
"loc": {
"start": {
"line": 38,
"column": 24,
"index": 1234
},
"end": {
"line": 38,
"column": 28,
"index": 1238
},
"identifierName": "type"
},
"name": "type"
}
]
}
[DocParser]: Failed to parse doc for (@Unnamed)(in /home/runner/work/pixijs/pixijs/packages/basis/src/Basis.ts at 113:0)
[DocParser]: Failed to parse doc for (@Unnamed)(in /home/runner/work/pixijs/pixijs/packages/basis/src/Basis.ts at 129:0)
[DocParser]: Failed to parse doc for (@Unnamed)(in /home/runner/work/pixijs/pixijs/packages/basis/src/Basis.ts at 138:0)
[DocParser]: Failed to parse doc for (@Unnamed)(in /home/runner/work/pixijs/pixijs/packages/core/src/index.ts at 13:0)
[DocParser]: Failed to parse doc for (@Unnamed)(in /home/runner/work/pixijs/pixijs/packages/events/src/EventBoundary.ts at 53:0)
Catharsis failed to parse: Object<string, string | ((mode: string) => void) | CSSStyleDeclaration>
[DocParser]: Failed to parse doc for (@Unnamed)(in /home/runner/work/pixijs/pixijs/packages/utils/src/url.ts at 1:0)
Catharsis failed to parse: [number, number] | null
[DocParser]: Failed to parse doc for (@Unnamed)(in /home/runner/work/pixijs/pixijs/packages/assets/src/resolver/types.ts at 44:0)
[DocParser]: Failed to parse doc for (@Unnamed)(in /home/runner/work/pixijs/pixijs/packages/compressed-textures/src/loaders/compressedTextureExtensions.ts at 2:0)
[DocParser]: Failed to parse doc for (@Unnamed)(in /home/runner/work/pixijs/pixijs/packages/compressed-textures/src/resources/CompressedTextureResource.ts at 7:0)
[TagParser]:{@TransformFeedback.bindBuffer} Parameter "index" does not have a "-" token preceeding description <index to bind>
[TagParser]:{@TransformFeedback.bindBuffer} Parameter "buffer" does not have a "-" token preceeding description <buffer to bind>
[TagParser]:{@TransformFeedbackSystem.bind} Parameter "transformFeedback" does not have a "-" token preceeding description <TransformFeedback to bind>
[TagParser]:{@TransformFeedbackSystem.beginTransformFeedback} Parameter "drawMode" does not have a "-" token preceeding description <DrawMode for TransformFeedback>
[TagParser]:{@TransformFeedbackSystem.beginTransformFeedback} Parameter "shader" does not have a "-" token preceeding description <A Shader used by TransformFeedback. Current bound shader will be used if not provided.>
[TagParser]:{@TransformFeedbackSystem.createGLTransformFeedback} Parameter "tf" does not have a "-" token preceeding description <TransformFeedback>
@ShukantPal any thoughts on the Indexer issues?
Issue Analytics
- State:
- Created a year ago
- Reactions:2
- Comments:9 (9 by maintainers)
Top Results From Across the Web
Issues · webdoc-labs/webdoc - GitHub
Documentation generator for the web. Contribute to webdoc-labs/webdoc development by creating an account on GitHub.
Read more >WebMD - Better information. Better health.
Skin Problems · Digestive Disorders · Pain Management · Diabetes · Brain & Nervous System · Heart Disease · Cancer · Sexual Health ......
Read more >Modes of Interactivity: Analysing the Webdoc | i-Docs
This article considers interactivity as a representational strategy, suggesting three dimensions for assessing its contribution to documentary. Following on ...
Read more >Fieldwork from desktop: webdoc for teaching in the time of ...
... knowledge around interdisciplinary urban challenges. Therefore, teachers should dedicate efforts for identifying appropriate webdocs to provide students ...
Read more >Webdocs Gives Realstar Title an Edge on the Competition
Quickly locating these documents and sharing them with employees at other offices also was a problem. If documents were misfiled or lost, closings...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@SuperSodaSea That’s correct. I’ll have to implement array pattern parameters. @bigtimebuddy I’ll find time over the weekend to get this one done.
@SuperSodaSea Yep, you’ve got it