summaryrefslogtreecommitdiff
path: root/tests/testdata/import_attributes/static_import.out
blob: 85c75d3ebac7d44cd309c5e31c474bada4cda2bb (plain)
1
2
3
4
5
6
7
8
⚠️  Import assertions are deprecated. Use `with` keyword, instead of 'assert' keyword.

import data2 from "./data.json" assert { type: "json" };

  at file:///[WILDLINE]

{ a: "b", c: { d: 10 } }
{ a: "b", c: { d: 10 } }