File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import { exists } from "#core/fs";
1313import { glob , globSync } from "#core/glob" ;
1414import SemanticVersion from "#core/semantic-version" ;
1515import tar from "#core/tar" ;
16- import yaml from "#core/yaml" ;
16+ import * as yaml from "#core/yaml" ;
1717
1818const validateConfig = new Ajv ( ) . compileFile ( import . meta. resolve ( "#resources/deb/config.schema.yaml" ) ) ;
1919
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import estraverse from "estraverse";
66import { parse as parseVueTemplate } from "vue-eslint-parser" ;
77import { Template } from "#core/ejs" ;
88import PoFile from "#core/locale/po-file" ;
9- import yaml from "#core/yaml" ;
9+ import * as yaml from "#core/yaml" ;
1010
1111const vueTemplateParserOptions = {
1212 "sourceType" : "module" ,
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import Locale from "#core/locale";
1515import SemanticVersion from "#core/semantic-version" ;
1616import Table from "#core/text/table" ;
1717import { confirm , objectIsEmpty , repeatAction } from "#core/utils" ;
18- import yaml from "#core/yaml" ;
18+ import * as yaml from "#core/yaml" ;
1919import Git from "#lib/git" ;
2020import lintFile from "#lib/lint/file" ;
2121import Dependencies from "#lib/package/dependencies" ;
Original file line number Diff line number Diff line change 11import fetch from "#core/fetch" ;
22import { objectIsEmpty , objectIsPlain } from "#core/utils" ;
3- import yaml from "#core/yaml" ;
3+ import * as yaml from "#core/yaml" ;
44import prismjs from "#lib/prism-js" ;
55import DEFAULT_TYPES from "#resources/docs-types.js" ;
66
You can’t perform that action at this time.
0 commit comments