browser-basedpyright 1.17.5 → 1.18.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/pyright.worker.js +1 -1
- package/dist/pyright.worker.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -8,4 +8,4 @@ this build was adapted from the abandoned [microbit-foundation pyright fork](htt
|
|
|
8
8
|
|
|
9
9
|
## disclaimer
|
|
10
10
|
|
|
11
|
-
this version of pyright was in an unfinished state when i found it. i've done my best to merge the last 2 years of pyright updates into it, but i can't promise it will work anywhere outside of [the basedpyright playground](https://basedpyright.com). if you have a use case for running basedpyright in the browser and run into issues with this package, please [raise an issue](https://github.com/DetachHead/basedpyright/issues/new)
|
|
11
|
+
this version of pyright was in an unfinished state when i found it. i've done my best to merge the last 2 years of pyright updates into it, but i can't promise it will work anywhere outside of [the basedpyright playground](https://basedpyright.com). if you have a use case for running basedpyright in the browser and run into issues with this package, please [raise an issue](https://github.com/DetachHead/basedpyright/issues/new)
|