mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
chore: use import attributes instead of import assertions
This commit is contained in:
parent
f85edef386
commit
7754ea3691
3 changed files with 4 additions and 4 deletions
|
@ -4,8 +4,8 @@ import { parse, walk } from "svelte/compiler";
|
|||
import slug from "remark-slug";
|
||||
import visit from "unist-util-visit";
|
||||
import { format } from "prettier";
|
||||
import pkg from "../package.json" assert { type: "json" };
|
||||
import component_api from "./src/COMPONENT_API.json" assert { type: "json" };
|
||||
import pkg from "../package.json" with { type: "json" };
|
||||
import component_api from "./src/COMPONENT_API.json" with { type: "json" };
|
||||
import fs from "node:fs";
|
||||
import Prism from "prismjs";
|
||||
import "prism-svelte";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue