Skip to content

Conversation

@weswigham
Copy link
Owner

Makes type baselines read like

var a14: (x: { a: string; b: number }) => Object;
>a14 : (x: { a: string; b: number; }) => Object
>    : ^^^^                         ^^^^^^^^^^^

Where the underlines point out characters in spans without explicit positional mappings.

@weswigham
Copy link
Owner Author

d249531 Has an example of what diffs to these will look like on the web UI - broad improvements do tend to affect a large number of baselines, but that's only because we have a lot of low-hanging fruit in terms of actually copying position information onto output nodes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants