Skip to content

Remove Serializer module #17

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 1 commit into from
Feb 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 0 additions & 41 deletions src/Core__Serializer.mjs

This file was deleted.

25 changes: 0 additions & 25 deletions src/Core__Serializer.res

This file was deleted.

3 changes: 0 additions & 3 deletions src/RescriptCore.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ var $$BigUint64Array;

var $$Intl;

var Serializer;

var MapperRt;

var Internal;
Expand Down Expand Up @@ -138,7 +136,6 @@ export {
$$BigInt64Array ,
$$BigUint64Array ,
$$Intl ,
Serializer ,
MapperRt ,
Internal ,
Re ,
Expand Down
2 changes: 0 additions & 2 deletions src/RescriptCore.res
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ module BigUint64Array = Core__BigUint64Array

module Intl = Core__Intl

module Serializer = Core__Serializer

@val external window: Dom.window = "window"
@val external document: Dom.document = "document"
@val external globalThis: {..} = "globalThis"
Expand Down