TS and JS Grammar Extension version: 0.0.22 / latest
From microsoft/vscode#43021
Code
export { default as x }
export { x as default }
The default keyword has different coloring in these cases:

In the first, it is a keyword. In the second, it is scoped just as a variable