{"id":15699002,"url":"https://github.com/pgilad/babel-plugin-add-regex-unicode","last_synced_at":"2026-05-19T15:02:31.304Z","repository":{"id":66262799,"uuid":"120203922","full_name":"pgilad/babel-plugin-add-regex-unicode","owner":"pgilad","description":"Babel plugin to add regex Unicode flag","archived":false,"fork":false,"pushed_at":"2020-04-04T08:07:17.000Z","size":25,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-05T11:53:08.205Z","etag":null,"topics":["babel","plugin","productivity","regexp","unicode"],"latest_commit_sha":null,"homepage":null,"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/pgilad.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":"2018-02-04T16:52:40.000Z","updated_at":"2020-04-04T08:07:20.000Z","dependencies_parsed_at":"2023-02-22T02:15:57.171Z","dependency_job_id":null,"html_url":"https://github.com/pgilad/babel-plugin-add-regex-unicode","commit_stats":{"total_commits":17,"total_committers":2,"mean_commits":8.5,"dds":"0.11764705882352944","last_synced_commit":"976384e2a49a9640da1676152daead376c64d697"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/pgilad/babel-plugin-add-regex-unicode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pgilad%2Fbabel-plugin-add-regex-unicode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pgilad%2Fbabel-plugin-add-regex-unicode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pgilad%2Fbabel-plugin-add-regex-unicode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pgilad%2Fbabel-plugin-add-regex-unicode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pgilad","download_url":"https://codeload.github.com/pgilad/babel-plugin-add-regex-unicode/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pgilad%2Fbabel-plugin-add-regex-unicode/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263764042,"owners_count":23507687,"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","plugin","productivity","regexp","unicode"],"created_at":"2024-10-03T19:37:20.295Z","updated_at":"2026-05-19T15:02:26.263Z","avatar_url":"https://github.com/pgilad.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# babel-plugin-add-regex-unicode\n\u003e Babel plugin to add regex Unicode flag\n\n[![Build Status](https://travis-ci.org/pgilad/babel-plugin-add-regex-unicode.svg?branch=master)](https://travis-ci.org/pgilad/babel-plugin-add-regex-unicode)\n\nThis babel plugin will add `/u` flag to all your literal unicode regexp so\nthat you don't need to remember to do it.\n\nOff course it won't add it twice ;)\n\nNow you can have fun with regex sleeping safely at night that you are handling unicode correctly\n\n```shell\n$ npm install babel-plugin-add-regex-unicode --save-dev\n```\n\n**.babelrc**\n\n```json\n{\n  \"plugins\": [\n    [\"babel-plugin-add-regex-unicode\"]\n  ]\n}\n```\n\n\n**Source Code**:\n\n```js\nvar regex = /anything/;\n```\n\n**Output Code**:\n\n```js\nvar regex = /anything/u;\n```\n\n## License\n\nMIT © [Gilad Peleg](https://www.giladpeleg.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpgilad%2Fbabel-plugin-add-regex-unicode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpgilad%2Fbabel-plugin-add-regex-unicode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpgilad%2Fbabel-plugin-add-regex-unicode/lists"}