Actually, the message format is LLSD notation not python (d'oh)
This commit is contained in:
12
lib/classes/llsd/LLSDToken.ts
Normal file
12
lib/classes/llsd/LLSDToken.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
import { LLSDTokenType } from './LLSDTokenType';
|
||||
|
||||
export interface LLSDToken
|
||||
{
|
||||
type: LLSDTokenType;
|
||||
value: string;
|
||||
rawValue: string;
|
||||
dataContainer: {
|
||||
input: string,
|
||||
index: number
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user