Skip to content

Commit

Permalink
fix: add missing assert flag to support importing JSON modules in ESM
Browse files Browse the repository at this point in the history
  • Loading branch information
ZRktty committed Aug 24, 2024
1 parent aed1f3d commit 389c7be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/accentFolding.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import defaultAccentMap from './accentMap.json';
import defaultAccentMap from './accentMap.json' assert { type: 'json' };

class AccentFolding {
#cache;
Expand Down

0 comments on commit 389c7be

Please sign in to comment.