Skip to content

Commit

Permalink
Remove kotlin and swift ffi files
Browse files Browse the repository at this point in the history
  • Loading branch information
martinmr committed Feb 3, 2024
1 parent f83d15d commit 2de8f4d
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 1,495 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ build: build-ffi build-cargo

# Build and verify the FFI bindings.
build-ffi:
typeshare ./ --lang=kotlin --output-file=ffi/trane.kt
typeshare ./ --lang=swift --output-file=ffi/trane.swift
typeshare ./ --lang=typescript --output-file=ffi/trane.ts
tsc ffi/trane.ts

Expand Down
3 changes: 1 addition & 2 deletions ffi/trane.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
"use strict";
/*
Generated by typeshare 1.6.0
Generated by typeshare 1.7.0
*/
exports.__esModule = true;
exports.UnitType = exports.MasteryScore = exports.FilterType = exports.FilterOp = exports.ExerciseType = void 0;
var ExerciseType;
(function (ExerciseType) {
ExerciseType["Declarative"] = "Declarative";
Expand Down
Loading

0 comments on commit 2de8f4d

Please sign in to comment.