summaryrefslogtreecommitdiff
path: root/cli/tests/050_more_jsons.ts
AgeCommit message (Collapse)Author
2020-05-02BREAKING: remove support for JSON imports (#5037)Bartek IwaƄczuk
This commit removes support for importing JSON files as modules. This change is dictated by security; browsers rolled back on this support as well.
2019-10-26Support named imports/exports for subset of properties in JSON modules (#3210)Kevin (Kun) "Kassimo" Qian