- Notifications
You must be signed in to change notification settings - Fork737
markdown checker#226
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Draft
oyilmaztekin wants to merge36 commits intotc39:mainChoose a base branch fromoyilmaztekin:ozer-check-markdown
base:main
Could not load branches
Branch not found:{{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline, and old review comments may become outdated.
Uh oh!
There was an error while loading.Please reload this page.
Draft
markdown checker#226
Changes from1 commit
Commits
Show all changes
36 commits Select commitHold shift + click to select a range
e3d07a9 added source code reader
527c524 moved package into the tools folder
5cf1533 downgraded version from 1 to 0
1f6afca Update tablerow object dot notation
oyilmaztekinde265d5 update private property
oyilmaztekincde54af Update Object dot notation
oyilmaztekinb01b4a5 Update test description
oyilmaztekinade9c4c Update test description
oyilmaztekin5204588 Update dot notation in test
oyilmaztekin346b29a Update dot notation
oyilmaztekin2545fe6 Update destructuring assignment
oyilmaztekin853044f reduced analyzeTable function
421e31d Merge branch 'ozer-check-markdown' of https://github.com/oyilmaztekin…
a78ac0b eslint integration
0601099 added new line
4c96e44 Merge pull request #1 from oguzzkilic/patch-1
oyilmaztekina9710f7 added tested for resolver, parser and recursive test for tokenization
oyilmaztekin0df11c5 Merge branch 'master' of https://github.com/tc39/proposals into ozer-…
oyilmaztekin5325939 added test for collectLinkDefinitions.js
oyilmaztekin2f5a10b added detectTables test
oyilmaztekind068b15 added tables Represantation mock
oyilmaztekin1d15acb fixed grammar
oyilmaztekin8ba807c Merge branch 'master' into ozer-check-markdown
f19f819 adds handler for table head
829789a removes unused function
oyilmaztekincf70ee9 adds cell handler
oyilmaztekinb7cce4d fixes handlers to group array by proposals
oyilmaztekin84d8c3d makes refactoring on handleTables function
oyilmaztekin8a433ba Merge branch 'master' into ozer-check-markdown
oyilmaztekin142a78b adds doc into index.js
oyilmaztekin215ea12 ignores editor files
oyilmaztekina14e799 removes extra spaces
oyilmaztekin43683bc removes extra spaces
oyilmaztekin812d0ca removes .gitignore
oyilmaztekine591bdd creates final JSON for stage1
oyilmaztekin6a347ee adds some refactoring
oyilmaztekinFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
ignores editor files
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
commit215ea12f8e7068839b3a050bfecb1be7672b1dfd
There are no files selected for viewing
7 changes: 7 additions & 0 deletions.gitignore
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| #chunks | ||
| .DS_Store | ||
| .cache | ||
| #editor files | ||
| .idea/** | ||
oyilmaztekin marked this conversation as resolved. OutdatedShow resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
| .vscode/** | ||
2 changes: 0 additions & 2 deletions.idea/.gitignore
This file was deleted.
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
2 changes: 0 additions & 2 deletionstools/markdown-checker/index.js
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
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.