Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: grab implemented interfaces #2

Merged
merged 20 commits into from
Sep 14, 2020
Merged

Conversation

thassiov
Copy link
Contributor

No description provided.

compiler.ts Outdated Show resolved Hide resolved
payloads/app-2/files.json Outdated Show resolved Hide resolved
custom-scripts/compile.ts Outdated Show resolved Hide resolved
custom-scripts/zipper.ts Outdated Show resolved Hide resolved
thassiov and others added 4 commits September 2, 2020 10:35
The reason is the definition of the type Buffer is in node_modules/node/ts3.2/global.d.ts

We can simply uncomment `types: ['node']` to fix the issue :)
Fix `Cannot find name Buffer` error
custom-scripts/compile.ts Outdated Show resolved Hide resolved
src/compiler/getAppSouce.ts Outdated Show resolved Hide resolved
src/compiler/getAppSouce.ts Outdated Show resolved Hide resolved
src/compiler/getAppSouce.ts Outdated Show resolved Hide resolved
src/AppsCompiler.ts Outdated Show resolved Hide resolved
src/AppsCompiler.ts Outdated Show resolved Hide resolved
d-gubert and others added 2 commits September 7, 2020 14:40
* Add build command

* Make compilation happen on app directory

* Fix AppsCompiler test
* import types from typescript directly

* intelligent inheritance detection

* Add tests holder

* Move logic into checkInheritance

* Format code

* Format code

* Refactor

Co-authored-by: Douglas Gubert <d-gubert@users.noreply.github.com>
src/AppsCompiler.ts Outdated Show resolved Hide resolved
thassiov and others added 2 commits September 11, 2020 14:25
* Add the zip functionality

* Clean up old source files

* Fix tslint errors

* Adjust test case

* Remove duplicate `directory` property from the AppsCompiler class

* Fix package.json and test case after a faulty conflict resolution

* Fix naming of the app package

* Some fixes

Co-authored-by: Douglas Gubert <douglas.gubert@gmail.com>
* Rename compiled files to .js

* Make package overwrite app manifest with updated data

* Add package to the compilation script
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants