oxc/tasks
Dunqing 27b2268a6c refactor(semantic)!: remove SymbolFlags::Export (#7414)
close: #7338
close: #7344

The `SymbolFlags::Export` is Initially used to solve `ExportSpecifier` that is not `IdentifierReference` that causes we cannot determine whether a Binding is not used everywhere by `Semantic`.

Since #3820 this problem is solved, so we don't need `SymbolFlags::Export` no longer. Also, removing this can help us easier to pass the `Semantic` check in `Transformer`
2024-11-22 09:17:37 +00:00
..
ast_tools chore(doc): replace main/master to tag/commit to make the url always accessible (#7298) 2024-11-16 21:00:30 +08:00
benchmark feat(linter): react/exhaustive-deps (#7151) 2024-11-12 11:42:47 +00:00
common chore(doc): replace main/master to tag/commit to make the url always accessible (#7298) 2024-11-16 21:00:30 +08:00
compat_data chore(doc): replace main/master to tag/commit to make the url always accessible (#7298) 2024-11-16 21:00:30 +08:00
coverage refactor(semantic)!: remove SymbolFlags::Export (#7414) 2024-11-22 09:17:37 +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 fix(tasks/lint_rules): map prefix node to n (#7397) 2024-11-21 13:58:53 +00:00
minsize refactor(codegen): do not print unnecessary parentheses if both sides use the same logical operator (#7325) 2024-11-19 10:31:53 +00:00
prettier_conformance feat(ast)!: remove invalid expressions from TSEnumMemberName (#7219) 2024-11-09 08:48:14 +00:00
rulegen refactor(linter)!: remove tree_shaking plugin (#7372) 2024-11-20 11:46:29 +00:00
transform_checker refactor(rust): remove the annoying clippy::wildcard_imports (#6860) 2024-10-24 13:57:19 +00:00
transform_conformance refactor(semantic)!: remove SymbolFlags::Export (#7414) 2024-11-22 09:17:37 +00:00
website docs(linter): add docs for config settings (#4827) 2024-11-21 08:08:30 +00:00