oxc/crates/oxc_semantic/src
2024-03-25 10:32:02 +08:00
..
checker refactor: rename CompactString to CompactStr (#2619) 2024-03-06 12:24:23 +08:00
class feat(span): remove From<String> and From<Cow> API because they create memory leak (#2628) 2024-03-06 20:38:21 +08:00
jsdoc refactor(semantic/jsdoc): JSDocTag parser rework (#2765) 2024-03-23 00:16:59 +08:00
module_record fix(semantic): incorrect ExportEntry span for ExportAllDeclaration in ModuleRecord (#2793) 2024-03-25 10:32:02 +08:00
binder.rs feat(span): remove From<String> and From<Cow> API because they create memory leak (#2628) 2024-03-06 20:38:21 +08:00
builder.rs fix(semantic): ModuleRecord's indirect_export_entires missing reexported imports (#2792) 2024-03-25 04:50:04 +08:00
control_flow.rs refactor: rename CompactString to CompactStr (#2619) 2024-03-06 12:24:23 +08:00
diagnostics.rs refactor: rename CompactString to CompactStr (#2619) 2024-03-06 12:24:23 +08:00
label.rs refactor(semantic): checking label in ContinueStatement based on LabelBuilder (#2202) 2024-01-29 18:24:42 +08:00
lib.rs refactor(ast): refactor Trivias API - have less noise around it (#2692) 2024-03-12 20:16:36 +08:00
node.rs feat(semantic): track cfg index per ast node (#2210) 2024-02-01 13:27:20 +08:00
pg.rs fix(oxc_semantic): proper traversal of try statements (#2250) 2024-02-01 20:46:38 +08:00
reference.rs chore: silence erroneous RA warnings for Tsify (#2731) 2024-03-15 12:42:12 +00:00
scope.rs refactor: rename CompactString to CompactStr (#2619) 2024-03-06 12:24:23 +08:00
symbol.rs chore: silence erroneous RA warnings for Tsify (#2731) 2024-03-15 12:42:12 +00:00