{"id":13750253,"url":"https://github.com/SFantasy/jslint-error-explanations-zh","last_synced_at":"2025-05-09T15:31:53.608Z","repository":{"id":11162377,"uuid":"13534894","full_name":"SFantasy/jslint-error-explanations-zh","owner":"SFantasy","description":"[DEPRECATED] :orange_book: JSLint-error-explanations Chinese clone.","archived":false,"fork":false,"pushed_at":"2017-03-24T17:04:10.000Z","size":1348,"stargazers_count":11,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"gh-pages","last_synced_at":"2025-04-08T07:37:13.380Z","etag":null,"topics":["jslint","translation"],"latest_commit_sha":null,"homepage":"http://jslint.fantasy.codes","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"samalba/dockerclient","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SFantasy.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}},"created_at":"2013-10-13T06:55:57.000Z","updated_at":"2023-08-30T08:14:40.000Z","dependencies_parsed_at":"2022-09-02T12:20:48.210Z","dependency_job_id":null,"html_url":"https://github.com/SFantasy/jslint-error-explanations-zh","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/SFantasy%2Fjslint-error-explanations-zh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SFantasy%2Fjslint-error-explanations-zh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SFantasy%2Fjslint-error-explanations-zh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SFantasy%2Fjslint-error-explanations-zh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SFantasy","download_url":"https://codeload.github.com/SFantasy/jslint-error-explanations-zh/tar.gz/refs/heads/gh-pages","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253275610,"owners_count":21882336,"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":["jslint","translation"],"created_at":"2024-08-03T08:00:25.413Z","updated_at":"2025-05-09T15:31:52.786Z","avatar_url":"https://github.com/SFantasy.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"JSLint Error Explanations zh-CN\n===============================\n\n**DEPRECATED** \n\n如需对 JavaScript 代码做检查，推荐你使用 http://eslint.org/\n\n---\n\nOrigin repository [jslint-error-explanations](https://github.com/jamesallardice/jslint-error-explanations).\n\n这是**jslint-error-explanations** 的[中译版](http://jslint.fantasy.codes).\n\n## 翻译进度\n\n58/108\n\n* 2014-10-27 \"Missing '()' invoking a constructor\"\n* 2014-10-26 \"Missing 'use strict' statement\"\n* 2014-10-24 \"Mixed double and single quotes\"\n* 2014-09-01 \"Move the invocation into the parens that contain the function\"\n* 2014-08-31 \"Move 'var' declarations to the top of the function\"\n* 2014-05-27 \"Missing name in function declaration\"\n* 2014-05-08 \"Missing name in function statement\"\n* 2014-05-06 \"Do not use {a} as a constructor\"\n* 2014-05-06 \"'{a}' is not a function\"\n* 2014-05-06 \"'{a}' is not a statement label\"\n* 2014-05-05 \"'{a}' is not a label\"\n* 2014-05-05 \"Octal literals are not allowed in strict mode\"\n* 2014-05-04 \"Don't use octal: '{a}'. Use '\\u...' instead\"\n* 2014-05-03 \"Unexpected parameter '{a}' in get {b} function\"\n* 2014-05-02 \"Expected parameter (value) in set '{a}' function\"\n* 2014-02-02 \"Redefinition of '{a}'\"\n* 2014-02-10 \"Did you mean to return a conditional instead of an assignment?\"\n* 2014-02-05 \"A regular expression literal can be confused with '/='\"\n* 2014-02-03 \"Stopping. ({a}% scanned)\"\n* 2014-02-03 \"Strings must use singlequote\"\n* 2014-01-31 \"['{a}'] is better written in dot notation\"\n* 2014-01-13 \"Unexpected sync method: '{a}'\"\n* 2014-01-10 \"Unexpected TODO comment\"\n* 2014-01-08 \"This function has too many parameters\"\n* 2014-01-07 \"Too many parameters per function ({a})\"\n* 2014-01-06 \"Type confusion: {a} and {b}\"\n* 2014-01-05 \"Unclosed string\"\n* 2014-01-04 \"Unclosed comment\"\n* 2014-01-03 \"Unclosed regular expression\"\n* 2014-01-02 \"Unexpected 'with'\"\n* 2013-12-31 \"Unexpected '++'\"\n* 2013-12-31 \"Unexpected assignment expression\"\n* 2013-12-31 \"Unexpected '{a}'\"\n* 2013-12-31 \"Unexpected comment\"\n* 2013-12-31 \"Unexpected 'else' after 'return'\"\n* 2013-12-22 \"Unexpected label '{a}'\"\n* 2013-12-22 \"Unnecessary semicolon\"\n* 2013-12-21 \"It is not necessary to initialize '{a}' to 'undefined'\"\n* 2013-12-18 \"Unnecessary 'else' after disruption\"\n* 2013-12-12 \"Unnecessary use strict\"\n* 2013-12-11 \"The array literal notation [] is preferrable\"\n* 2013-12-08 \"Use the array literal notation []\"\n* 2013-12-08 \"Spaces are hard to count. Use {a}\"\n* 2013-12-08 \"The object literal notation {} is preferrable\"\n* 2013-12-06 \"Use the object literal notation {}\"\n* 2013-12-03 \"Use the || operator\"\n* 2013-12-01 \"Use a named parameter\"\n* 2013-11-28 \"'{a}' is not defined\"\n* 2013-11-28 \"'{a}' was used before it was defined\"\n* 2013-11-16 \"Variable {a} was not declared correctly\"\n* 2013-11-16 \"Weird assignment\"\n* 2013-11-14 \"Weird relation\"\n* 2013-11-11 \"Don't use 'with'\"\n* 2013-11-04 \"'with' is not allowed in strict mode\"\n* 2013-11-03 \"Wrap an immediate function invocation in parentheses\"\n* 2013-10-22 \"Missing radix parameter\"\n* 2013-10-16 \"Don't make functions within a loop\"\n* 2013-10-14 \"You might be leaking a variable ({a}) here\"\n\n## Contribution\n\n* Fork me and send pull request.\n* Open issues to correct my translation.\n\n## License\n\n[CC BY-SA 3.0](http://creativecommons.org/licenses/by-sa/3.0/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSFantasy%2Fjslint-error-explanations-zh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FSFantasy%2Fjslint-error-explanations-zh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSFantasy%2Fjslint-error-explanations-zh/lists"}