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.

My module description is empty on deno.land/x/

See original GitHub issue

My module name is dexr. It Was visible until just recently. What should i do?

https://deno.land/x/

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
AkifumiSatocommented, Aug 8, 2020

I misunderstood the meaning of the description. Completed successfully, Thanks!

1reaction
lucacasonatocommented, Aug 6, 2020

The module description on deno.land/x is based on the description on your GitHub repository. To update it on deno.land/x:

Make sure your module is linked to deno.land/x using the new procedure (https://deno.land/x#add). More info at https://deno.land/posts/registry2.

  1. Update the description on your GitHub repository
  2. Create a new tag for your module

@narwy He is talking about the module description displayed in the module list, not the module itself.

Read more comments on GitHub >

github_iconTop Results From Across the Web

deno lint | Manual
Configuration · --rules-tags - List of tag names that will be run. Empty list disables all tags and will only use rules from...
Read more >
testing/README.md | std@0.148.0 - Deno
This module provides a few basic utilities to make testing easier and consistent in Deno. Usage. testing/asserts.ts module provides range of assertion helpers....
Read more >
testing/README.md | std@0.166.0 - Deno
This allows for changes to reference snapshots to be reviewed along side the code changes that caused them, and ensures that when others...
Read more >
Behavior-Driven Development | Manual - Deno
Behavior-Driven Development. With the bdd.ts module you can write your tests in a familiar format for grouping tests and adding setup/teardown hooks used...
Read more >
src - Deno Doc
url: string; /** A flag that indicates if the current module is the main module ... Deno.test("My test description", (): void => {...
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