-
Notifications
You must be signed in to change notification settings - Fork 47
Closed
Labels
bugSomething isn't workingSomething isn't workingparserRelated to Ezno's syntax parser, AST definitions and outputRelated to Ezno's syntax parser, AST definitions and output
Description
Hi, just playing around with this - I've noticed that checking type only imports seems to result in an error.
This isn't mentioned in the specification docs, so perhaps it was missed?
error:
┌─ ./src/actions/address.ts:4:15
│
4 │ import { type PartialMessage } from "@bufbuild/protobuf";
│ ^^^^^^^^^^^^^^ Expected CloseBrace or Comma found Identifier("PartialMessage")Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingparserRelated to Ezno's syntax parser, AST definitions and outputRelated to Ezno's syntax parser, AST definitions and output