Skip to content

Commit

Permalink
chore: remove @astrojs/parser (withastro#2845)
Browse files Browse the repository at this point in the history
* Removed parser from astro

* Removed parser files

* Updated changeset config

* Removed from license
  • Loading branch information
JuanM04 committed Mar 21, 2022
1 parent 0c5378b commit 41110eb
Show file tree
Hide file tree
Showing 41 changed files with 5 additions and 4,978 deletions.
4 changes: 2 additions & 2 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"$schema": "https://unpkg.com/@changesets/config@1.6.0/schema.json",
"$schema": "https://unpkg.com/@changesets/config@1.7.0/schema.json",
"changelog": ["@changesets/changelog-github", { "repo": "withastro/astro" }],
"commit": false,
"linked": [["astro", "@astrojs/parser"]],
"linked": [],
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
Expand Down
1 change: 0 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
"@example/with-tailwindcss": "0.0.1",
"@example/with-vite-plugin-pwa": "0.0.1",
"astro": "0.24.3",
"@astrojs/parser": "0.22.2",
"@astrojs/prism": "0.4.0",
"@test/custom-element-renderer": "0.1.0",
"@test/static-build-pkg": "0.0.0",
Expand Down
15 changes: 0 additions & 15 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.


"""
This license applies to parts of the `packages/astro-parser` subdirectory originating from the
https://github.com/sveltejs/svelte repository:


Copyright (c) 2016-21 [these people](https://github.com/sveltejs/svelte/graphs/contributors)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
"""


"""
This license applies to parts of the `packages/create-astro` and `packages/astro` subdirectories originating from the https://github.com/sveltejs/kit repository:

Expand Down
121 changes: 0 additions & 121 deletions packages/astro-parser/CHANGELOG.md

This file was deleted.

5 changes: 0 additions & 5 deletions packages/astro-parser/README.md

This file was deleted.

37 changes: 0 additions & 37 deletions packages/astro-parser/package.json

This file was deleted.

83 changes: 0 additions & 83 deletions packages/astro-parser/src/Stats.ts

This file was deleted.

1 change: 0 additions & 1 deletion packages/astro-parser/src/config.ts

This file was deleted.

3 changes: 0 additions & 3 deletions packages/astro-parser/src/index.ts

This file was deleted.

Loading

0 comments on commit 41110eb

Please sign in to comment.