Commit 0382464
Bump purescript-text-encoding version dependency
The main reason for this is that it will improve user problem solving ability when running into issues with the transient text-encoding dependency in node environments.
With this version users should now encounter a message like this:
```
You appear to be trying to use the purescript-text-encoding in a node based environment without having the text-encoding polyfill available in your node_modules.
This can be easily resolved by adding it to your package.json dependencies. if this is not sufficient, please feel free to contact the maintainer of this library via its github here:
https://github.com/AlexaDeWit/purescript-text-encoding
/home/alexa/Workspace/purescript-encoding/output/Data.TextDecoder/foreign.js:15
throw new Error("Text encoding polyfill library could not be imported.");
```
When lacking the appropriate polyfill.1 parent e071786 commit 0382464
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments