Skip to content

Commit

Permalink
Adjust tests to changes in #10218
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamRamberg committed Aug 20, 2019
1 parent 17377b8 commit 2d37d60
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
Expand Up @@ -26,6 +26,7 @@ Using plugins:
proposal-json-strings { "chrome":"61", "edge":"16", "firefox":"60", "ios":"10.3", "opera":"48", "safari":"10.1" }
proposal-optional-catch-binding { "chrome":"61", "edge":"16", "ios":"10.3", "opera":"48", "safari":"10.1" }
transform-named-capturing-groups-regex { "chrome":"61", "edge":"16", "firefox":"60", "ios":"10.3", "opera":"48", "safari":"10.1" }
syntax-dynamic-import { "chrome":"61", "edge":"16", "firefox":"60", "ios":"10.3", "opera":"48", "safari":"10.1" }

Using polyfills with `usage` option:

Expand Down
Expand Up @@ -26,6 +26,7 @@ Using plugins:
proposal-json-strings { "chrome":"61", "edge":"16", "firefox":"60", "ios":"10.3", "opera":"48", "safari":"10.1" }
proposal-optional-catch-binding { "chrome":"61", "edge":"16", "ios":"10.3", "opera":"48", "safari":"10.1" }
transform-named-capturing-groups-regex { "chrome":"61", "edge":"16", "firefox":"60", "ios":"10.3", "opera":"48", "safari":"10.1" }
syntax-dynamic-import { "chrome":"61", "edge":"16", "firefox":"60", "ios":"10.3", "opera":"48", "safari":"10.1" }

Using polyfills with `usage` option:

Expand Down
Expand Up @@ -20,5 +20,7 @@ Using plugins:
proposal-json-strings { "safari":"10" }
proposal-optional-catch-binding { "safari":"10" }
transform-named-capturing-groups-regex { "safari":"10" }
transform-modules-commonjs { "safari":"10" }
proposal-dynamic-import { "safari":"10" }

Using polyfills: No polyfills were added, since the `useBuiltIns` option was not set.

0 comments on commit 2d37d60

Please sign in to comment.