Skip to content

Commit

Permalink
Silence remaining test warnings (#10392)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Sep 4, 2019
1 parent a08e856 commit 27ba292
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 1 deletion.
@@ -1,4 +1,5 @@
{
"validateLogs": true,
"presets": [
[
"../../../../lib",
Expand Down
@@ -0,0 +1,11 @@
When setting `useBuiltIns: 'usage'`, polyfills are automatically imported when needed.
Please remove the `import '@babel/polyfill'` call or use `useBuiltIns: 'entry'` instead.

When setting `useBuiltIns: 'usage'`, polyfills are automatically imported when needed.
Please remove the `import '@babel/polyfill'` call or use `useBuiltIns: 'entry'` instead.

When setting `useBuiltIns: 'usage'`, polyfills are automatically imported when needed.
Please remove the `import '@babel/polyfill'` call or use `useBuiltIns: 'entry'` instead.

When setting `useBuiltIns: 'usage'`, polyfills are automatically imported when needed.
Please remove the `import '@babel/polyfill'` call or use `useBuiltIns: 'entry'` instead.
@@ -1,4 +1,5 @@
{
"validateLogs": true,
"presets": [
[
"../../../../lib",
Expand Down
@@ -0,0 +1,2 @@
`@babel/polyfill` is deprecated. Please, use required parts of `core-js`
and `regenerator-runtime/runtime` separately
@@ -1,4 +1,5 @@
{
"validateLogs": true,
"presets": [
[
"../../../../lib",
Expand Down
@@ -0,0 +1,2 @@
`@babel/polyfill` is deprecated. Please, use required parts of `core-js`
and `regenerator-runtime/runtime` separately
@@ -1,7 +1,8 @@
{
"caller": {
"name": "test-fixture",
"supportsStaticESM": true
"supportsStaticESM": true,
"supportsDynamicImport": true
},
"presets": ["env"]
}
@@ -1,4 +1,5 @@
{
"validateLogs": true,
"presets": [
[
"../../../../lib",
Expand Down
@@ -0,0 +1 @@
Dynamic import can only be supported when transforming ES modules to AMD, CommonJS or SystemJS. Only the parser plugin will be enabled.

0 comments on commit 27ba292

Please sign in to comment.