Skip to content

Commit 5f91c40

Browse files
committed
Feature(runtime): Introduce RUNTIME_DEFINITION_FILE
1 parent f683a9b commit 5f91c40

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

packages/runtime/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22
import * as path from "path";
33

44
export const RUNTIME_ARCHIVE_FILE = path.join(__dirname, 'libhlvm-runtime.a');
5+
6+
export const RUNTIME_DEFINITION_FILE = path.join(__dirname, 'lib.runtime.d.ts');

packages/runtime/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@static-script/runtime",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)