Minor Changes
- BREAKING: symbol: replace
exportFromarray withgetExportFromFilePath()function (#3312) (cd44523) by @mrlubos
Updated Symbol interface
The exportFrom property has been replaced with the getExportFromFilePath() function. This allows you to dynamically determine export paths based on symbol properties. This is a low-level feature, so you're most likely unaffected.
Patch Changes
-
config: rename
exportFromIndexoption toincludeInEntry(#3312) (cd44523) by @mrlubos -
config:
includeInEntryaccepts function in addition to primitive value (#3312) (cd44523) by @mrlubos -
parser: add
getExportFromFilePath()hook (#3312) (cd44523) by @mrlubos -
plugin: add
commentsoption to all plugins (#3317) (7b3c8f2) by @mrlubos -
types: improve
defineConfig()types (#3312) (cd44523) by @mrlubos -
config: rename
output.indexFiletooutput.entryFile(#3312) (cd44523) by @mrlubos -
fix: improve dev mode detection causing builds to fail (#3300) (
be2f3fb) by @copilot-swe-agent
Updated Dependencies:
- @hey-api/shared@0.1.2
- @hey-api/codegen-core@0.7.0