Skip to content

Instantly share code, notes, and snippets.

@kamiazya
Last active September 25, 2021 11:25
Show Gist options
  • Save kamiazya/77857007cc62e0192fc78701e1d62304 to your computer and use it in GitHub Desktop.
Save kamiazya/77857007cc62e0192fc78701e1d62304 to your computer and use it in GitHub Desktop.
// Even if you use a query, it will be imported.
import './fixture.query.ts?1';
// If the query is different, it will be loaded.
import './fixture.query.ts?2';
// If the query is the same, the cached result will be used.
import './fixture.query.ts?2';
console.log(new URL(import.meta.url).search.slice(1));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment