Silence remaining test warnings (#10392)

This commit is contained in:
Nicolò Ribaudo 2019-09-04 22:56:47 +02:00 committed by GitHub
parent a08e856804
commit 27ba292774
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 22 additions and 1 deletions

View File

@ -1,4 +1,5 @@
{
"validateLogs": true,
"presets": [
[
"../../../../lib",

View File

@ -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.

View File

@ -1,4 +1,5 @@
{
"validateLogs": true,
"presets": [
[
"../../../../lib",

View File

@ -0,0 +1,2 @@
`@babel/polyfill` is deprecated. Please, use required parts of `core-js`
and `regenerator-runtime/runtime` separately

View File

@ -1,4 +1,5 @@
{
"validateLogs": true,
"presets": [
[
"../../../../lib",

View File

@ -0,0 +1,2 @@
`@babel/polyfill` is deprecated. Please, use required parts of `core-js`
and `regenerator-runtime/runtime` separately

View File

@ -1,7 +1,8 @@
{
"caller": {
"name": "test-fixture",
"supportsStaticESM": true
"supportsStaticESM": true,
"supportsDynamicImport": true
},
"presets": ["env"]
}

View File

@ -1,4 +1,5 @@
{
"validateLogs": true,
"presets": [
[
"../../../../lib",

View File

@ -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.