51 Commits (7d13580855b9d488297cca61a83d1c56a7b71345)

Author SHA1 Message Date
Futago-za Ryuu 7d13580855 Drop support for Node 6 5 years ago
Futago-za Ryuu 8b7bff7ac3 Resolve linting errors
This also temporarliy disables linting '.ts' files due to the fact that the currect '.d.ts' files contain too many errors/warnings that need to be manually fixed, but since I'm going to be rewriting the whole module in TypeScript anyway, resolving these ESLint error's is a pointless waste of time.
5 years ago
Futago-za Ryuu f00b516cd7 Update eslint config
- Move to manageble private package
- Ensure '.vue' rules are used via override
- Add support for TypeScript
- Update AP config to install correctly
5 years ago
Futago-za Ryuu e16dc50686 website: Use configs for nav and sidebars 5 years ago
Nils-Hero Lindemann 0b102d29a8 Fix last link in the TOC (#621)
There was a '-1' missing at the end of the link.
5 years ago
Futago-za Ryuu 42a6f774fb Update installation document 5 years ago
Futago-za Ryuu baf8b3a339 Publish to pegjs@dev on every CI run
This adds a new local package called '@pegjs/publish-dev' that will be run by the CI after all other tasks.

'@pegjs/publish-dev' will, as the name implies, publish a new release of pegjs on NPM under the dev tag.
5 years ago
Futago-za Ryuu ef2d318c15 Regenerate test bundle [NO_CI] 5 years ago
Futago-za Ryuu caa8b4cf7b Use html reporter for mocha browser 5 years ago
Futago-za Ryuu fcbfa39102 Ensure mocha runs on the browser 5 years ago
Futago-za Ryuu ea991cd65c Rebuild ci bundles 5 years ago
Futago-za Ryuu 6525825f2e Use mocha-loader 5 years ago
Futago-za Ryuu f7a52c70a4 Webpack: use library option 5 years ago
Futago-za Ryuu c35a61f524 Commit bundled web ci files 5 years ago
Futago-za Ryuu 8c30834ccc Run eslint on .vue files 5 years ago
Futago-za Ryuu 132a68b4d5 Upgrade to Vuepress@next
Travis was failing with a weird ESLint error, and when I checked locally, the problem seemed to be related to Vuepress v0. Upgrading to Vuepress v1-alpha seems to fix this (at least on my machine...)
5 years ago
Futago-za Ryuu 4095a05420 Add a dummy page for the editor (temp) 5 years ago
Futago-za Ryuu 9b805a955d Add index page 5 years ago
Futago-za Ryuu f10d93f32f Move + Update dev docs 5 years ago
Futago-za Ryuu 12c98b7098 Add index page for Changelogs 5 years ago
Futago-za Ryuu 22c280f069 Hide edit button 5 years ago
Futago-za Ryuu a8e7534595 Add basic config for Vuepress 5 years ago
Futago-za Ryuu 7deb6a779e Add README for bundle + consmetic changes 6 years ago
Futago-za Ryuu 1c81df1245 Update MD doc for devs 6 years ago
Futago-za Ryuu e69646cc78 Merge branch 'master' of github.com:pegjs/pegjs 6 years ago
Pascal Brandt d29704ff9c
✍🏼 Fix small typo. 6 years ago
Futago-za Ryuu afc653c46f fix stray spelling error: empry -> empty 6 years ago
Futago-za Ryuu 27687615e5 Document filename option for generated parsers 6 years ago
Futago-za Ryuu d233660161 fix incorrect API reference 6 years ago
Futago-za Ryuu fe2237476f Clarify parts of the documentation 6 years ago
Futago-za Ryuu 460f0cc5bc Implement value plucking
Resolves #235, #427, #545
6 years ago
Futago-za Ryuu 8b43c8419f Use input/output from the config file 6 years ago
Futago-za Ryuu aadc318fcd Add a guide for the CLI 6 years ago
Futago-za Ryuu f09f2f2cb4 Move CBT logo 6 years ago
Futago-za Ryuu 7c93ffb22b Move old changelogs to docs/changelogs [ci skip] 6 years ago
Futago-za Ryuu 8bd4d390a9 Add linkback to CrossBrowserTesting [ci skip] 6 years ago
Futago-za Ryuu 7edc7d902b Merge branch 'master' of github.com:pegjs/pegjs 6 years ago
Futago-za Ryuu 3cedf4439d Update supported platforms
- Drop support for Node.js v4
- Add support for Node.js v10
- Drop support for IE < 11
6 years ago
Futago-za Ryuu 06c9400bca
Update plugins.md 6 years ago
Futago-za Ryuu ab9b8d41bb Add doc for tracer.trace 6 years ago
Futago-za Ryuu 3745195315 Make the default tracer an optional feature 6 years ago
Futago-za Ryuu 7cd291cbe0 Add doc for plugins (closes #544) 6 years ago
Futago-za Ryuu 70dea07923 Update twitter link 6 years ago
Futago-za Ryuu 46c3dcf40b Document Session#fatal method 6 years ago
Futago-za Ryuu f4ca7ca461 Remove grammar option for Session API 6 years ago
Futago-za Ryuu 21a6de06d5 Optional features
This commit enables optional features that are enabled by default in the generated parser.

For now, only some of the helpers and filename are generated based on this new option, but this will change in the future most likely.

Resolves #421
6 years ago
Futago-za Ryuu 2ac387e1c9 Move documentation
The README.md file in the root of the repository had become too large, and as a result the file became hard to maintain.

This commit extracts all the documentation and moves it to separate but managable files within the docs directory, a new folder also located in the root of the repository.
6 years ago
Futago-za Ryuu 95409f0155 Moved Github related documents 6 years ago
Futago-za Ryuu 30d39f6267 Added PR Template
Based on the example at https://github.com/stevemao/github-issue-templates/tree/master/checklist2
6 years ago
Futago-za Ryuu 280466cc7b Added Issue Template
Based on the example at https://github.com/stevemao/github-issue-templates/tree/master/checklist2
6 years ago