Sha256: 7b65fbaf51cf9558701e2f37ba7a4afc68b1aa7ce823648be322562a7552891c
Contents?: true
Size: 421 Bytes
Versions: 21
Compression:
Stored size: 421 Bytes
Contents
# @babel/plugin-transform-dotall-regex > Compile regular expressions using the `s` (`dotAll`) flag to ES5. See our website [@babel/plugin-transform-dotall-regex](https://babeljs.io/docs/babel-plugin-transform-dotall-regex) for more information. ## Install Using npm: ```sh npm install --save-dev @babel/plugin-transform-dotall-regex ``` or using yarn: ```sh yarn add @babel/plugin-transform-dotall-regex --dev ```
Version data entries
21 entries across 21 versions & 2 rubygems