oxc/tasks
Dunqing f80085c683 refactor(transformer/async-to-generator): move handling of MethodDefinition's value to exit_function (#7105)
Part of #7074

We need to handle this before the `arrow_function` plugin inserts `_this = this` because, in the `async-to-generator` plugin, we will move the body to an inner generator function. However, we don't want `_this = this` moved to the inner generator function as well. So as long as we move first, and then insert, we can fix this problem.

The new semantic error is related to another tricky problem, I will fix it in another PR
2024-11-04 14:32:42 +00:00
..
ast_tools refactor(ast_tools): rename visitable to is_visitable (#7104) 2024-11-03 17:20:25 +00:00
benchmark ci(transformer): enable unfinished plugins in benchmark (#7040) 2024-11-02 15:17:21 +00:00
common
coverage refactor(transformer): deserialize BabelOptions::plugins (#7045) 2024-11-01 05:44:57 +00:00
javascript_globals feat(linter)!: sync sindresorhus/globals; removed Object.prototype properties from builtin and es* globals (#6991) 2024-10-29 04:13:20 +00:00
lint_rules chore(task/lint_rules): change not supported to "no need to implement" 2024-10-28 17:29:29 +08:00
minsize chore(tasks/minsize): enable idempotency test 2024-10-26 10:35:01 +08:00
prettier_conformance refactor(prettier)!: remove source_text argument from constructor (#6448) 2024-10-11 06:27:33 +00:00
rulegen feat(rulegen): add module definitions for new rules (#6845) 2024-10-24 15:47:07 +08:00
transform_checker refactor(rust): remove the annoying clippy::wildcard_imports (#6860) 2024-10-24 13:57:19 +00:00
transform_conformance refactor(transformer/async-to-generator): move handling of MethodDefinition's value to exit_function (#7105) 2024-11-04 14:32:42 +00:00
website refactor(tasks/website): remove scraper dependency (#7116) 2024-11-04 14:16:11 +00:00