string-le 0.2.2

Extract every string in a codebase, with its position, so a person can read them
1
2
3
4
5
// Both quote styles and a template, in one language.
const heading = "Welcome back";
const hint = 'Press ⌘K to search';
const total = `You have ${count} unread messages`;
const blank = '';