0.5.6 • Published 8 months ago

@edgedb/generate v0.5.6

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
8 months ago

Generators

Project setup

From the root directory:

yarn
yarn workspaces run build  # build all packages

Navigate into packages/generate.

Build @edgedb/generate

yarn build

Build without typechecking (uses esbuild)

yarn build:fast

Run a generator:

yarn generate edgeql-js    # query builder
yarn generate queries      # query files

Execute playground.ts (uses tsx). Useful for testing things quickly in development.

yarn play

⚠️ All imports from "edgedb" resolve to the local build version of the driver in packages/driver/dist. This imports the built library, not the so you need to re-run yarn workspace edgedb build for changes to be reflected in your playground code. Run yarn dev watcher inside packages/driver to rebuild the project anytime you make a change.

Run commands in watch mode. Useful when in development. The following command rebuilds the package and executes the playground whenever a file change is detected.

yarn watch 'yarn build:fast && yarn play`

Run tests. All test:* scripts are self-contained, in that they execute any prerequisite generation steps before running any tests.

yarn test         # runs all tests (listed below)
yarn test:ts
yarn test:esm
yarn test:cjs
yarn test:mts
yarn test:deno
0.5.4

11 months ago

0.5.6

9 months ago

0.5.5

10 months ago

0.5.3

1 year ago

0.5.0

1 year ago

0.5.2

1 year ago

0.5.1

1 year ago

0.4.1

2 years ago

0.3.2

2 years ago

0.4.0

2 years ago

0.3.1

2 years ago

0.3.4

2 years ago

0.3.3

2 years ago

0.1.0

2 years ago

0.3.0

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.1

2 years ago

0.0.8

2 years ago

0.0.7

3 years ago

0.0.7-beta.2

3 years ago

0.0.7-beta.1

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.2-beta.3

3 years ago

0.0.2-beta.2

3 years ago

0.0.2-beta.1

3 years ago

0.0.2-beta.0

3 years ago

0.0.2-alpha.1

3 years ago

0.0.1

3 years ago