You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 22, 2025. It is now read-only.
Update JS function name parsing
Use a custom PyParsing grammar to extract function names
from JavaScript names rather than a basic and somewhat
flawed regex pattern.
Copy file name to clipboardExpand all lines: README-developers.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Create a dev virtual environment. Your process for doing this may vary, but migh
13
13
14
14
```bash
15
15
python3 -m venv venv
16
-
./venv/bin/activate
16
+
sourcevenv/bin/activate
17
17
```
18
18
19
19
We support Python 3.6+ so developers should ideally run their tests against the latest minor version of each major version we support from there. Tox is configured to run tests against each major version we support. In order to run tox fully, you will need to install multiple versions of Python. See the pinned minor versions in `.python-version`.
0 commit comments