Skip to content

Commit

Permalink
set shipped proposals true
Browse files Browse the repository at this point in the history
  • Loading branch information
Wetinee committed Feb 22, 2020
1 parent 035a943 commit 8ab6ff2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/babel-preset-env/data/shipped-proposals.js
Expand Up @@ -2,7 +2,9 @@
// These mappings represent the syntax proposals that have been
// shipped by browsers, and are enabled by the `shippedProposals` option.

const proposalPlugins = {};
const proposalPlugins = {
"proposal-numeric-separator": true
};

// use intermediary object to enforce alphabetical key order
const pluginSyntaxObject = {
Expand Down
Expand Up @@ -13,6 +13,7 @@ Using plugins:
proposal-json-strings { "samsung":"8.2" }
proposal-optional-catch-binding { "samsung":"8.2" }
syntax-async-generators { "samsung":"8.2" }
proposal-numeric-separator { "samsung":"8.2" }
syntax-object-rest-spread { "samsung":"8.2" }
proposal-unicode-property-regex { "samsung":"8.2" }
transform-named-capturing-groups-regex { "samsung":"8.2" }
Expand Down

0 comments on commit 8ab6ff2

Please sign in to comment.