Skip to content

Commit

Permalink
Remove outdated code (prettier#15759)
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker authored and medikoo committed Feb 16, 2024
1 parent 00c9cf2 commit fcc1e28
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/language-js/traverse/visitor-keys.evaluate.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,6 @@ const excludeKeys = {
// Flow parser changed `.types` to `.elementTypes` https://github.com/facebook/flow/commit/5b60e6a81dc277dfab2e88fa3737a4dc9aafdcab
// TupleTypeAnnotation: ["types"],
PropertyDefinition: ["tsModifiers"],

// From `babelVisitorKeys`
DeclareInterface: ["mixins", "implements"],
InterfaceDeclaration: ["mixins", "implements"],
};

const visitorKeys = Object.fromEntries(
Expand Down

0 comments on commit fcc1e28

Please sign in to comment.