File tree Expand file tree Collapse file tree
plugins/migration/test/manual-test-data Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ module.exports = [
4040 '**/dist/' ,
4141 '**/build/' ,
4242 'examples/blockly-svelte/public/bundle.js' ,
43+ 'plugins/migration/test/manual-test-data/' ,
4344 // specific examples that are sometimes copied into plugins
4445 'plugins/dev-create/templates/sample-app' ,
4546 'plugins/dev-create/templates/sample-app-ts' ,
Original file line number Diff line number Diff line change 1- /* eslint no-use-before-define: 0 */
21// Manual test data for the renamings migration.
32// Run using:
43// node ./bin/migrate fix-imports --from <version> ./test/manual-test-data/fix-imports/import.js
Original file line number Diff line number Diff line change 1- /* eslint no-use-before-define: 0 */
21// Manual test data for the renamings migration.
32// Run using:
43// node ./bin/migrate fix-imports --from <version> ./test/manual-test-data/fix-imports/mixed-1.txt
Original file line number Diff line number Diff line change 1- /* eslint no-use-before-define: 0 */
21// Manual test data for the renamings migration.
32// Run using:
43// node ./bin/migrate fix-imports --from <version> ./test/manual-test-data/fix-imports/require.txt
Original file line number Diff line number Diff line change 1- /* eslint no-use-before-define: 0 */
21// Manual test data for the renamings migration.
32// Run using:
43// node ./bin/migrate rename --from <version> ./test/manual-test-data/rename.txt
You can’t perform that action at this time.
0 commit comments