export const fixFilenameVar: TFixer = (ctx) => {
  const {contents, isSource} = ctx
  const _contents = contents
    .replace(
      /__filename/g,