================
@@ -0,0 +1,14 @@
+export {};
+
+/// The symbol type we get from the lldb-dap server
+export type DAPSymbolType = {
----------------
ashgti wrote:

If this type is going to be shared between the web and node runtime, its 
somewhat common to `declare interface` for the type. That tells a number of 
ts/js bundlers to not shorten the keys. 

https://github.com/llvm/llvm-project/pull/153836
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to