Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(semantic): check for abstract ClassElements in non-abstract classes #4127

Conversation

DonIsaac
Copy link
Contributor

@DonIsaac DonIsaac commented Jul 8, 2024

feat(semantic): check for abstract ClassElements in non-abstract classes

chore: update coverage snapshots

Copy link

graphite-app bot commented Jul 8, 2024

Your org has enabled the Graphite merge queue for merging into main

Add the label “merge” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix.

You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link.

@github-actions github-actions bot added A-semantic Area - Semantic A-ast Area - AST labels Jul 8, 2024
Copy link
Contributor Author

DonIsaac commented Jul 8, 2024

@DonIsaac DonIsaac added C-enhancement Category - New feature or request A-parser Area - Parser and removed A-semantic Area - Semantic A-ast Area - AST labels Jul 8, 2024 — with Graphite App
Copy link

codspeed-hq bot commented Jul 8, 2024

CodSpeed Performance Report

Merging #4127 will not alter performance

Comparing don07-08-feat_semantic_check_for_abstract_classelements_in_non-abstract_classes (2f53bdf) with main (c5b4be0)

Summary

✅ 29 untouched benchmarks

@github-actions github-actions bot added A-linter Area - Linter A-semantic Area - Semantic A-minifier Area - Minifier A-ast Area - AST A-transformer Area - Transformer / Transpiler A-isolated-declarations Isolated Declarations labels Jul 9, 2024
@DonIsaac DonIsaac force-pushed the don07-08-feat_parser_check_for_illegal_modifiers_in_modules_and_namespaces branch from cae71aa to 3a0f2aa Compare July 9, 2024 02:54
@DonIsaac DonIsaac changed the base branch from don07-08-feat_parser_check_for_illegal_modifiers_in_modules_and_namespaces to main July 9, 2024 02:58
@DonIsaac DonIsaac marked this pull request as ready for review July 9, 2024 03:30
…ses (#4127)

feat(semantic): check for abstract ClassElements in non-abstract classes

chore: update coverage snapshots
@DonIsaac DonIsaac force-pushed the don07-08-feat_semantic_check_for_abstract_classelements_in_non-abstract_classes branch from 1574f86 to 2f53bdf Compare July 9, 2024 03:35
Copy link

graphite-app bot commented Jul 9, 2024

Merge activity

@graphite-app graphite-app bot merged commit 2f53bdf into main Jul 9, 2024
25 checks passed
@graphite-app graphite-app bot deleted the don07-08-feat_semantic_check_for_abstract_classelements_in_non-abstract_classes branch July 9, 2024 03:39
@github-actions github-actions bot mentioned this pull request Jul 9, 2024
Boshen added a commit that referenced this pull request Jul 9, 2024
## [0.18.0] - 2024-07-09

- d347aed ast: [**BREAKING**] Generate `ast_builder.rs`. (#3890) (rzvxa)

### Features

- c6c16a5 minifier: Dce all conditional expressions (#4135) (Boshen)
- 365d9ba oxc_codegen: Generate annotation comments before
`CallExpression` and `NewExpression` (#4119) (IWANABETHATGUY)
- 3a0f2aa parser: Check for illegal modifiers in modules and namespaces
(#4126) (DonIsaac)
- 2f53bdf semantic: Check for abstract ClassElements in non-abstract
classes (#4127) (DonIsaac)
- c4ee9f8 semantic: Check for abstract initializations and
implementations (#4125) (Don Isaac)
- 44c7fe3 span: Add various implementations of `FromIn` for `Atom`.
(#4090) (rzvxa)

### Bug Fixes

- cb1af04 isolated-declarations: Remove the `async` and `generator`
keywords from `MethodDefinition` (#4130) (Dunqing)

Co-authored-by: Boshen <Boshen@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-ast Area - AST A-isolated-declarations Isolated Declarations A-linter Area - Linter A-minifier Area - Minifier A-parser Area - Parser A-semantic Area - Semantic A-transformer Area - Transformer / Transpiler C-enhancement Category - New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant