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
Copy file name to clipboardExpand all lines: README.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,8 @@
1
1
# Python Friendly Error Messages
2
2
3
3
-[ ] Ensure all strings in `src/` are localised
4
-
-[ ] Consider renaming `explain()` to something like `friendlyExplain()`?
5
4
-[ ] Figure out where the built packages should live / be served from
6
5
-[ ] Set up automated testing and publishing through GitHub Actions
7
-
-[ ] Improve (BEM-style) formatting for CSS classes
8
6
-[ ] Open source
9
7
10
8
A small, runtime-agnostic, library that explains Python error messages in a friendlier way, inspired by [p5.js's Friendly Error System](https://p5js.org/contribute/friendly_error_system/).
@@ -26,7 +24,7 @@ import {
26
24
registerAdapter,
27
25
skulptAdapter,
28
26
pyodideAdapter,
29
-
explain
27
+
friendlyExplain
30
28
} from "python-friendly-error-messages";
31
29
32
30
await loadCopydeckFor(navigator.language); // falls back to "en"
0 commit comments