peggyjs / peggy

Peggy: Parser generator for JavaScript
https://peggyjs.org/
MIT License
914 stars 65 forks source link

Use generated tag in top comment #400

Closed kristiandupont closed 1 year ago

kristiandupont commented 1 year ago

The @generated annotation is a semi-standard which is respected by a number of tools. For instance, Github detects it and skips diff's for files with it. There is also an ESLint plugin that respects it.

This PR changes the comment a tiny bit so that the annotation is included.

hildjj commented 1 year ago

Love this. Can you add yourself to the AUTHORS file, please?

hildjj commented 1 year ago

Also run npm run build, please. This should probably touch a few more files.

hildjj commented 1 year ago

Linking to https://github.com/jsdoc/jsdoc.github.io/issues/217

kristiandupont commented 1 year ago

Done. Let me know if there's anything else!

hildjj commented 1 year ago

Thanks!