Skip to content

Commit

Permalink
Create out.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaMan123 committed Oct 31, 2022
1 parent a2f29c0 commit 4111587
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions scripts/transform_files.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -457,14 +457,6 @@ function transformClass(type, raw, options = {}) {
rawFile.indexOf('//@ts-nocheck') === -1 &&
(rawFile = `//@ts-nocheck\n${rawFile}`);

// in case of multiple declaration in one file
try {
return transformClass('class', rawFile, options);
} catch (error) {}
try {
return transformClass('mixin', rawFile, options);
} catch (error) {}

return {
name,
raw: rawFile,
Expand Down

0 comments on commit 4111587

Please sign in to comment.