swc/testing/src
강동윤 eb2162cbd2
Fix stack overflow (#1032)
swc_ecma_codegen:
 - Fix codegen of large binary expressions.

swc_ecma_parser:
 - Fix stack overflow while parsing large binary expressions.

swc_ecma_transforms:
 - typescrip::strip: Fix stack overflow while handling large binary operations.
 - hygiene: Fix stack overflow by migrating it to `VisitMut`.
 - hygiene: Improve performance.
 - fixer: Fix stack overflow by migrating it to `VisitMut`.
 - resolver: Migrate to `VisitMut`.
2020-09-06 15:09:02 +09:00
..
diag_errors.rs Reduce size (#928) 2020-08-04 01:33:23 +09:00
lib.rs Fix stack overflow (#1032) 2020-09-06 15:09:02 +09:00
macros.rs Testing framework (#31) 2018-02-27 13:21:57 +09:00
output.rs spack: super-fast bundler (#825) 2020-06-13 23:09:45 +09:00
paths.rs Remove dependency on lazy_static and chashmap (#617) 2020-01-30 23:29:12 +09:00
string_errors.rs Reduce size (#928) 2020-08-04 01:33:23 +09:00