oru / spec262
ECMAScript specification supervisor
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 1
Language:HTML
Requires
- jfcherng/php-diff: ^6.14
- nikic/php-parser: ^4.15
- symfony/console: ^6.2
Requires (Dev)
- phpunit/phpunit: ^10.0
- psalm/plugin-phpunit: ^0.18.4
- symplify/easy-coding-standard: ^11.2
- vimeo/psalm: ^5.8
This package is auto-updated.
Last update: 2024-10-24 20:45:36 UTC
README
Note
THIS SOFTWARE IS A WORK IN PROGRESS. DO NOT USE!
Usage
$ spec262 ./src
spec262 will traverse the given directory and search for specification links preceeding code-structures like functions, methods, classes. If an existing link was found, the specification defined algorithms will be overlayed over the given single-line-comments in the implementation to catch specification changes.
This workflow can be used to upgrade from one specification version to another.
License
All software contained in this package is released under a BSD 3-Clause License.