Skip to content

Dropping legacy loaders #79

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

Merged
merged 19 commits into from
Apr 7, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
chore!: Remove legacy wisp support
  • Loading branch information
phated committed Apr 7, 2022
commit f41ba0ada0d29306234e8cce251bf47e6e0692f2
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ Map file types to modules which provide a [require.extensions] loader.
},
},
],
'.wisp': 'wisp/engine/node',
'.yaml': 'yaml-hook/register',
'.yml': 'yaml-hook/register',
}
Expand Down
2 changes: 0 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@ var extensions = {
},
},
],
'.wisp': 'wisp/engine/node',
'.yaml': 'yaml-hook/register',
'.yml': 'yaml-hook/register',
};
Expand All @@ -238,7 +237,6 @@ var jsVariantExtensions = [
'.mjs',
'.ts',
'.tsx',
'.wisp',
];

module.exports = {
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
"toml",
"ts",
"typescript",
"wisp",
"xml",
"yaml",
"yml"
Expand Down
5 changes: 0 additions & 5 deletions test/fixtures/wisp/0/package.json

This file was deleted.

1 change: 0 additions & 1 deletion test/fixtures/wisp/0/test.wisp

This file was deleted.

1 change: 0 additions & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ var minVersions = {
json5: { major: 6, minor: 0 },
sucrase: { major: 8, minor: 0 },
'ts-node': { major: 4, minor: 0 },
wisp: { major: 0, minor: 12 },
'toml-require': { major: 6, minor: 0 },
};

Expand Down