Add node modules and compiled JavaScript from main

This commit is contained in:
Oliver King 2022-03-03 19:53:21 +00:00
parent 1021f818b9
commit feeb5f7b58
7748 changed files with 1825934 additions and 2 deletions

19
node_modules/@babel/helper-replace-supers/README.md generated vendored Normal file
View file

@ -0,0 +1,19 @@
# @babel/helper-replace-supers
> Helper function to replace supers
See our website [@babel/helper-replace-supers](https://babeljs.io/docs/en/next/babel-helper-replace-supers.html) for more information.
## Install
Using npm:
```sh
npm install --save-dev @babel/helper-replace-supers
```
or using yarn:
```sh
yarn add @babel/helper-replace-supers --dev
```