question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

No way to document an exported Object

See original GitHub issue

If a file exports an object whose keys have documented functions as values, those functions are not documented.

I mean:

/**
 * UTILS STUFF
 */
const utils = {
    /**
     * UTIL FOO
     */
    UtilFoo: function() {}
};

export { utils };

Just Utils VARIABLE is documented.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:1
  • Comments:11 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
ibccommented, Apr 11, 2016

By using esdoc, I found myself refactoring my whole code just to make esdoc happy. Not the way to go.

1reaction
JulianKingmancommented, Oct 18, 2017

I’d love to see an option for this.

Read more comments on GitHub >

github_iconTop Results From Across the Web

'data' is not an exported object from 'namespace:my_package'
rda file in my data folder. I was unable to get devtools::document() to recreate the NAMESPACE file. The solution was to re-save the...
Read more >
Error: 'items' is not an exported object from 'namespace:cfsales'
It simply provides data in the form of .rda files -- no functions. I am having a NAMESPACE problem when I run devtools::document()...
Read more >
Multipage file with all content off-page exports to pdf as empty ...
Steps to reproduce: open Inkscape; test.svg; Save as pdf (using save dialog). Check "Use exported object's size" without entering an id ...
Read more >
Export an object attribut's to WORD using a template DOC ...
I just started working with doors and my mission is to transfer data from doors to a word document using a template made...
Read more >
How are you to import/export custom application/object data w
When you log in to RDC and select a workspace, just above the folder list you can see a drop-down that says "Document"....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found