{"id":19680115,"url":"https://github.com/fastpack/flow_parser","last_synced_at":"2025-06-26T23:05:27.832Z","repository":{"id":91789266,"uuid":"150736637","full_name":"fastpack/flow_parser","owner":"fastpack","description":"Flow parser with Fastpack-specific modifications","archived":false,"fork":false,"pushed_at":"2018-09-29T12:40:22.000Z","size":141,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-10T05:22:36.249Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"OCaml","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/fastpack.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}},"created_at":"2018-09-28T12:23:04.000Z","updated_at":"2020-03-08T15:25:26.000Z","dependencies_parsed_at":"2023-04-03T17:47:35.470Z","dependency_job_id":null,"html_url":"https://github.com/fastpack/flow_parser","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastpack%2Fflow_parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastpack%2Fflow_parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastpack%2Fflow_parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastpack%2Fflow_parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fastpack","download_url":"https://codeload.github.com/fastpack/flow_parser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240989237,"owners_count":19889653,"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":"2024-11-11T18:04:02.679Z","updated_at":"2025-02-27T06:27:27.361Z","avatar_url":"https://github.com/fastpack.png","language":"OCaml","funding_links":[],"categories":[],"sub_categories":[],"readme":"# flow_parser\nFlow parser with Fastpack-specific modifications\n\n# Upgrading the Flow version\n\nChange version in the `Makefile` and `package.json` and run:\n```bash\n$ make clean \u0026\u0026 make flow\n```\n\nCopy the parser code to `lib/`:\n```bash\n$ cp -R flow/src/parser/* lib\n```\n\nManually modify `lib/parser_env.mli`:\n```\n36a37\n+   types_in_comments: bool;\n\n```\n\nAnd `lib/parser_env.ml`:\n```\n161a162\n+   types_in_comments: bool;\n170a172\n+   types_in_comments = true;\n229c231\n-   let enable_types_in_comments = parse_options.types in\n---\n+   let enable_types_in_comments = parse_options.types \u0026\u0026 parse_options.types_in_comments in\n```\n\nMake sure it compiles and test passes:\n```bash\n$ make test\n...\ntypes_in_comments=false: OK\ntypes_in_comments=true: OK\n```\n\nTo publish the package, run:\n```\n$ npm publish\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffastpack%2Fflow_parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffastpack%2Fflow_parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffastpack%2Fflow_parser/lists"}