Skip to content

Commit

Permalink
fixup! feat(compiler): copy dock block from component to generated types
Browse files Browse the repository at this point in the history
  • Loading branch information
jgroth committed Nov 17, 2022
1 parent b4ae7ca commit 8b7d09c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import type * as d from '../declarations';
import { dashToPascalCase, isString, toDashCase } from './helpers';
import { buildError } from './message-utils';

const SUPPRESSED_JSDOC_TAGS: string[] = ["internal"];
const SUPPRESSED_JSDOC_TAGS: string[] = ['internal'];

export const createJsVarName = (fileName: string) => {
if (isString(fileName)) {
Expand Down

0 comments on commit 8b7d09c

Please sign in to comment.