Skip to content

Documentation: Console #29

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

Merged
merged 3 commits into from
Feb 16, 2023
Merged

Documentation: Console #29

merged 3 commits into from
Feb 16, 2023

Conversation

aspeddro
Copy link
Contributor

No description provided.

@@ -24,5 +24,5 @@

@val external trace: unit => unit = "console.trace"

@val external timeStart: string => unit = "console.timeStart"
@val external time: string => unit = "console.time"
Copy link
Contributor Author

@aspeddro aspeddro Feb 13, 2023

Choose a reason for hiding this comment

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

console.timeStart don't exist. See Console API

@aspeddro aspeddro marked this pull request as draft February 13, 2023 22:45
@aspeddro aspeddro marked this pull request as ready for review February 13, 2023 23:05
@zth
Copy link
Collaborator

zth commented Feb 14, 2023

This is great work @aspeddro ! 👏

Reviewing soon.

Copy link
Collaborator

@zth zth left a comment

Choose a reason for hiding this comment

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

This is looking great overall! However, since descriptions are copied from MDN, we need to figure out what to do about licenses. MDN descriptions are licensed as CC-BY-SA, so we need to give attribution. Question is whether we need to give attribution right next to every text, or if it's enough to give attribution somewhere central in the repo. Need to read up on that.

Another alternative is rewriting in our own words, taking inspiration from MDN and other sources, but not copying.

@zth zth mentioned this pull request Feb 15, 2023
49 tasks
@aspeddro
Copy link
Contributor Author

Ok, I'll rewrite.

@zth zth merged commit c43beaf into rescript-lang:main Feb 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants