oxc/crates
DonIsaac 8e79f8d72d test(linter): add class method test cases for oxc/no-async-await (#5550)
Adds tests for class and object methods. Diagnostics for the former have incorrect spans.

```javascript
class Foo {
   // span covers `() {}`
  async foo() {}
}
```
2024-09-08 03:15:01 +00:00
..
oxc refactor(semantic)!: remove source_type argument from SemanticBuilder::new (#5553) 2024-09-06 16:40:10 +00:00
oxc_allocator release: crates v0.27.0 (#5538) 2024-09-06 19:06:29 +08:00
oxc_ast refactor: enable clippy::ref_as_ptr (#5577) 2024-09-07 18:18:55 +08:00
oxc_ast_macros release: crates v0.27.0 (#5538) 2024-09-06 19:06:29 +08:00
oxc_cfg release: crates v0.27.0 (#5538) 2024-09-06 19:06:29 +08:00
oxc_codegen fix(codegen): do not print trailing commas for ArrayExpression (#5551) 2024-09-06 16:35:10 +00:00
oxc_diagnostics release: crates v0.27.0 (#5538) 2024-09-06 19:06:29 +08:00
oxc_index refactor: enable clippy::ref_as_ptr (#5577) 2024-09-07 18:18:55 +08:00
oxc_isolated_declarations test: add trailing line breaks to conformance fixtures (#5541) 2024-09-06 12:55:17 +00:00
oxc_language_server refactor(semantic)!: remove source_type argument from SemanticBuilder::new (#5553) 2024-09-06 16:40:10 +00:00
oxc_linter test(linter): add class method test cases for oxc/no-async-await (#5550) 2024-09-08 03:15:01 +00:00
oxc_macros chore: run cargo +nightly fmt to sort imports (#5503) 2024-09-06 04:04:26 +00:00
oxc_mangler refactor(semantic)!: remove source_type argument from SemanticBuilder::new (#5553) 2024-09-06 16:40:10 +00:00
oxc_minifier refactor(semantic)!: remove source_type argument from SemanticBuilder::new (#5553) 2024-09-06 16:40:10 +00:00
oxc_module_lexer release: crates v0.27.0 (#5538) 2024-09-06 19:06:29 +08:00
oxc_parser feat(oxc)!: add SourceType::Unambiguous; parse .js as unambiguous (#5557) 2024-09-07 10:48:58 +00:00
oxc_prettier fix(ast, codegen, linter): panics in fixers. (#5431) 2024-09-05 05:59:22 +00:00
oxc_regular_expression refactor(linter): use meaningful names for diagnostic parameters (#5564) 2024-09-06 18:14:56 -04:00
oxc_semantic feat(oxc)!: add SourceType::Unambiguous; parse .js as unambiguous (#5557) 2024-09-07 10:48:58 +00:00
oxc_sourcemap docs(sourcemap): add trailing newline to README (#5539) 2024-09-06 15:24:52 +01:00
oxc_span feat(oxc)!: add SourceType::Unambiguous; parse .js as unambiguous (#5557) 2024-09-07 10:48:58 +00:00
oxc_syntax release: crates v0.27.0 (#5538) 2024-09-06 19:06:29 +08:00
oxc_transformer fix(transform_conformance): only print semantic mismatch errors when output is correct (#5589) 2024-09-07 16:32:53 +00:00
oxc_traverse refactor: enable clippy::ref_as_ptr (#5577) 2024-09-07 18:18:55 +08:00
oxc_wasm feat(oxc_wasm): add controlFlowDotString to oxc_wasm (#5571) 2024-09-07 10:41:00 +00:00