Skip to content

Commit

Permalink
chore: sync kcl api latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Peefy committed Aug 2, 2023
1 parent 3e7dacd commit 0415a95
Show file tree
Hide file tree
Showing 4 changed files with 450 additions and 323 deletions.
3 changes: 0 additions & 3 deletions pkg/kcl/opt.go
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,6 @@ func (p *Option) Merge(opts ...Option) *Option {
if opt.SortKeys {
p.SortKeys = opt.SortKeys
}
if opt.IncludeSchemaTypePath {
p.IncludeSchemaTypePath = opt.IncludeSchemaTypePath
}
if opt.ExternalPkgs != nil {
p.ExternalPkgs = append(p.ExternalPkgs, opt.ExternalPkgs...)
}
Expand Down
Loading

0 comments on commit 0415a95

Please sign in to comment.