swc/crates/swc_ecma_parser
Donny/강동윤 aa22746d03
perf(atoms): Replace string-cache with hstr (#8126)
**Description:**

`hstr` is an alternative for `string-cache` which does not support static strings and does not use a global mutex.
 
**Related issue:**

 - Closes #4946.
 - Closes #7974.
2023-11-07 00:51:43 +00:00
..
benches chore(es): Rename benchmarks (#4355) 2022-04-17 18:36:15 +00:00
examples doc(es/parser): Change file extension in TypeScript example (#6094) 2022-10-10 05:02:02 +00:00
scripts chore(xtask): Migrate scripts to xtask (#8072) 2023-10-06 14:44:53 +00:00
src perf(atoms): Replace string-cache with hstr (#8126) 2023-11-07 00:51:43 +00:00
tests perf(es/minifier): Add has_flag to Comments (#8182) 2023-10-25 22:59:03 +00:00
.gitignore test(es): Update tsc test suite (#7323) 2023-04-24 14:59:19 +00:00
Cargo.toml chore: Publish crates 2023-11-06 10:47:53 +00:00
colors.js chore(repo): Configure prettier (#4523) 2022-05-04 14:25:28 +00:00