File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
import babel from "@rollup/plugin-babel"
2
2
import json from "@rollup/plugin-json"
3
- import pkg from "./package.json" assert { "type" : "json" }
3
+ import pkg from "./package.json" with { "type" : "json" }
4
4
import serve from "rollup-plugin-serve"
5
5
import license from "rollup-plugin-license"
6
6
import terser from "@rollup/plugin-terser"
Original file line number Diff line number Diff line change 1
1
import { parse , loadLanguages , allLanguages } from "../syntax"
2
2
3
- import de from "../locales/de.json" assert { "type" : "json" }
4
- import ja from "../locales/ja.json" assert { "type" : "json" }
5
- import ko from "../locales/ko.json" assert { "type" : "json" }
6
- import pt_br from "../locales/pt-br.json" assert { "type" : "json" }
7
- import rap from "../locales/rap.json" assert { "type" : "json" }
8
- import uz from "../locales/uz.json" assert { "type" : "json" }
3
+ import de from "../locales/de.json" with { "type" : "json" }
4
+ import ja from "../locales/ja.json" with { "type" : "json" }
5
+ import ko from "../locales/ko.json" with { "type" : "json" }
6
+ import pt_br from "../locales/pt-br.json" with { "type" : "json" }
7
+ import rap from "../locales/rap.json" with { "type" : "json" }
8
+ import uz from "../locales/uz.json" with { "type" : "json" }
9
9
10
10
loadLanguages ( {
11
11
de,
You can’t perform that action at this time.
0 commit comments