Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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:main
base:main
Choose a base branch
Loading
fromoyilmaztekin:ozer-check-markdown
Draft
Changes from1 commit
Commits
Show all changes
36 commits
Select commitHold shift + click to select a range
e3d07a9
added source code reader
Jul 1, 2019
527c524
moved package into the tools folder
Jul 2, 2019
5cf1533
downgraded version from 1 to 0
Jul 2, 2019
1f6afca
Update tablerow object dot notation
oyilmaztekinJul 2, 2019
de265d5
update private property
oyilmaztekinJul 2, 2019
cde54af
Update Object dot notation
oyilmaztekinJul 2, 2019
b01b4a5
Update test description
oyilmaztekinJul 2, 2019
ade9c4c
Update test description
oyilmaztekinJul 2, 2019
5204588
Update dot notation in test
oyilmaztekinJul 2, 2019
346b29a
Update dot notation
oyilmaztekinJul 2, 2019
2545fe6
Update destructuring assignment
oyilmaztekinJul 2, 2019
853044f
reduced analyzeTable function
Jul 2, 2019
421e31d
Merge branch 'ozer-check-markdown' of https://github.com/oyilmaztekin…
Jul 2, 2019
a78ac0b
eslint integration
Jul 8, 2019
0601099
added new line
Jul 8, 2019
4c96e44
Merge pull request #1 from oguzzkilic/patch-1
oyilmaztekinJul 8, 2019
a9710f7
added tested for resolver, parser and recursive test for tokenization
oyilmaztekinJul 28, 2019
0df11c5
Merge branch 'master' of https://github.com/tc39/proposals into ozer-…
oyilmaztekinNov 7, 2019
5325939
added test for collectLinkDefinitions.js
oyilmaztekinNov 7, 2019
2f5a10b
added detectTables test
oyilmaztekinNov 10, 2019
d068b15
added tables Represantation mock
oyilmaztekinNov 11, 2019
1d15acb
fixed grammar
oyilmaztekinNov 12, 2019
8ba807c
Merge branch 'master' into ozer-check-markdown
Sep 3, 2021
f19f819
adds handler for table head
Sep 7, 2021
829789a
removes unused function
oyilmaztekinSep 7, 2021
cf70ee9
adds cell handler
oyilmaztekinSep 10, 2021
b7cce4d
fixes handlers to group array by proposals
oyilmaztekinSep 10, 2021
84d8c3d
makes refactoring on handleTables function
oyilmaztekinSep 10, 2021
8a433ba
Merge branch 'master' into ozer-check-markdown
oyilmaztekinSep 10, 2021
142a78b
adds doc into index.js
oyilmaztekinSep 10, 2021
215ea12
ignores editor files
oyilmaztekinSep 10, 2021
a14e799
removes extra spaces
oyilmaztekinSep 10, 2021
43683bc
removes extra spaces
oyilmaztekinSep 10, 2021
812d0ca
removes .gitignore
oyilmaztekinSep 10, 2021
e591bdd
creates final JSON for stage1
oyilmaztekinSep 11, 2021
6a347ee
adds some refactoring
oyilmaztekinSep 13, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
downgraded version from 1 to 0
changed pacakge publication to private
  • Loading branch information
ozer.yilmaztekin committedJul 2, 2019
commit5cf15339593b54f9e9b9bda7d6a0cd9ef3773b4c
3 changes: 2 additions & 1 deletiontools/markdown-checker/package.json
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
{
"name": "markdownChecker",
"version": "1.0.0",
"version": "0.0.0",
"description": "a script that tracks changes of proposal status",
"main": "index.js",
"repository": "https://github.com/tc39/proposals",
"private":true,
"author": "Ozer Y.",
"license": "MIT",
"scripts": {
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp