Skip to content

Commit

Permalink
chore: exit pre mode from 0.22 next (#650)
Browse files Browse the repository at this point in the history
  • Loading branch information
homura authored Mar 12, 2024
1 parent a1592dd commit 4edfce4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"mode": "pre",
"mode": "exit",
"tag": "next",
"initialVersions": {
"@ckb-lumos/base": "0.21.1",
Expand Down
5 changes: 4 additions & 1 deletion packages/molecule/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ To generate all the molecule files in a directory that match the pattern of `**/
prepend: "import { Uint32, Uint64, Uint128 } from './customized'",
// the input schema directory, all **/*.mol in the directory will be processed
schemaDir: "schemas",
outputDir: "generated",
// the output directory
outDir: "generated",
}
```

Expand All @@ -76,3 +77,5 @@ The parser inside `@ckb-lumos/molecule` is based on the [EBNF](https://github.co

- comment starts with `#`
- comment defined in the `struct`, `table`, or `union` is not supported well

Therefore, to use `lumos-molecule-codegen`, you need to make sure the comments should not be placed

1 comment on commit 4edfce4

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀 New canary release: 0.0.0-canary-4edfce4-20240312061325

npm install @ckb-lumos/[email protected]

Please sign in to comment.