You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Import Assertions were removed from Node v22 and replaced with Import Attributes. To be compatible with both, the simplest thing is to just use the filesystem APIs, even though they're more awkward.
Once everyone's on Node v22 or above, we can switch to using `import pkg from './package.json' with {type: 'json'};`
0 commit comments