diff options
author | Aylur <[email protected]> | 2024-10-15 13:25:45 +0000 |
---|---|---|
committer | Aylur <[email protected]> | 2024-10-15 13:29:19 +0000 |
commit | bafd48d3df9b43a1d49ec015eff30619d595468b (patch) | |
tree | d5c3788835ca7e50d68cd023026e7738f39f6f71 /lang/gjs/index.ts | |
parent | fe11c037bad45697451b7264ff93fa37f1fac78f (diff) |
update lua and gjs layout
installing the gjs package through meson or npm now results in the same
exposed structure
lua: fix rockspec
docs: aur package
Diffstat (limited to 'lang/gjs/index.ts')
-rw-r--r-- | lang/gjs/index.ts | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lang/gjs/index.ts b/lang/gjs/index.ts index 4f52259..46e72b1 100644 --- a/lang/gjs/index.ts +++ b/lang/gjs/index.ts @@ -1,6 +1 @@ -export * from "./lib/process.js" -export * from "./lib/time.js" -export * from "./lib/file.js" -export * from "./lib/gobject.js" -export { bind, default as Binding } from "./lib/binding.js" -export { Variable } from "./lib/variable.js" +export * from "./src" |