Skip to content

Commit

Permalink
Remove dev/packages/expl3.json #4440
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Yu committed Oct 17, 2024
1 parent 42da174 commit 6392b48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 19 deletions.
16 changes: 0 additions & 16 deletions dev/packages/expl3.json

This file was deleted.

6 changes: 3 additions & 3 deletions dev/parse-cwl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -324,8 +324,8 @@ function handleBigMacros(pkg: PackageRaw, line: string): void {
name: line.slice(1, line.indexOf('%')),
arg: {
format: '',
snippet
}
snippet,
},
}
pkg.macros.push(macro)
return
Expand Down Expand Up @@ -483,7 +483,7 @@ function handleKomaClasses(pkgName: string, content: string): string {
function parseFiles(files: string[], folder: string) {
for (const file of files) {
console.log(file)
if (!file.endsWith('.cwl')) {
if (!file.endsWith('.cwl') || file === 'expl3.cwl') {
continue
}
const pkgName = file.replace('.cwl', '')
Expand Down

0 comments on commit 6392b48

Please sign in to comment.