-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
SyntaxError: Missing initializer in const declaration
with await on UMD
#36780
Labels
Milestone
Comments
DanielRosenwasser
added
Bug
A bug in TypeScript
Domain: Transforms
Relates to the public transform API
labels
Feb 13, 2020
Sounds like we need to do more work to ensure an expression is parenthesized when emitting a comma expression |
12 tasks
filipesilva
added a commit
to filipesilva/angular-cli
that referenced
this issue
Mar 5, 2020
The TS bug is microsoft/TypeScript#36780. The workaround is needed because `ts_library` emits UMDs currently. This will change with bazelbuild/rules_typescript#492 and bazel-contrib/rules_nodejs#1687.
filipesilva
added a commit
to filipesilva/angular-cli
that referenced
this issue
Mar 19, 2020
The TS bug is microsoft/TypeScript#36780. The workaround is needed because `ts_library` emits UMDs currently. This will change with bazelbuild/rules_typescript#492 and bazel-contrib/rules_nodejs#1687.
filipesilva
added a commit
to filipesilva/angular-cli
that referenced
this issue
Mar 19, 2020
…UMDs The TS bug is microsoft/TypeScript#36780. The workaround is needed because `ts_library` emits UMDs currently. This will change with bazelbuild/rules_typescript#492 and bazel-contrib/rules_nodejs#1687.
filipesilva
added a commit
to filipesilva/angular-cli
that referenced
this issue
Mar 24, 2020
…UMDs The TS bug is microsoft/TypeScript#36780. The workaround is needed because `ts_library` emits UMDs currently. This will change with bazelbuild/rules_typescript#492 and bazel-contrib/rules_nodejs#1687.
filipesilva
added a commit
to filipesilva/angular-cli
that referenced
this issue
Mar 24, 2020
…UMDs The TS bug is microsoft/TypeScript#36780. The workaround is needed because `ts_library` emits UMDs currently. This will change with bazelbuild/rules_typescript#492 and bazel-contrib/rules_nodejs#1687.
filipesilva
added a commit
to filipesilva/angular-cli
that referenced
this issue
Mar 26, 2020
…UMDs The TS bug is microsoft/TypeScript#36780. The workaround is needed because `ts_library` emits UMDs currently. This will change with bazelbuild/rules_typescript#492 and bazel-contrib/rules_nodejs#1687.
filipesilva
added a commit
to filipesilva/angular-cli
that referenced
this issue
Mar 31, 2020
…UMDs The TS bug is microsoft/TypeScript#36780. The workaround is needed because `ts_library` emits UMDs currently. This will change with bazelbuild/rules_typescript#492 and bazel-contrib/rules_nodejs#1687.
filipesilva
added a commit
to filipesilva/angular-cli
that referenced
this issue
Mar 31, 2020
…UMDs The TS bug is microsoft/TypeScript#36780. The workaround is needed because `ts_library` emits UMDs currently. This will change with bazelbuild/rules_typescript#492 and bazel-contrib/rules_nodejs#1687.
filipesilva
added a commit
to filipesilva/angular-cli
that referenced
this issue
Apr 7, 2020
…UMDs The TS bug is microsoft/TypeScript#36780. The workaround is needed because `ts_library` emits UMDs currently. This will change with bazelbuild/rules_typescript#492 and bazel-contrib/rules_nodejs#1687.
mgechev
pushed a commit
to angular/angular-cli
that referenced
this issue
Apr 7, 2020
…UMDs The TS bug is microsoft/TypeScript#36780. The workaround is needed because `ts_library` emits UMDs currently. This will change with bazelbuild/rules_typescript#492 and bazel-contrib/rules_nodejs#1687.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
TypeScript Version: 3.7.5
Search Terms:
SyntaxError: Missing initializer in const declaration
yield generator argument syntaxerror
Code
Expected behavior:
TS outputs valid syntax.
Actual behavior:
TS outputs invalid syntax.
When executed on node, I get following error:
The text was updated successfully, but these errors were encountered: