Open EatChangmyeong opened 10 months ago
these are automatically generated by https://api-extractor.com/ so that's either a bug for them or a setting we need to change? The generation happens in https://github.com/BuilderIO/qwik/blob/main/scripts/api.ts
these are automatically generated by https://api-extractor.com/ so that's either a bug for them or a setting we need to change? The generation happens in https://github.com/BuilderIO/qwik/blob/main/scripts/api.ts
I saw that the APi was directly generated by https://api-extractor.com/, what can we do here ?
@JerryWu1234 you can help by figuring out if this is a bug in api-extractor, or a missing setting. PRs always very welcome!
Suggestion
A number of API reference links and entries with same or similar name, or names with special characters, are broken.
Affected entries in
qwik
are:_qrlSync
: expected to point to#_qrlsync
but actually to#qrlsync
$
: has no fragment at allcomponent$
: links to type aliasComponent
h
: links to functionh
NoSerialize
: links to variablenoSerialize
QRL
: links to variableqrl
UseSignal
: links to variableuseSignal
useStylesScoped$
: links to interfaceUseStylesScoped
$
has no ID at all!Component
versus variablecomponent$
h
versus namespaceh
noSerialize
versus type aliasNoSerialize
qrl
versus type aliasQRL
useSignal
versus interfaceUseSignal
UseStylesScoped
versus variableuseStylesScoped$
h
: overwritten by namespaceh
QRL
: overwritten by variableqrl
UseSignal
: overwritten by variableuseSignal
I didn't check other modules, but I strongly believe that they are also affected.