{"id":22061676,"url":"https://github.com/floofies/marktail","last_synced_at":"2025-10-17T14:08:30.312Z","repository":{"id":57291441,"uuid":"216904530","full_name":"Floofies/marktail","owner":"Floofies","description":"A Babel plugin that marks CallExpression AST nodes which are tail calls and/or proper tail calls.","archived":false,"fork":false,"pushed_at":"2024-04-03T22:41:12.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-02T23:05:36.901Z","etag":null,"topics":["babel","babel-plugin","javascript","proper-tail-call","tail-calls","tailcall"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Floofies.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-10-22T20:32:34.000Z","updated_at":"2024-04-03T22:40:04.000Z","dependencies_parsed_at":"2024-11-16T12:42:15.406Z","dependency_job_id":"f2cddb3c-45c8-4242-80f3-a16e88ae4cfe","html_url":"https://github.com/Floofies/marktail","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Floofies%2Fmarktail","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Floofies%2Fmarktail/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Floofies%2Fmarktail/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Floofies%2Fmarktail/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Floofies","download_url":"https://codeload.github.com/Floofies/marktail/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245139160,"owners_count":20567115,"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":["babel","babel-plugin","javascript","proper-tail-call","tail-calls","tailcall"],"created_at":"2024-11-30T18:13:55.039Z","updated_at":"2025-10-17T14:08:25.276Z","avatar_url":"https://github.com/Floofies.png","language":"JavaScript","readme":"# marktail\n\n[![NPM](https://nodei.co/npm/marktail.png)](https://nodei.co/npm/marktail/)\n\nA Babel plugin that marks CallExpression AST nodes which are tail calls and/or proper tail calls.\n\nTwo properties are added to CallExpression nodes, `tailCall` and `properTailCall`.\n\n- If `tailCall` is set to `true` then the CallExpression is in tail position.\n\n- If `properTailCall` is set to `true` then the CallExpression is both in tail position and is a \"Proper Tail Call\".\n\nThis plugin is designed to be used with your own plugins which look for the `tailCall` and `properTailCall` properties within any `CallExpression` AST node.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffloofies%2Fmarktail","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffloofies%2Fmarktail","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffloofies%2Fmarktail/lists"}