Test
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -27,12 +27,12 @@ jobs:
|
|||||||
# Step 1: Config Generation
|
# Step 1: Config Generation
|
||||||
- name: Generate Config
|
- name: Generate Config
|
||||||
run: |
|
run: |
|
||||||
cd $GITHUB_WORKSPACE
|
lua tools/generate-config.lua
|
||||||
lua tools/annotationParser.lua src/elements src/LuaLS.lua
|
|
||||||
|
|
||||||
# Step 2: Generate LuaLS Definitions
|
# Step 2: Generate LuaLS Definitions
|
||||||
- name: Generate LuaLS
|
- name: Generate LuaLS
|
||||||
run: |
|
run: |
|
||||||
|
cd $GITHUB_WORKSPACE
|
||||||
lua tools/annotationParser.lua src/elements src/LuaLS.lua
|
lua tools/annotationParser.lua src/elements src/LuaLS.lua
|
||||||
|
|
||||||
# Step 3: Bundle and Minify
|
# Step 3: Bundle and Minify
|
||||||
|
|||||||
@@ -197,6 +197,12 @@ function basalt.run(isActive)
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
--- Starts the Basalt runtime
|
||||||
|
--- @param isActive? boolean Whether to start active (default: true)
|
||||||
|
--- @usage basalt.autoUpdate()
|
||||||
|
--- @usage basalt.autoUpdate(false)
|
||||||
|
basalt.autoUpdate = basalt.run
|
||||||
|
|
||||||
function basalt.getAPI(name)
|
function basalt.getAPI(name)
|
||||||
return elementManager.getAPI(name)
|
return elementManager.getAPI(name)
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user