Skip to content

Please support a plugins #16

@akabekobeko

Description

@akabekobeko

I hope ESDoc's web hosting service will also support plugins.

I use esdoc-node to parse require/export of Node with ESDoc.

{
  "source": "./src",
  "destination": "./esdoc",
  "test": {
    "type": "mocha",
    "source": "./test"
  },
  "plugins": [
    { "name": "esdoc-node" }
  ]
}

It works locally, but it seems that the plugin is ignored if it is web hosting.
For example, this is output when esdoc-node is not running.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions