-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
replace "UNKNOWN"
s with something better
#151
Comments
samualtnorman
added a commit
that referenced
this issue
Apr 25, 2024
…")[0]` when not known instead of replacing with `"UNKNOWN"` part way to #151
samualtnorman
changed the title
instead of getting
replace Apr 25, 2024
"UNKNOWN"
you should be able to pass what they should be as an option"UNKNOWN"
s with something better
I've done the hard one, the other 2 should be a lot easier |
samualtnorman
added a commit
that referenced
this issue
Apr 26, 2024
turns out there isn't actually anywhere where my code isn't passing the `scriptName` so this change is only an API change to make this change there was a slight refactor of making all the option object types `LaxPartials` themselves rather than it being the responsibility of the user of the type to `Partial`ify it as a part of this change, `preprocess()` has gone from accepting a regular `Partial<>` options object to a `LaxPartial<>` options object this is all for progress for replace `"UNKNOWN"`s with something better #151
turns out export default () => _FULL_SCRIPT_NAME can turn into function(){return"undefined.foo"} I'm gonna go ahead and fix this as a part of this issue |
samualtnorman
added a commit
that referenced
this issue
Apr 26, 2024
this is the last step for replace `"UNKNOWN"`s with something better #151 this fix doesn't actually replace `"UNKNOWN"`, there was a bug that meant there was no `"UNKNOWN"` where there probably should have been one but I've skipped the middle step
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
_SCRIPT_USER
_SCRIPT_NAME
_FULL_SCRIPT_NAME
The text was updated successfully, but these errors were encountered: