{"id":24995285,"url":"https://github.com/achie72/es6-feature-tester","last_synced_at":"2025-10-03T20:33:11.492Z","repository":{"id":114450551,"uuid":"174343695","full_name":"Achie72/es6-feature-tester","owner":"Achie72","description":null,"archived":false,"fork":false,"pushed_at":"2019-03-07T23:07:25.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-04T15:47:25.959Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Achie72.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-03-07T12:53:44.000Z","updated_at":"2019-03-07T18:10:52.000Z","dependencies_parsed_at":"2023-06-07T23:00:40.452Z","dependency_job_id":null,"html_url":"https://github.com/Achie72/es6-feature-tester","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Achie72%2Fes6-feature-tester","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Achie72%2Fes6-feature-tester/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Achie72%2Fes6-feature-tester/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Achie72%2Fes6-feature-tester/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Achie72","download_url":"https://codeload.github.com/Achie72/es6-feature-tester/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246200300,"owners_count":20739563,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-02-04T15:34:57.761Z","updated_at":"2025-10-03T20:33:06.452Z","avatar_url":"https://github.com/Achie72.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# es6-feature-tester\n\n**Feature list:**  \nBased on [http://es6-features.org](http://es6-features.org), and modified to only contain mostly just the tested feature and it's enviroment. Some of these tests contained other features described in other tests (mostly `let` and `const`).   \n\n**Testrunner:**  \nA simple python script, that is using [pytablewriter](https://github.com/thombashi/pytablewriter) to write it's `.md` files for each engine. These were combined to acquire tables below. \nThe python script simply calls the current engine with the given feature `.js` file, and checks if the return `?$` was 0 or not. Because all tests contain asserts for the valid results, only false recognition should appear in the system.\n\n# Dependencies\n- python\n- pytablewriter\n  - `pip install pytablewriter`\n\n# Usage\n```\ngit clone\ncd es6-feature-tester\nchmod +x test_features.py\n```\nAfter this, open the script and modify this part:\n```\nENGINE = \"yourenginepath\"\nFEATURE_DIR = \"features\"\n```\nEdit the ENGINE variable to point to your engine, you want to test.\nThen type:\n```\n./test_features.py\n```\n\nThe results will be printed on the terminal, and be generated into a `FEATURES.md` file, in the directory, you executed the program.\n\n# Further down the line\n\nYou can basically run any kind of feature tests on your engine, but the engine was made for the following dirctory tree:\n```\n├── feature_root\n|   ├── sub_feature_list_1\n|   |   ├ feature_1.js\n|   |   └ feature_2.js\n|   ├── sub_feature_list_2\n|   |   └ feature_1.js\n.   .   .\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fachie72%2Fes6-feature-tester","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fachie72%2Fes6-feature-tester","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fachie72%2Fes6-feature-tester/lists"}