@pronto-tools-and-more/components-renderer 10.21.0 → 10.23.0
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
package/src/parts/IpcId/IpcId.js
DELETED
@@ -1,9 +0,0 @@
|
|
1
|
-
export const EmbedsProcess = 2;
|
2
|
-
export const EmbedsWorker = 77;
|
3
|
-
export const ExtensionHostHelperProcess = 3;
|
4
|
-
export const MainProcess = -5;
|
5
|
-
export const ProcessExplorer = 11;
|
6
|
-
export const SearchProcess = 13;
|
7
|
-
export const SharedProcess = 1;
|
8
|
-
export const TerminalProcess = 7;
|
9
|
-
export const Unknown = 0;
|