refactor(compiler): stricter types for HTML AST (#41360)
A Node can only be an instance of one of the six classes. This relation can be accurately expressed using a union type. PR Close #41360
Please register or sign in to comment
A Node can only be an instance of one of the six classes. This relation can be accurately expressed using a union type. PR Close #41360