From 6119d62e2597737125c7e37fe5b13065b601e0e9 Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Tue, 12 Jan 2021 11:58:35 -0500 Subject: [PATCH] Fix file extension for typescript --- typescript_strings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typescript_strings.py b/typescript_strings.py index c5b32c53..c2602f88 100644 --- a/typescript_strings.py +++ b/typescript_strings.py @@ -146,7 +146,7 @@ import * as bindings from '../bindings' // TODO: figure out location self.c_fn_ty_pfx = "" self.c_fn_name_pfx = "" self.c_fn_args_pfx = "void* ctx_TODO" - self.file_ext = "" + self.file_ext = ".ts" self.ptr_c_ty = "uint32_t" self.ptr_native_ty = "uint32_t" self.result_c_ty = "uint32_t" -- 2.30.2