-
-
Notifications
You must be signed in to change notification settings - Fork 55
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
Possible need for a preprocessor #9
Comments
@mrsauravsahu has taken on this task! I'll be checking it out later. |
For the time being, the preprocessor sits here - https://github.com/mrsauravsahu/svelte-nodegui-preprocessor |
I've made changes so that the "foreign" namespace gets injected with this preprocessor. We will merge this once we're able to integrate the preprocessor with svelte-nodegui. |
Let me publish |
@mrsauravsahu I've just published the first (alpha) release of Svelte NodeGUI, |
I've published the preprocessor and incorporated it into both this repo's playground app and the official svelte-nodegui-starter. It works perfectly, thanks @mrsauravsahu! |
Ah thanks @shirakaba for taking the lead on this. Great to hear that! 😃 |
See https://github.com/halfnelson/svelte-native-preprocessor:
We at least need the namespace aspect, as if PR sveltejs/svelte#5652 lands, we'll require such preprocessing in order to close https://github.com/shirakaba/svelte-nodegui/issues/9.
I'm unsure whether we'll need it for
bind:text
; I haven't yet tried that feature (and indeed may not be able to if event listener names are forced to lower case – though I'm not sure of the casing used by NodeGUI yet).The text was updated successfully, but these errors were encountered: