Skip to content

Commit

Permalink
add syntax-decimal to missing plugin helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed May 29, 2020
1 parent 9efe1e1 commit 8f0c8d8
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
Expand Up @@ -31,6 +31,12 @@ const pluginNameMap = {
url: "https://git.io/JvpRG",
},
},
decimal: {
syntax: {
name: "@babel/plugin-syntax-decimal",
url: "https://git.io/JfKOH",
},
},
decorators: {
syntax: {
name: "@babel/plugin-syntax-decorators",
Expand Down

0 comments on commit 8f0c8d8

Please sign in to comment.