typeslayer 0.1.31 → 0.1.32
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 +24 -10
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
|
|
2
1
|
<p align="center">
|
|
3
2
|
<img src="https://raw.githubusercontent.com/dimitropoulos/typeslayer/main/packages/typeslayer/src/assets/typeslayer-nightmare.png" alt="TypeSlayer">
|
|
4
3
|
</p>
|
|
@@ -23,17 +22,32 @@ in the root package you want to inspect (i.e. colocated to your package.json). T
|
|
|
23
22
|
|
|
24
23
|
## Frequently Asked Questions
|
|
25
24
|
|
|
26
|
-
see
|
|
25
|
+
- ["but I just want to see my code"](https://github.com/dimitropoulos/typeslayer/blob/main/FAQ.md#but-i-just-want-to-see-my-code)
|
|
26
|
+
- [why do I see lots of `<anonymous>` everywhere?](https://github.com/dimitropoulos/typeslayer/blob/main/FAQ.md#why-do-i-see-lots-of-anonymous-everywhere)
|
|
27
|
+
- [what about `tsgo`?](https://github.com/dimitropoulos/typeslayer/blob/main/FAQ.md#what-about-tsgo)
|
|
28
|
+
- [what about `Svelte` or `Vue`?](https://github.com/dimitropoulos/typeslayer/blob/main/FAQ.md#what-about-svelte-or-vue)
|
|
29
|
+
- [where does TypeSlayer store my data?](https://github.com/dimitropoulos/typeslayer/blob/main/FAQ.md#where-does-typeslayer-store-my-data)
|
|
30
|
+
- [how sensitive is the data in the outputs?](https://github.com/dimitropoulos/typeslayer/blob/main/FAQ.md#how-sensitive-is-the-data-in-the-outputs)
|
|
31
|
+
- [does TypeSlayer track me?](https://github.com/dimitropoulos/typeslayer/blob/main/FAQ.md#does-typeslayer-track-me)
|
|
32
|
+
- [why does the Type Graph keep moving?](https://github.com/dimitropoulos/typeslayer/blob/main/FAQ.md#why-does-the-type-graph-keep-moving)
|
|
33
|
+
- [how is testing a library different?](https://github.com/dimitropoulos/typeslayer/blob/main/FAQ.md#how-is-testing-a-library-different)
|
|
34
|
+
- [this is a lot. where do I start?](https://github.com/dimitropoulos/typeslayer/blob/main/FAQ.md#this-is-a-lot-where-do-i-start)
|
|
35
|
+
- [1. is there _actually_ a problem?](https://github.com/dimitropoulos/typeslayer/blob/main/FAQ.md#1-is-there-actually-a-problem)
|
|
36
|
+
- [2. is there an outlier in the Treemap?](https://github.com/dimitropoulos/typeslayer/blob/main/FAQ.md#2-is-there-an-outlier-in-the-treemap)
|
|
37
|
+
- [3. does anything look weird in Perfetto?](https://github.com/dimitropoulos/typeslayer/blob/main/FAQ.md#3-does-anything-look-weird-in-perfetto)
|
|
38
|
+
- [4. are there any Award Winners that stand out?](https://github.com/dimitropoulos/typeslayer/blob/main/FAQ.md#4-are-there-any-award-winners-that-stand-out)
|
|
39
|
+
- [5. sometimes, you still gotta RTFM](https://github.com/dimitropoulos/typeslayer/blob/main/FAQ.md#5-sometimes-you-still-gotta-rtfm)
|
|
40
|
+
- [can I pay you to help me? 💸](https://github.com/dimitropoulos/typeslayer/blob/main/FAQ.md#can-i-pay-you-to-help-me-)
|
|
41
|
+
- [but I refuse to run postinstall scripts..](https://github.com/dimitropoulos/typeslayer/blob/main/FAQ.md#but-i-refuse-to-run-postinstall-scripts)
|
|
42
|
+
- [why isn't this a CLI tool?](https://github.com/dimitropoulos/typeslayer/blob/main/FAQ.md#why-isnt-this-a-cli-tool)
|
|
43
|
+
- [how do I use this with a monorepo?](https://github.com/dimitropoulos/typeslayer/blob/main/FAQ.md#how-do-i-use-this-with-a-monorepo)
|
|
44
|
+
- [what if I already have trace files?](https://github.com/dimitropoulos/typeslayer/blob/main/FAQ.md#what-if-i-already-have-trace-files)
|
|
45
|
+
- [who needs this stupid thing, anyway?](https://github.com/dimitropoulos/typeslayer/blob/main/FAQ.md#who-needs-this-stupid-thing-anyway)
|
|
46
|
+
- [what if it's been going for a long time?](https://github.com/dimitropoulos/typeslayer/blob/main/FAQ.md#what-if-its-been-going-for-a-long-time)
|
|
27
47
|
|
|
28
48
|
## Support
|
|
29
49
|
|
|
30
|
-
TypeSlayer supports Linux x64 (glibc 2.39+), macOS ARM64 (Apple Silicon), and Windows x64.
|
|
31
|
-
|
|
32
|
-
## Security
|
|
33
|
-
|
|
34
|
-
TypeSlayer currently does not collect any analytics - although it probably will try to collect "someone somewhere ran it at XYZ timestamp" data in the future (or possibly crashlytics). If that day comes, of course you'll be able to opt out (including before app boot via config).
|
|
35
|
-
|
|
36
|
-
Actually TypeSlayer is a fully offline app - it does not make any network requests.
|
|
50
|
+
TypeSlayer supports Linux x64 (glibc 2.39+), macOS ARM64 (Apple Silicon), and Windows x64. Please note that next year is the year of the Linux desktop 📯.
|
|
37
51
|
|
|
38
52
|
## Contributing
|
|
39
53
|
|
|
@@ -42,4 +56,4 @@ Actually TypeSlayer is a fully offline app - it does not make any network reques
|
|
|
42
56
|
|
|
43
57
|
## Thank You
|
|
44
58
|
|
|
45
|
-
this app is built with Tauri, TanStack, Vite,
|
|
59
|
+
this app is built with Tauri, TanStack, Vite, oxc, React, MUI, Rust, and of course, TypeScript.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "typeslayer",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.32",
|
|
4
4
|
"description": "Slay your TypeScript types",
|
|
5
5
|
"private": false,
|
|
6
6
|
"type": "module",
|
|
@@ -43,8 +43,8 @@
|
|
|
43
43
|
"postinstall": "node scripts/postinstall.js"
|
|
44
44
|
},
|
|
45
45
|
"optionalDependencies": {
|
|
46
|
-
"@typeslayer/linux-x64": "0.1.
|
|
47
|
-
"@typeslayer/darwin-arm64": "0.1.
|
|
48
|
-
"@typeslayer/win32-x64": "0.1.
|
|
46
|
+
"@typeslayer/linux-x64": "0.1.32",
|
|
47
|
+
"@typeslayer/darwin-arm64": "0.1.32",
|
|
48
|
+
"@typeslayer/win32-x64": "0.1.32"
|
|
49
49
|
}
|
|
50
50
|
}
|