Skip to content

Commit

Permalink
Update registerWebFormats.js
Browse files Browse the repository at this point in the history
  • Loading branch information
rlingineni committed Nov 12, 2024
1 parent 8858ec5 commit d764539
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const commonJSFormatter = ({ token, darkTheme, isVR }) => {
const moduleExportFileHeader = ({ file, tokenArray, fileHeader }) =>
`${fileHeader({ file, commentStyle: 'short' })} module.exports = [${tokenArray}]`;

// register web formats
function registerWebFormats(sd) {
const { fileHeader } = sd.formatHelpers;

Expand Down

0 comments on commit d764539

Please sign in to comment.