Skip to content

Standard library additions and cleanup. #532

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

Merged
merged 46 commits into from
Nov 28, 2022
Merged

Conversation

gdotdesign
Copy link
Member

@gdotdesign gdotdesign commented Jan 13, 2022

This PR aims to extend, standardize and clean up the standard library modules:

  • Standardized names
  • Standardized tests
  • Add missing functions (mainly from MDN)
  • Write documentation about the conventions used

Status:

  • AnimationFrame.mint
  • Array.mint
  • ArrayBuffer.mint
  • Bool.mint
  • Clipboard.mint
  • Debug.mint
  • Dom/Dimensions.mint
  • Dom.mint (will be a separate PR)
  • File.mint
  • FileSize.mint
  • FormData.mint
  • Function.mint
  • Html/DataTransfer.mint
  • Html.Event.mint
  • Html.mint
  • Html.Portals.Body.mint
  • Html.Portals.Head.mint
  • Http.mint
  • If.mint
  • IntersectionObserver.mint
  • Json.mint
  • Map.mint
  • Math.mint
  • Maybe.mint
  • MutationObserver.mint
  • Number.mint
  • Object/Decode.mint
  • Object/Encode.mint
  • Object/Error.mint
  • Promise.mint
  • Provider/AnimationFrame.mint
  • Provider/ElementSize.mint
  • Provider/Intersection.mint
  • Provider/Keydown.mint
  • Provider/Keyup.mint
  • Provider/MediaQuery.mint
  • Provider/Mouse.mint
  • Provider/Mutation.mint
  • Provider/OutsideClick.mint
  • Provider/Pointer.mint
  • Provider/Resize.mint
  • Provider/Scroll.mint
  • Provider/Shortcuts.mint
  • Provider/TabFocus.mint
  • Provider/Tick.mint
  • Provider/Url.mint
  • Provider/Websocket.mint
  • Regexp.mint
  • ResizeObserver.mint
  • Result.mint
  • SearchParams.mint
  • Set.mint
  • Storage/Common.mint
  • Storage/Local.mint
  • Storage/Session.mint
  • String.mint
  • Test/Context.mint (will be a separate PR for tests)
  • Test/Html.mint (will be a separate PR for tests)
  • Test/Window.mint (will be a separate PR for tests)
  • Time.mint
  • Timer.mint
  • Uid.mint
  • Unless.mint
  • Url.mint
  • Validation.mint
  • WebSocket.mint
  • Window.mint

@gdotdesign gdotdesign self-assigned this Jan 13, 2022
@gdotdesign gdotdesign force-pushed the core-extend-and-cleanup branch from 3bb25a1 to 264aab9 Compare January 13, 2022 12:58
@Sija Sija added the stdlib Standard library related label Jan 13, 2022
@Sija Sija added documentation Needs to be documented enhancement New feature or request labels Jan 18, 2022
@gdotdesign gdotdesign added this to the 0.16.0 milestone Jan 19, 2022
@gdotdesign gdotdesign modified the milestones: 0.16.0, 0.17.0 Apr 1, 2022
@gdotdesign gdotdesign marked this pull request as ready for review November 23, 2022 16:44
@Sija Sija self-requested a review November 23, 2022 18:16
Copy link
Member

@Sija Sija left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One minor comment, LGTM in overall

@gdotdesign gdotdesign changed the title Standard library extend and cleanup. Standard library additions and cleanup. Nov 28, 2022
@gdotdesign gdotdesign merged commit 33c65a5 into master Nov 28, 2022
@gdotdesign gdotdesign deleted the core-extend-and-cleanup branch November 28, 2022 05:32
@gdotdesign gdotdesign mentioned this pull request Mar 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Needs to be documented enhancement New feature or request stdlib Standard library related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants