workadventure/front
David Négrier bf070c33b5 Migrating front protobuf encode/decode to ts-proto lib
The ts-proto lib has the huge advantage of producing code the "Typescript" way and not the "Java" way.
In particular, for "oneof" types in protobuf, it is generating "ADT" that can be used to check if we forgot or not to deal with a type.
2022-01-03 15:52:46 +01:00
..
dist Merge pull request #1472 from thecodingmachine/type_module 2021-12-07 09:23:58 +01:00
packages/iframe-api-typings Dynamically fetching correct version and generating declarations only for npm lib 2021-04-11 11:32:56 +02:00
src Migrating front protobuf encode/decode to ts-proto lib 2022-01-03 15:52:46 +01:00
style show woka-icon with camera on 2021-12-07 16:07:58 +01:00
tests Merge branch 'develop' of github.com:thecodingmachine/workadventure into feat/follow-woka 2021-12-23 16:04:59 +01:00
.dockerignore Fixing Dockerfiles 2020-04-11 15:11:22 +02:00
.eslintrc.js More eslint fixes (+ ignoring no-unsafe-argument rule for now) 2021-12-16 15:57:37 +01:00
.gitignore Fixing .gitignore files 2021-06-23 16:30:42 +02:00
.prettierignore Adding Prettier in messages 2021-12-16 16:40:50 +01:00
.prettierrc.json Add Eslint check & Prettier on Svelte files 2021-12-06 16:10:35 +01:00
Dockerfile Migrating front protobuf encode/decode to ts-proto lib 2022-01-03 15:52:46 +01:00
jasmine.json Adding PlayerMovement class to interpolate/extrapolate position along tests (installing Jasmine) 2020-06-02 10:48:04 +02:00
LICENSE.txt Changing license to AGPL + Commons Clause 2020-06-09 10:17:21 +02:00
package.json Migrating front protobuf encode/decode to ts-proto lib 2022-01-03 15:52:46 +01:00
templater.sh Fixing GA tag not included in play domain 2021-03-05 10:00:11 +01:00
tsconfig-for-jasmine.json Fixing Jasmine tests 2021-05-17 16:41:10 +02:00
tsconfig-for-webpack.json Adding correct SCSS file integration with Svelte 2021-05-17 16:41:09 +02:00
tsconfig.json Adding correct SCSS file integration with Svelte 2021-05-17 16:41:09 +02:00
webpack.config.ts Making LIVE_RELOAD configurable 2021-12-03 09:23:52 +01:00
yarn.lock Migrating front protobuf encode/decode to ts-proto lib 2022-01-03 15:52:46 +01:00