Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Silence remaining test warnings #10392

Merged
merged 1 commit into from Sep 4, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
@@ -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.