We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--inlineConsts
New flag --inlineConsts
Input:
const x = 'hello'; console.log(x);
Output:
console.log('hello');
See also #6678 + #6804
TBD: It's not clear you would want longer strings to inline into their use sites. Discuss.