microsoft / TypeScript-TmLanguage

TextMate grammar files for TypeScript for VS Code, Sublime Text, and Atom.
MIT License
397 stars 125 forks source link

import attributes have weird scopes #1005

Closed Jamesernator closed 6 months ago

Jamesernator commented 6 months ago

JavaScript and TypeScript Nightly version: 5.3

Code

import foo from "./foo.json" with { type: "json" };

In this code snippet