-
Notifications
You must be signed in to change notification settings - Fork 444
Add more comments #1993
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
Add more comments #1993
Changes from 2 commits
Commits
Show all changes
81 commits
Select commit
Hold shift + click to select a range
61d9bfe
refactor: optimize file system operations by removing async/await for…
Bashamega 7b92b7d
chore: better naming
Bashamega 746f705
feat: extract summary from MDN comments for better documentation
Bashamega 9521a10
generate
Bashamega a995e00
remove comments
Bashamega ca08f27
Remove hashing
Bashamega 7f82e1f
regenerate
Bashamega 9afe136
-
Bashamega a2b7a93
feat: comments for iterator
Bashamega d6d08f7
Merge branch 'microsoft:main' into descriptions
Bashamega d65d812
generate
Bashamega 04ba40c
-
Bashamega 7da9e85
-
Bashamega 576b872
-
Bashamega 16ef393
-
Bashamega 5110391
-
Bashamega 63c359d
generate
Bashamega 7a40173
clean
Bashamega fdddfa6
remove await
Bashamega 968a4e4
simplify
Bashamega 0123276
refactor: extract title generation logic into a separate function
Bashamega e146dfe
refactor: remove descriptions parameter from emitFlavor and emitWebId…
Bashamega d97bcb7
-
Bashamega de83ebc
Merge branch 'microsoft:main' into descriptions
Bashamega 7386df6
generate
Bashamega 619d3c2
merge branches
Bashamega 7d3c431
refactor: optimize file processing in generateDescriptions function u…
Bashamega 3c7d15a
Merge branches
Bashamega ebfc8c4
Merge branch 'microsoft:main' into descriptions
Bashamega ff14106
Update
Bashamega 88daf24
-
Bashamega 09a8071
merge
Bashamega 53d05d3
-
Bashamega 155f013
-
Bashamega fae5ec1
-
Bashamega 3130a7a
.
Bashamega 79d9131
use leaf
Bashamega 615bdb5
Merge branch 'microsoft:main' into descriptions
Bashamega ea052dc
-
Bashamega bff888b
Merge branch 'descriptions' of https://github.com/Bashamega/TypeScrip…
11d8d3e
Update mdn-comments.ts
Bashamega 94d22b9
Refactor merge function to support optional parameter and update merg…
Bashamega d2ee6f5
Merge branch 'descriptions' of https://github.com/Bashamega/TypeScrip…
Bashamega 241a83c
format
Bashamega 9e7d2f9
-
Bashamega 32fee24
Update emitNonCallbackInterfaces to include interfaces without names …
Bashamega 12a3cb9
-
Bashamega 262a699
-
Bashamega 63c7cdb
-
Bashamega 7e2b12e
-
Bashamega 7ecc60d
-
Bashamega 1848c57
remove try and catch
Bashamega 734c5e0
Update src/build/mdn-comments.ts
Bashamega 8673704
update logic
Bashamega c4062ba
Update src/build/mdn-comments.ts
Bashamega 6f8d929
-
Bashamega 43d9b43
Update src/build/mdn-comments.ts
Bashamega dc848db
Update src/build.ts
Bashamega 6ddc417
lint
Bashamega 8cc781b
-
Bashamega 7d81067
Merge branch 'microsoft:main' into descriptions
Bashamega 6a65a54
generate
Bashamega 99cf7ec
-
Bashamega a931367
Update src/build.ts
Bashamega e529775
Update src/build/mdn-comments.ts
Bashamega 4cc342b
Update src/build/mdn-comments.ts
Bashamega 0ffb148
Update src/build/mdn-comments.ts
Bashamega 3f65e0f
Update src/build/mdn-comments.ts
Bashamega 20c60b9
fix
Bashamega 3e8433e
-
Bashamega 3877aad
rename
Bashamega 2fc354e
-
Bashamega 0f3a8df
Refactor generatePath function in mdn-comments.ts to simplify return …
Bashamega 3a2afba
Update src/build/mdn-comments.ts
saschanaz f449210
Update src/build/mdn-comments.ts
saschanaz 4120aa3
Update src/build/mdn-comments.ts
saschanaz 01fca42
Update src/build/mdn-comments.ts
saschanaz 99655cf
Update src/build/mdn-comments.ts
saschanaz a81c050
Update src/build/mdn-comments.ts
saschanaz fcdcab9
Update src/build/mdn-comments.ts
saschanaz d101d73
Apply suggestions from code review
saschanaz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(This is actually more like extractSlug)