The web framework that scales with you — Build fast content sites, powerful web applications, dynamic server APIs, and everything in-between ️ Star to support our work!
Find a file
Nate Moore 4df1347156
Migrate to yarn monorepo (#157)
* chore: use monorepo

* chore: scaffold astro-scripts

* chore: move tests inside packages/astro

* chore: refactor tests, add scripts

* chore: move parser to own module

* chore: move runtime to packages/astro

* fix: move parser to own package

* test: fix prettier-plugin-astro tests

* fix: tests

* chore: update package-lock

* chore: add changesets

* fix: cleanup examples

* fix: starter example

* chore: update changeset config

* chore: update changeset config

* chore: setup changeset release workflow

* chore: bump lockfiles

* chore: prism => astro-prism

* fix: tsc --emitDeclarationOnly

* chore: final cleanup, switch to yarn

* chore: add lerna

* chore: update workflows to yarn

* chore: update workflows

* chore: remove lint workflow

* chore: add astro-dev script

* chore: add symlinked README
2021-04-30 16:33:35 -05:00
.changeset Migrate to yarn monorepo (#157) 2021-04-30 16:33:35 -05:00
.github Migrate to yarn monorepo (#157) 2021-04-30 16:33:35 -05:00
.vscode First Pass at LSP (#129) 2021-04-23 17:53:01 -05:00
assets chore: remove github banner, add to banner to README (#108) 2021-04-16 12:51:30 -05:00
docs Fix RSS dategen (#156) 2021-04-30 11:52:00 -05:00
examples Migrate to yarn monorepo (#157) 2021-04-30 16:33:35 -05:00
packages Migrate to yarn monorepo (#157) 2021-04-30 16:33:35 -05:00
scripts Migrate to yarn monorepo (#157) 2021-04-30 16:33:35 -05:00
tools Migrate to yarn monorepo (#157) 2021-04-30 16:33:35 -05:00
www Migrate to yarn monorepo (#157) 2021-04-30 16:33:35 -05:00
.eslintignore Migrate to yarn monorepo (#157) 2021-04-30 16:33:35 -05:00
.eslintrc.cjs Prettier support for .astro files (#106) 2021-04-21 11:14:44 -05:00
.gitignore Migrate to yarn monorepo (#157) 2021-04-30 16:33:35 -05:00
.nvmrc set node version in nvmrc & engines to lts (#87) 2021-04-13 13:03:26 -04:00
.prettierrc.json Annoying Lint PR™ (#3) 2021-03-16 12:37:45 -06:00
lerna.json Migrate to yarn monorepo (#157) 2021-04-30 16:33:35 -05:00
LICENSE Bring compiler into Astro (#4) 2021-03-16 16:08:11 -04:00
package.json Migrate to yarn monorepo (#157) 2021-04-30 16:33:35 -05:00
README.md Migrate to yarn monorepo (#157) 2021-04-30 16:33:35 -05:00
tsconfig.base.json Migrate to yarn monorepo (#157) 2021-04-30 16:33:35 -05:00
yarn-error.log Migrate to yarn monorepo (#157) 2021-04-30 16:33:35 -05:00
yarn.lock Migrate to yarn monorepo (#157) 2021-04-30 16:33:35 -05:00