mirror of https://github.com/sveltejs/svelte
feat: tell users of `@migration-task` (#13668)
parent
969e6aa750
commit
9f930f4e9b
@ -0,0 +1,5 @@
|
||||
---
|
||||
'svelte': patch
|
||||
---
|
||||
|
||||
feat: tell users of `@migration-task`
|
@ -0,0 +1,7 @@
|
||||
import { test } from '../../test';
|
||||
|
||||
export default test({
|
||||
logs: [
|
||||
'One or more `@migration-task` comments were added to `output.svelte`, please check them and complete the migration manually.'
|
||||
]
|
||||
});
|
@ -0,0 +1,7 @@
|
||||
import { test } from '../../test';
|
||||
|
||||
export default test({
|
||||
logs: [
|
||||
'One or more `@migration-task` comments were added to `output.svelte`, please check them and complete the migration manually.'
|
||||
]
|
||||
});
|
@ -0,0 +1,7 @@
|
||||
import { test } from '../../test';
|
||||
|
||||
export default test({
|
||||
logs: [
|
||||
'One or more `@migration-task` comments were added to `output.svelte`, please check them and complete the migration manually.'
|
||||
]
|
||||
});
|
@ -1,5 +1,8 @@
|
||||
import { test } from '../../test';
|
||||
|
||||
export default test({
|
||||
skip_filename: true
|
||||
skip_filename: true,
|
||||
logs: [
|
||||
"One or more `@migration-task` comments were added to a file (unfortunately we don't know the name), please check them and complete the migration manually."
|
||||
]
|
||||
});
|
||||
|
Loading…
Reference in new issue