oxc/tasks/coverage/misc/pass
2024-12-31 08:45:17 +08:00
..
babel-16776-m.js fix(coverage): parse babel unambiguously (#5579) 2024-09-07 10:49:00 +00:00
babel-16776-s.js fix(coverage): parse babel unambiguously (#5579) 2024-09-07 10:49:00 +00:00
oxc-255.js fix(parser): parse [+In] in object binding initializer (#874) 2023-09-09 14:54:20 +08:00
oxc-1288.ts fix(parser): Fix type import (#1291) 2023-11-14 15:17:58 +08:00
oxc-1289.ts fix(parser): Fix type import (#1291) 2023-11-14 15:17:58 +08:00
oxc-1740.tsx fix(parser): await in jsx expression 2023-12-19 20:23:16 +08:00
oxc-2087.ts fix(parser): fix crash on TSTemplateLiteralType in function return position (#2089) 2024-01-19 23:14:05 +08:00
oxc-2394.ts test: add trailing line breaks to conformance fixtures (#5541) 2024-09-06 12:55:17 +00:00
oxc-2562.ts feat(parser): parse decorators properly (#2603) 2024-03-04 19:30:41 +08:00
oxc-2592.ts fix(parser): remove all duplicated comments in trivia builder (#2689) 2024-03-12 17:51:22 +08:00
oxc-2674.tsx fix(parser): remove all duplicated comments in trivia builder (#2689) 2024-03-12 17:51:22 +08:00
oxc-2723.jsx fix(parser): fix failed to parse JSXChild after JSXEmptyExpression (#2726) 2024-03-15 13:39:20 +08:00
oxc-2948-2.ts feat(parser): parse modifiers with parse_modifiers (take 2) (#3977) 2024-06-30 03:46:34 +00:00
oxc-3262.js fix(parser): parse DecoratorCallExpression when Arguments contains MemberExpression (#3265) 2024-05-14 03:18:41 +00:00
oxc-3399.js fix(parser): fix lexer error while parsing parenthesized arrow expressions (#3400) 2024-05-24 09:59:17 +00:00
oxc-3443.tsx test: add trailing line breaks to conformance fixtures (#5541) 2024-09-06 12:55:17 +00:00
oxc-3910.ts fix(parser): parse function type parameter name accessor (#3926) 2024-06-26 13:34:24 +00:00
oxc-3948-1.ts feat(parser): parse modifiers with parse_modifiers (take 2) (#3977) 2024-06-30 03:46:34 +00:00
oxc-4054.js fix(codegen): preserve parentheses from AST instead calculating from operator precedence (#4055) 2024-07-05 14:01:17 +08:00
oxc-4072.ts fix(lexer): incorrect lexing of large hex/octal/binary literals (#4072) 2024-07-10 16:39:10 +00:00
oxc-4449.ts feat(ast)!: remove invalid expressions from TSEnumMemberName (#7219) 2024-11-09 08:48:14 +00:00
oxc-5036.js fix(semantic): incorrect semantic check for label has same name (#5041) 2024-08-23 10:36:12 +08:00
oxc-5177.ts feat(ast,parser): parse TSTypeAnnotations on AccessorProperty (#5179) 2024-08-25 01:02:48 +00:00
oxc-5955.ts fix(semantic): ? on variable declaration type annotations is a syntax error (#5956) 2024-09-22 00:01:47 +00:00
oxc-8193.ts fix(parser): allow line breaks between const and enum (#8193) 2024-12-31 08:45:17 +08:00
swc-716.js feat(coverage): add a directory for tests 2023-05-20 23:02:30 +08:00
swc-7187.ts chore(tasks): add swc-7187 test case 2023-06-30 16:41:52 +08:00
swc-8243.tsx feat(tasks): add misc tests to codegen (#1215) 2023-11-10 16:13:31 +00:00
swc-8253.js fix(parser): ASI of async class member (#1214) 2023-11-10 16:21:51 +00:00