Remove typed arrays from the core.

Typed arrays will instead live in an external jpm nodule.
Also, changes have been made to `jpm` to allow other natives to use the
typedarray headers.
This commit is contained in:
Calvin Rose
2021-04-29 12:33:49 -05:00
parent 8fc8974b60
commit 1baab5eb61
14 changed files with 12 additions and 843 deletions
-1
View File
@@ -3537,7 +3537,6 @@
"src/core/table.c"
"src/core/thread.c"
"src/core/tuple.c"
"src/core/typedarray.c"
"src/core/util.c"
"src/core/value.c"
"src/core/vector.c"