Skip to content

Commit

Permalink
chore: unnecessary check now
Browse files Browse the repository at this point in the history
  • Loading branch information
tivac committed Mar 10, 2022
1 parent 99fc421 commit e133107
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/svelte/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ exports.extractImport = async ({
let ident;

for(const script of scripts) {
if(!script) {
continue;
}

const { contents } = script.groups;
const [ imports ] = parse(contents);

Expand Down

0 comments on commit e133107

Please sign in to comment.