proposal-regex-escaping
Proposal for investigating RegExp escaping for the ECMAScript standard
File Explorer
Download Latest Version (.zip)- build.yml
- deploy.yml
- discussions.md
- scanned-repos.txt
- download-files-with-eval-from-npm-10k.js
- github-search-for-eval-re-100-pages.json
- github-search-for-eval-regex-100-pages.json
- github-search-for-eval-regexp-100-pages.json
- most-dependent-on-10k-npm.json
- scrape-gh-search.js
- search-downloaded-files-for-abuser.js
- EscapeRegExpPattern.md
- README.md
- .gitignore
- .npmrc
- EscapedChars.md
- LICENSE.txt
- package.json
- README.md
- spec.emu
# Installation Guide
1. Get the code
git clone https://github.com/tc39/proposal-regex-escaping
Downloads the entire project code from GitHub to your computer.
cd proposal-regex-escaping
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
