Skip to content

Commit

Permalink
chore: add asyncDoExpressions to missing plugin helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Mar 24, 2021
1 parent 5a894da commit 9bddd9e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/babel-core/src/parser/util/missing-plugin-helper.js
@@ -1,6 +1,12 @@
// @flow

const pluginNameMap = {
asyncDoExpressions: {
syntax: {
name: "@babel/plugin-syntax-async-do-expressions",
url: "https://git.io/JYer8",
},
},
classProperties: {
syntax: {
name: "@babel/plugin-syntax-class-properties",
Expand Down

0 comments on commit 9bddd9e

Please sign in to comment.