We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 700dfbe commit 2664786Copy full SHA for 2664786
1 file changed
transforms/angle-brackets/index.js
@@ -238,14 +238,6 @@ const shouldSkipFile = (fileInfo, config) => {
238
return false;
239
};
240
241
-/**
242
- * exports
243
- *
244
- * @param fileInfo
245
- * @param api
246
- * @param options
247
- * @returns {undefined}
248
- */
249
function transform(fileInfo, api, config) {
250
if (shouldSkipFile(fileInfo, config)) {
251
return fileInfo.source;
0 commit comments