oxc/crates
EliLichtblau 5e54bd0537
Adding types to the symbol table - consistent export type sample rule implemented (#667)
Fixes 11 TS conformance tests and 18 babel tests.

Adds types to the symbol table functionally conformant to TS behavior
but symbol flags implemented slightly differently.

Symbol redeclaration check is also not entirely conformant but fixing
this seems like a separate PR.

For testing purposes - consistent-export-type was also implemented
(WIP).
2023-07-31 12:33:47 +08:00
..
oxc chore(oxc): remove mention of nightly 2023-07-27 14:14:56 +08:00
oxc_allocator chore: release crates as v0.1.0 2023-07-27 13:54:17 +08:00
oxc_ast Adding types to the symbol table - consistent export type sample rule implemented (#667) 2023-07-31 12:33:47 +08:00
oxc_ast_lower Adding types to the symbol table - consistent export type sample rule implemented (#667) 2023-07-31 12:33:47 +08:00
oxc_cli feat(cli): separate warnings and errors numbers and print separately 2023-07-29 11:02:51 +08:00
oxc_diagnostics chore: release crates as v0.1.0 2023-07-27 13:54:17 +08:00
oxc_formatter chore: release crates as v0.1.0 2023-07-27 13:54:17 +08:00
oxc_hir Adding types to the symbol table - consistent export type sample rule implemented (#667) 2023-07-31 12:33:47 +08:00
oxc_index chore: release crates as v0.1.0 2023-07-27 13:54:17 +08:00
oxc_linter Adding types to the symbol table - consistent export type sample rule implemented (#667) 2023-07-31 12:33:47 +08:00
oxc_macros feat(linter): add style category and change no-empty-interface to style 2023-07-29 11:02:51 +08:00
oxc_minifier feat(minifier): initialize conditions folding (#658) 2023-07-30 01:02:32 +08:00
oxc_napi chore(rust): update crate info, add minimal rust-version, add categories 2023-07-27 13:33:18 +08:00
oxc_parser Adding types to the symbol table - consistent export type sample rule implemented (#667) 2023-07-31 12:33:47 +08:00
oxc_query chore(query): abstract away testing boilerplate (#669) 2023-07-31 10:05:24 +08:00
oxc_resolver feat(resolver): port the rest of the exports field tests (#659) 2023-07-30 01:03:10 +08:00
oxc_semantic Adding types to the symbol table - consistent export type sample rule implemented (#667) 2023-07-31 12:33:47 +08:00
oxc_span Adding types to the symbol table - consistent export type sample rule implemented (#667) 2023-07-31 12:33:47 +08:00
oxc_syntax Adding types to the symbol table - consistent export type sample rule implemented (#667) 2023-07-31 12:33:47 +08:00
oxc_type_synthesis chore(rust): update crate info, add minimal rust-version, add categories 2023-07-27 13:33:18 +08:00
oxc_wasm chore(rust): update crate info, add minimal rust-version, add categories 2023-07-27 13:33:18 +08:00