Skip to content

Commit

Permalink
fix: Missed ESM change (#778)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiralite authored Apr 2, 2022
1 parent a231ef0 commit b4a04cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/encode-trie.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import htmlTrie from "./generated/encode-html";
import htmlTrie from "./generated/encode-html.js";

const enum Surrogate {
Mask = 0b1111_1100_0000_0000,
Expand Down

0 comments on commit b4a04cb

Please sign in to comment.