astro/src
Nate Moore 54409a0702
Prettier support for .astro files (#106)
* docs: fix readme

* chore: scaffold prettier plugin

* chore(prettier): switch to cjs

* test(prettier): scaffold prettier tests

* test(prettier): add simple prettier tests

* feat(prettier): first pass

* refactor: expose parser as CJS export

* test(prettier): add long expression

* refactor(prettier): use Astro parser + built-in prettier doc for prettier plugin

* chore: remove parser from git

* chore: add prettier-plugin-astro `build` to workflow

* chore: update package-lock

* chore: do not build prettier-plugin-astro

* fix: update engines

* chore: remove NPM restriction

* chore: fix workflow paths

* chore: update build script

* test: fix prettier expr test

* chore: fix parser build on windows

* refactor: add parser tsconfig, extending base config

* chore: relax ban-ts-comment

* chore: fix lint issue

Co-authored-by: Nate Moore <nate@skypack.dev>
2021-04-21 11:14:44 -05:00
..
@types Fix dynamic React components (#111) 2021-04-19 14:41:06 -04:00
build Fix building of dynamic Svelte components (#115) 2021-04-19 16:13:53 -04:00
compiler Fix dynamic React components (#111) 2021-04-19 14:41:06 -04:00
frontend Fix visible components (#112) 2021-04-19 15:14:53 -04:00
parser Pass mode into snowpack runtime (#99) 2021-04-16 13:15:27 -04:00
ast.ts chore fix lint reduce errors generated (#83) 2021-04-12 16:20:58 +01:00
build.ts [ci] npm run format 2021-04-19 20:14:27 +00:00
cli.ts chore fix lint reduce errors generated (#83) 2021-04-12 16:20:58 +01:00
config.ts Blog Support 1/3: Data fetching (#62) 2021-04-06 15:54:55 -06:00
dev.ts chore fix lint reduce errors generated (#83) 2021-04-12 16:20:58 +01:00
logger.ts Annoying Lint PR #2 (#47) 2021-04-01 10:25:28 -06:00
runtime.ts Prettier support for .astro files (#106) 2021-04-21 11:14:44 -05:00
search.ts Add Windows Support (#93) 2021-04-14 13:21:25 -06:00