-
Notifications
You must be signed in to change notification settings - Fork 1
[18] Fix JSDoc module names #19
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
Conversation
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.
Copilot reviewed 8 out of 23 changed files in this pull request and generated no comments.
Files not reviewed (15)
- packages/features/package.json: Language not supported
- packages/react-pointcuts/package.json: Language not supported
- packages/ssr/package.json: Language not supported
- packages/ssr/docs/CHANGELOG.md: Evaluated as low risk
- packages/react-pointcuts/docs/CHANGELOG.md: Evaluated as low risk
- packages/react-pointcuts/docs/README.md: Evaluated as low risk
- packages/react-pointcuts/src/getCodeSelectionPlugins.js: Evaluated as low risk
- packages/features/src/reactContext/store.js: Evaluated as low risk
- packages/features/src/ssrBackedReactContext/store.js: Evaluated as low risk
- packages/react-pointcuts/src/withTogglePointFactory/index.js: Evaluated as low risk
- packages/react-pointcuts/src/withToggledHookFactory/index.js: Evaluated as low risk
- packages/features/src/global/store.js: Evaluated as low risk
- packages/features/src/nodeRequestScoped/store.js: Evaluated as low risk
- packages/ssr/src/withJsonIsomorphism/index.js: Evaluated as low risk
- packages/features/src/global.js: Evaluated as low risk
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.
Copilot reviewed 11 out of 26 changed files in this pull request and generated no comments.
Files not reviewed (15)
- package.json: Language not supported
- packages/features/package.json: Language not supported
- packages/react-pointcuts/package.json: Language not supported
- packages/ssr/package.json: Language not supported
- docs/CHANGELOG.md: Evaluated as low risk
- docs/README.md: Evaluated as low risk
- packages/features/docs/CHANGELOG.md: Evaluated as low risk
- packages/features/docs/README.md: Evaluated as low risk
- packages/features/src/global.js: Evaluated as low risk
- packages/features/src/global/store.js: Evaluated as low risk
- packages/features/src/nodeRequestScoped/store.js: Evaluated as low risk
- packages/features/src/reactContext/store.js: Evaluated as low risk
- packages/react-pointcuts/src/withToggledHookFactory/index.js: Evaluated as low risk
- packages/react-pointcuts/src/withTogglePointFactory/index.js: Evaluated as low risk
- packages/features/src/ssrBackedReactContext/store.js: Evaluated as low risk
asos-dominicjomaa
left a comment
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.
lgtm ghost Tom
* rename to proper module namespace * update docs links * update versions * web toggle point in readme title * fixup changelog from revised 0.x range * 2.0.0 -> 0.5.0 in oss version scheme * fix broken link syntax in CHANGELOG * consistent quoting * more version history issues * fixup module name in jsdoc * add web remove sdkInstanceProvider * remove SDKInstanceProvider * fixup jsdoc dedupe * tweak * clarity re: ssr package * casing etc
Issue
18
Details
Rename all instances of
asos-web-toggle-pointortoggle-pointtoweb-toggle-pointin the JSDoc comments.Also
README.mdto match the naming of "Web Toggle Point"CHANGELOG.mdentry for re-imagined version history.CHANGELOG.mdsdkInstanceProvidersignature from JSDocexternal.js, no longer a thing after extraction of Optimizely packagededupeExternalJsdocPlugin, a change in0.5.0has regressed, believe to be after move to a typescript-savvy imported typedef.CheckList
main.