mirror of
https://github.com/SamEyeBam/animate.git
synced 2025-09-28 15:05:25 +00:00
larry babby and threejs for glsl
This commit is contained in:
29
webGl/my-threejs-test/node_modules/@mischnic/json-sourcemap/dist/index.d.ts
generated
vendored
Normal file
29
webGl/my-threejs-test/node_modules/@mischnic/json-sourcemap/dist/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
export type Position = {
|
||||
line: number;
|
||||
column: number;
|
||||
pos: number;
|
||||
};
|
||||
|
||||
export type Mapping =
|
||||
| {
|
||||
value: Position;
|
||||
valueEnd: Position;
|
||||
}
|
||||
| {
|
||||
value: Position;
|
||||
valueEnd: Position;
|
||||
key?: Position;
|
||||
keyEnd?: Position;
|
||||
};
|
||||
|
||||
export function parse(
|
||||
json: string,
|
||||
reviver?: (key: any, value: any) => any,
|
||||
options?: {
|
||||
tabWidth?: number;
|
||||
dialect?: "JSON5" | "JSON";
|
||||
}
|
||||
): {
|
||||
data: any;
|
||||
pointers: Record<string, Mapping>;
|
||||
};
|
Reference in New Issue
Block a user