Skip to content
master
Go to file
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
egl
 
 
gl
 
 
 
 
 
 
mxs
 
 
png
 
 
ssl
 
 
uv
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

MagicScript Typings

npm version License

MagicScript Typscript Definitions

These .d.ts files are meant to be used in your MagicScript application to enable code completion in VS Code.

Updating Documentation

  1. Get documentation source code and install dependencies
git clone https://github.com/magic-script/magic-script-typings.git --recursive
cd magic-script-typings
npm install
  1. Make your changes and test them locally
npm run build
npx http-serve website/gh-pages -p 5000
  1. Publish new website to gh-pages
cd website/gh-pages
git commit
git push

Adding a new version

  • Create a new branch based on the latest version branch with the changed typescript headers.
  • Add a new submodule to website.
  • Update .tsd-filter-version in website/theme/partials/header.hbs to add the new version.
  • Update website/build.sh with the new version.

License

This project is licensed under the Apache License, Version 2.0 - see the LICENSE file for details

You can’t perform that action at this time.