Caveats and known limitations #1
Closed
razgraf
started this conversation in
Show and tell
Replies: 1 comment
-
|
I was able to address these limitations in my refactor PR.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Mustache and multi-network
$NETWORKvariant given as an argument to the deploy script and prepare a JS file for the YAML template (mustache doesn't work with TS source files) and anenv.tsfile to be imported in the codeConfiguration files
subgraph.yaml. We should test if it works with simple YML type too.Generated files
codegen) have been moved together topackages/core/src/generatedLinter
Graph-cli/ts version
Duplicated logic in the create stream handlers
While the linear and pro events have a lot of common content, we cannot use type unions in Assembly Script. AS doesn't even seem to allow defining custom types, which makes generics hard. I've also attempted to do it with classes (extending for common params and overriding different behavior) but to no avail.
Beta Was this translation helpful? Give feedback.
All reactions