astro/test
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
..
fixtures Prettier support for .astro files (#106) 2021-04-21 11:14:44 -05:00
astro-basic.test.js Add Astro.fetchContent API (#91) 2021-04-13 18:08:32 -06:00
astro-collection.test.js Add Astro.fetchContent API (#91) 2021-04-13 18:08:32 -06:00
astro-doctype.test.js Add Windows Support (#93) 2021-04-14 13:21:25 -06:00
astro-dynamic.test.js [ci] npm run format 2021-04-19 20:14:27 +00:00
astro-expr.test.js [ci] npm run format 2021-04-09 18:09:44 +00:00
astro-fallback.test.js Implement fallback capability (#44) 2021-03-31 16:10:27 -04:00
astro-markdown.test.js Add Windows Support (#93) 2021-04-14 13:21:25 -06:00
astro-prettier.test.js Prettier support for .astro files (#106) 2021-04-21 11:14:44 -05:00
astro-request.test.js Implements import.meta.request (#46) 2021-03-31 16:47:03 -04:00
astro-scoped-styles.test.js Parse inner JSX as Astro (#67) 2021-04-09 14:09:13 -04:00
astro-search.test.js Improve searching for pages (#60) 2021-04-05 14:18:09 -04:00
astro-styles-ssr.test.js Update Snowpack, Add CSS Modules SSR (#116) 2021-04-20 15:06:33 -06:00
helpers.js Prettier support for .astro files (#106) 2021-04-21 11:14:44 -05:00
react-component.test.js Add Windows Support (#93) 2021-04-14 13:21:25 -06:00
snowpack-integration.test.js Pass mode into snowpack runtime (#99) 2021-04-16 13:15:27 -04:00
test-utils.js Prettier support for .astro files (#106) 2021-04-21 11:14:44 -05:00