diff options
author | 2022-03-21 14:30:23 -0300 | |
---|---|---|
committer | 2022-03-21 12:30:23 -0500 | |
commit | 41110ebe729d088a3f6b8ea1e42103a171e36a22 (patch) | |
tree | 969f985e89f6c739d00471ed8dfa68412595a1a9 /packages/astro-parser/src/utils/patterns.ts | |
parent | 0c5378b8cf4fcf4a7b4e6c9e33f0ba9c370990f3 (diff) | |
download | astro-41110ebe729d088a3f6b8ea1e42103a171e36a22.tar.gz astro-41110ebe729d088a3f6b8ea1e42103a171e36a22.tar.zst astro-41110ebe729d088a3f6b8ea1e42103a171e36a22.zip |
chore: remove `@astrojs/parser` (#2845)
* Removed parser from astro
* Removed parser files
* Updated changeset config
* Removed from license
Diffstat (limited to 'packages/astro-parser/src/utils/patterns.ts')
-rw-r--r-- | packages/astro-parser/src/utils/patterns.ts | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/packages/astro-parser/src/utils/patterns.ts b/packages/astro-parser/src/utils/patterns.ts deleted file mode 100644 index 317a7c199..000000000 --- a/packages/astro-parser/src/utils/patterns.ts +++ /dev/null @@ -1,3 +0,0 @@ -export const whitespace = /[ \t\r\n]/; - -export const dimensions = /^(?:offset|client)(?:Width|Height)$/; |