-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
lintLinter fixesLinter fixes
Description
Tracking issue for:
latch/src/sourcemap/SourceMapper.ts
Lines 110 to 114 in 4ac3d78
| for (const text in matches) { | |
| const index: number = +find(/func\[([0-9]+)/, line.toString()); | |
| const local: string = find(/<(.*)>/, line.toString()); | |
| locals.push({index: index, name: local, type: 'undefined', mutable: true, value: ''}); | |
| } |
Metadata
Metadata
Assignees
Labels
lintLinter fixesLinter fixes
Type
Projects
Status
No status