Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(uuid): complete documentation #4044

Merged
merged 5 commits into from Dec 30, 2023
Merged

docs(uuid): complete documentation #4044

merged 5 commits into from Dec 30, 2023

Conversation

babiabeo
Copy link
Contributor

Related: #3764

@babiabeo babiabeo requested a review from kt3k as a code owner December 30, 2023 15:54
@github-actions github-actions bot added the uuid label Dec 30, 2023
@babiabeo
Copy link
Contributor Author

Actually I have run deno doc --lint but it exposes errors on these namespace imports:

import * as v1 from "./v1.ts";
import * as v3 from "./v3.ts";
import * as v4 from "./v4.ts";
import * as v5 from "./v5.ts";

Is there any way to fix this?

@iuioiua iuioiua changed the title chore(uuid): complete documentation docs(uuid): complete documentation Dec 30, 2023
Copy link
Collaborator

@iuioiua iuioiua left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thank you.

@iuioiua
Copy link
Collaborator

iuioiua commented Dec 30, 2023

Actually I have run deno doc --lint but it exposes errors on these namespace imports:

import * as v1 from "./v1.ts";
import * as v3 from "./v3.ts";
import * as v4 from "./v4.ts";
import * as v5 from "./v5.ts";

Is there any way to fix this?

This appears to be a bug with the linter, to me. Let's ignore it for now. I'll file a bug report.

@iuioiua iuioiua merged commit 328e3d2 into denoland:main Dec 30, 2023
12 checks passed
@babiabeo babiabeo deleted the uuid-docs branch December 30, 2023 23:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants