-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Stylable variables exports type and generated dts
and sourcemaps
files
#2256
Conversation
dts
and sourcemaps
filesdts
and sourcemaps
files
dts
and sourcemaps
filesdts
and sourcemaps
files
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good, left a couple of remarks
@@ -280,3 +322,20 @@ export function generateDTSSourceMap(dtsContent: string, meta: StylableMeta) { | |||
4 | |||
); | |||
} | |||
|
|||
function calculateEstimatedPosition( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe open an issue (or comment on the value parser issue) about this as a tech debt
The new types that are part of the public api should be exported as well |
Closes #2249, closes #2250
Currently, there will be types duplication in the
core
and in theruntime
packages.There should be a decision if core should be dependent on the runtime or vise-versa, or there should be a dedicated
runtime-types
package. (#2257)