mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-18 17:31:29 +00:00
Add initial map implementation to tests, see #17
This commit is contained in:
@ -1434,6 +1434,8 @@ export class Source extends Node {
|
||||
tokenizer: Tokenizer | null = null;
|
||||
/** Source map index. */
|
||||
debugInfoIndex: i32 = -1;
|
||||
/** Re-exported sources. */
|
||||
exportPaths: Set<string> | null = null;
|
||||
|
||||
/** Constructs a new source node. */
|
||||
constructor(normalizedPath: string, text: string, kind: SourceKind) {
|
||||
|
Reference in New Issue
Block a user