Skip to content

Commit

Permalink
esgen v0.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
surol committed Aug 19, 2023
1 parent 8e5275d commit 8c760a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"@proc7ts/primitives": "4.0.1",
"@run-z/npk": "^0.6.0",
"esgen": "^0.2.10",
"esgen": "^0.2.11",
"httongue": "^3.1.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions src/impl/uct-bundle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export class UctBundle {

compilers.push(ucdCompiler);
code.write(
ucdCompiler.declare({
ucdCompiler.const({
value: () => code => {
code.multiLine(code => {
code
Expand All @@ -139,7 +139,7 @@ export class UctBundle {

compilers.push(ucsCompiler);
code.write(
ucsCompiler.declare({
ucsCompiler.const({
value: () => code => {
code.multiLine(code => {
code
Expand Down

0 comments on commit 8c760a6

Please sign in to comment.