0.8.0 • Published 11 months ago

regjsgen v0.8.0

Weekly downloads
15,046,485
License
MIT
Repository
github
Last release
11 months ago

regjsgen Build status Code coverage status

Generate regular expressions from regjsparser’s AST.

Installation

npm i regjsgen

API

regjsgen.generate(ast)

This function accepts an abstract syntax tree representing a regular expression (see regjsparser), and returns the generated regular expression string.

const regjsparser = require('regjsparser');
const regjsgen = require('regjsgen');

// Generate an AST with `regjsparser`.
let ast = regjsparser.parse(regex);

// Modify AST
// …

// Generate `RegExp` string with `regjsgen`.
let regex = regjsgen.generate(ast);

Support

Tested on Node.js 16 and 18. Compatible with regjsparser v0.10.0’s AST.

regexpu-core@dinert/utilsvuedragdropuploadimagesreact-native-bluetooth2killi8n-react-native-fast-imagern-send-sms@arisageha/react-lazyload@arisageha/react-lazyload-fix@cashremit/cr-streamline-iconsreact-native-template-rfbasecloud-archive-s3airscanairscan-examplebb-chatreact-native-esc-pos-sahaab@ihikmawan/tailwindcss-multi-theme-l2@borisovart/atol-kkt-module@phil8795/pecuniarius-apideneme323112@texttree/demo-bsa-reference-rcl@ntt_app/react-native-custom-notificationreact-native-custom-text-hwjamesreact-native-covid-sdkgql_din_modreact-native-thanh-toast-library@thanhnguyen14797/react-native-thanh-toast-library@l1nyanm1ng/react-picture-viewer@saeon/quick-formcthpb-plugin-social@olivervorasai/sliderreact-native-printer-brothersrn-pdf-reader-offlinecbmis-ai-toolboxreact-native-shekhar-bridge-testasterjscogoportutilsuinz-notificationwilscanner@oiti/documentoscopy-react-native@mink-opn/build-tokensquoc-testreact-native-slider-kf@infinitebrahmanuniverse/nolb-regjexpand-react-bridge@everything-registry/sub-chunk-2644@314oner_npm/universal-components-library@baurine/regexpu-core@arielapaula/components@arielapaula/test@aristidenf/streak-counterant-design-draggable-modal-4ant-design-draggable-modal-fixant-design-draggable-modal-fix-2@apardellass/react-native-audio-stream@zh0st/evm-chains@zhangchongzhi/webpack@_nomtek/react-native-shimmer-animation@afria/afria-librariesact_mvvm_shop_cart@affinidi/affinidi-auth-sdk-kernel@adembacaj/react-native-google-payajs2-new@amirdiafi/react-native-ios-haptics@torswap/tor-token-lists@shivarajapple/first-library@seculum/vue-dev-clone@seamlessc/tabler-icons-react@skeetboothppq/component-library@trackier/react-native-trackier@thinkincoin-libs/token-lists@thismr/bitmindtest-core@tasumaniadiabori/react-native-draggable-flatlist@wecraftapps/react-native-use-keyboard@openpolitica/matomo-next@olympfin/olymp-swap-liba_react_reflux_demoaffinidi-auth-sdk-kernel@alexshmyrkov/react-rangerawesome-react-stars@barr-media/avatar-builder@behzadebrhm/utils@bonsaiswap-lib/lib@bonsaiswapv3/core@bonsaiswapv3/deploybackgammon_ui_shared@boundless-inc/mobiledoc-dom-renderer@caary-capital/caary-accounting@caary-capital/caary-accounting2@badpingpong/placeholderimage@baloochat/react-native-svg-uriastrology-chart-data-generatorasync-computed-vue3async-bus@borealisswap/borealis-swap-lib@bezael-challenge/innoit-date-format@bitfirer/vue-qriouslyaxonv2sdk@chakra-swap/corebinary-booking-calendarbirken-react-native-community-image-editor
0.8.0

11 months ago

0.7.1

2 years ago

0.7.0

2 years ago

0.6.0

3 years ago

0.5.2

4 years ago

0.5.1

5 years ago

0.5.0

5 years ago

0.4.0

6 years ago

0.3.0

8 years ago

0.2.0

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago