{"id":18643263,"url":"https://github.com/codyreichert/flowtype-webpack-plugin","last_synced_at":"2025-04-11T11:30:54.370Z","repository":{"id":57238901,"uuid":"149185504","full_name":"CodyReichert/flowtype-webpack-plugin","owner":"CodyReichert","description":"Check Flow types in your Webpack builds!","archived":false,"fork":false,"pushed_at":"2020-05-14T19:39:47.000Z","size":5,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-03T20:36:28.313Z","etag":null,"topics":["flow","flowtype","webpack","webpack-flow","webpack-plugin"],"latest_commit_sha":null,"homepage":"","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/CodyReichert.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":"2018-09-17T20:42:12.000Z","updated_at":"2020-07-10T16:07:42.000Z","dependencies_parsed_at":"2022-09-05T07:51:11.414Z","dependency_job_id":null,"html_url":"https://github.com/CodyReichert/flowtype-webpack-plugin","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/CodyReichert%2Fflowtype-webpack-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodyReichert%2Fflowtype-webpack-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodyReichert%2Fflowtype-webpack-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodyReichert%2Fflowtype-webpack-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CodyReichert","download_url":"https://codeload.github.com/CodyReichert/flowtype-webpack-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223466480,"owners_count":17149774,"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":["flow","flowtype","webpack","webpack-flow","webpack-plugin"],"created_at":"2024-11-07T06:02:55.003Z","updated_at":"2024-11-07T06:02:57.847Z","avatar_url":"https://github.com/CodyReichert.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# flowtype-webpack-plugin\n\u003e Check flow types in your Webpack builds!\n\n**Requires Webpack v4**\n\nThis plugin runs `flow status` on your project's code before emitting\nthe compiled bundles.\n\n## Usage\n\nInstall the package:\n```\nnpm i -D flowtype-webpack-plugin\n```\n\nUse the plugin:\n```js\nconst FlowtypeWebpackPlugin = require('flowtype-webpack-plugin')\n\n{\n    ...your webpack config\n    plugins: [\n        new FlowtypeWebpackPlugin()\n    ]\n}\n```\n\n### Plugin options\n\n#### `warning`: _boolean_\n\u003e Throw warnings instead of errors.\n```js\nnew FlowtypeWebpackPlugin({ warning: true })\n```\n\n#### `forceFail`: _boolean_\n\u003e Immediately kill the compilation process.\n```js\nnew FlowtypeWebpackPlugin({ forceFail: true })\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodyreichert%2Fflowtype-webpack-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodyreichert%2Fflowtype-webpack-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodyreichert%2Fflowtype-webpack-plugin/lists"}