prismicio / prismic-ts-codegen

A Prismic model-to-TypeScript-type generator.
Apache License 2.0
18 stars 6 forks source link

fix: support field names containing colons #40

Closed SudoCat closed 1 year ago

SudoCat commented 1 year ago

Types of changes

Description

Resolves: #39

Checklist:

SudoCat commented 1 year ago

Wow, I did not expect to get feedback so soon! I'll tidy up the linting issues quickly :tada:

lihbr commented 1 year ago

Just opened my notifications at the right time I guess ☺️ Went ahead with the linter already 🚀

codecov-commenter commented 1 year ago

Codecov Report

Merging #40 (0d2c809) into main (8a84b31) will not change coverage. The diff coverage is 100.00%.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@           Coverage Diff           @@
##             main      #40   +/-   ##
=======================================
  Coverage   90.72%   90.72%           
=======================================
  Files          22       22           
  Lines         345      345           
  Branches       83       83           
=======================================
  Hits          313      313           
  Misses          4        4           
  Partials       28       28           
Impacted Files Coverage Δ
src/lib/addInterfacePropertiesForFields.ts 86.79% <100.00%> (ø)
angeloashmore commented 1 year ago

Thank you @SudoCat! LGTM 👍

angeloashmore commented 1 year ago

Released in v0.1.6 🎉