| -rw-r--r-- | .eslintignore | 6L |
| -rw-r--r-- | .eslintrc.json | 39L |
| -rw-r--r-- | .gitattributes | 1L |
| -rw-r--r-- | .github/dependabot.yml | 11L |
| -rw-r--r-- | .github/workflows/check-dist.yml | 54L |
| -rw-r--r-- | .github/workflows/codeql-analysis.yml | 71L |
| -rw-r--r-- | .github/workflows/test.yml | 28L |
| -rw-r--r-- | .gitignore | 105L |
| -rw-r--r-- | .pre-commit-config.yaml | 18L |
| -rw-r--r-- | .prettierignore | 3L |
| -rw-r--r-- | .prettierrc.json | 10L |
| -rw-r--r-- | CODEOWNERS | 1L |
| -rw-r--r-- | LICENSE | 22L |
| -rw-r--r-- | README.md | 41L |
| -rw-r--r-- | __tests__/main.test.ts | 92L |
| -rw-r--r-- | __tests__/parsed.json | 1L |
| -rw-r--r-- | __tests__/parsed_stdout.json | 1L |
| -rw-r--r-- | __tests__/parsed_stdout_no_error.json | 1L |
| -rw-r--r-- | __tests__/payload.json | 8L |
| -rw-r--r-- | __tests__/test_data.txt | 595L |
| -rw-r--r-- | __tests__/test_data_stdout.txt | 6L |
| -rw-r--r-- | __tests__/test_data_stdout_no_error.txt | 6L |
| -rw-r--r-- | action.yml | 26L |
| -rw-r--r-- | dist/index.js | 24929L |
| -rw-r--r-- | dist/index.js.map | 1L |
| -rw-r--r-- | dist/licenses.txt | 1098L |
| -rw-r--r-- | dist/package.json | 3L |
| -rw-r--r-- | dist/sourcemap-register.cjs | 1L |
| -rw-r--r-- | dist/sourcemap-register.js | 1L |
| -rw-r--r-- | jest.config.js | 21L |
| -rw-r--r-- | package-lock.json | 12660L |
| -rw-r--r-- | package.json | 60L |
| -rw-r--r-- | src/grammar.ne | 138L |
| -rw-r--r-- | src/grammar.ts | 324L |
| -rw-r--r-- | src/main.ts | 252L |
| -rw-r--r-- | test_page/config.toml | 16L |
| -rw-r--r-- | test_page/content/blog/_index.md | 6L |
| -rw-r--r-- | test_page/content/blog/first.md | 6L |
| -rw-r--r-- | test_page/content/blog/second.md | 8L |
| -rw-r--r-- | test_page/templates/base.html | 17L |
| -rw-r--r-- | test_page/templates/blog-page.html | 9L |
| -rw-r--r-- | test_page/templates/blog.html | 13L |
| -rw-r--r-- | test_page/templates/index.html | 8L |
| -rw-r--r-- | tsconfig.json | 17L |
| -rw-r--r-- | tsconfig.test.json | 17L |