oxc/crates/oxc_semantic/src
2024-11-26 15:43:35 +00:00
..
checker refactor(ast)!: remove useless ObjectProperty::init field (#7220) 2024-11-09 09:00:29 +00:00
class refactor(semantic): rename vars from ast_node_id to node_id (#6304) 2024-10-06 01:03:48 +00:00
jsdoc feat(ast)!: change comment.span to real position that contain // and /* (#7154) 2024-11-06 05:10:33 +00:00
module_record refactor(rust): remove the annoying clippy::wildcard_imports (#6860) 2024-10-24 13:57:19 +00:00
binder.rs refactor(semantic): shorten code (#7277) 2024-11-14 12:50:06 +00:00
builder.rs fix(semantic): correctly resolve binding for return type of functions (#6388) 2024-11-26 15:43:35 +00:00
diagnostics.rs
dot.rs feat(oxc_cfg): add implicit return instruction (#5568) 2024-11-21 16:18:51 +08:00
label.rs refactor(semantic): s/AstNodeId/NodeId (#5740) 2024-09-13 03:00:00 +00:00
lib.rs fix(semantic)!: correct all ReferenceFlags::Write according to the spec (#7388) 2024-11-22 06:08:30 +00:00
node.rs refactor(semantic): add ancestor_kinds iterator function (#7217) 2024-11-09 08:04:38 +00:00
reference.rs fix(transformer/async-to-generator): arguments isn't correct after transformation (#7234) 2024-11-17 05:01:44 +00:00
scope.rs fix(transformer/async-to-generator): arguments isn't correct after transformation (#7234) 2024-11-17 05:01:44 +00:00
stats.rs feat(ast)!: remove invalid expressions from TSEnumMemberName (#7219) 2024-11-09 08:48:14 +00:00
symbol.rs fix(transformer/async-to-generator): arguments isn't correct after transformation (#7234) 2024-11-17 05:01:44 +00:00
unresolved_stack.rs refactor(semantic): re-order use statements (#5712) 2024-09-11 20:41:49 +00:00