Skip to content

Commit

Permalink
Prevent Deno from formatting extracted DOM types
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterKale committed Nov 23, 2024
1 parent 1781ff6 commit b1c0b02
Show file tree
Hide file tree
Showing 2 changed files with 183 additions and 282 deletions.
1 change: 1 addition & 0 deletions packages/types/extract-dom-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ const outputSourceFile = project.createSourceFile(`src/dom.ts`, undefined, {
overwrite: true,
});
outputSourceFile.addStatements([
`// deno-fmt-ignore-file`,
`/**`,
` * Generated from typescript@${version}`,
` * To regenerate, run the following command from the package root:`,
Expand Down
Loading

0 comments on commit b1c0b02

Please sign in to comment.