Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop integration for external tools #276

Merged
merged 1 commit into from
Apr 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"xabikos.JavaScriptSnippets",
"Zignd.html-css-class-completion",
"dbaeumer.vscode-eslint",
"astro-build.astro-vscode",
"ritwickdey.LiveServer",
"Orta.vscode-jest"
]
Expand Down
12 changes: 0 additions & 12 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,27 +1,15 @@
# Root
/node_modules/
*.lerna_backup
*.tgz
/coverage
/scripts/build.js
lerna-debug.log
.idea
/.idea

#Packages
/packages/**/*.lerna_backup
/packages/**/node_modules
/packages/**/dist
/packages/**/esm
/packages/**/lib
/packages/**/tmp
/packages/**/types

# @stylify/nuxt
/packages/nuxt/.nuxt
/packages/nuxt/.output
/packages/nuxt/.output
/packages/nuxt/playground/assets
/packages/nuxt/playground/.nuxt
/packages/nuxt/playground/.output
/packages/nuxt/playground/workspaces
11 changes: 0 additions & 11 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,28 +1,17 @@
# Root
/node_modules/
*.lerna_backup
*.tgz
/coverage
/scripts/build.js
lerna-debug.log
.idea
/.idea
.pnpm-store

#Packages
/packages/**/*.lerna_backup
/packages/**/node_modules
/packages/**/dist
/packages/**/esm
/packages/**/lib
/packages/**/tmp
/packages/**/tests-tmp
/packages/**/types

# @stylify/nuxt
/packages/nuxt/.nuxt
/packages/nuxt/.output
/packages/nuxt/playground/assets
/packages/nuxt/playground/.nuxt
/packages/nuxt/playground/.output
/packages/nuxt/playground/workspaces
20 changes: 0 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,37 +89,17 @@ Start using Stylify with your favorite tool in a minute.

| Project | Status | Description |
| --------------------- | ------------------------------------------------------------ | -------------------------------------------------------------------------------------|
| [astro] | [![astro-status]][astro-package] | Integration for Astro.build |
| [bundler] | [![bundler-status]][bundler-package] | A flexible CSS bundler. |
| [nuxt] | [![nuxt-status]][nuxt-package] | Module for [Nuxt.js Framework](https://nuxtjs.org/) v3+. |
| [nuxt-module] | [![nuxt-module-status]][nuxt-module-package] | Module for [Nuxt.js Framework](https://nuxtjs.org/) v2 < v3. |
| [stylify] | [![stylify-status]][stylify-package] | Core package. Generates CSS and minifies selectors. |
| [unplugin] | [![unplugin-status]][unplugin-package] | Universal plugin for Vite, Webpack, Rollup and Esbuild. |

[astro]: https://github.com/stylify/packages/tree/master/packages/astro
[astro-status]: https://img.shields.io/npm/v/@stylify/astro?color=%2301befe&label=Version&style=for-the-badge
[astro-package]: https://npmjs.com/package/@stylify/astro

[bundler]: https://github.com/stylify/packages/tree/master/packages/bundler
[bundler-status]: https://img.shields.io/npm/v/@stylify/bundler?color=%2301befe&label=Version&style=for-the-badge
[bundler-package]: https://npmjs.com/package/@stylify/bundler

[nuxt]: https://github.com/stylify/packages/tree/master/packages/nuxt
[nuxt-status]: https://img.shields.io/npm/v/@stylify/nuxt?color=%2301befe&label=Version&style=for-the-badge
[nuxt-package]: https://npmjs.com/package/@stylify/nuxt

[nuxt-module]: https://github.com/stylify/packages/tree/master/packages/nuxt-module
[nuxt-module-status]: https://img.shields.io/npm/v/@stylify/nuxt-module?color=%2301befe&label=Version&style=for-the-badge
[nuxt-module-package]: https://npmjs.com/package/@stylify/nuxt-module

[stylify]: https://github.com/stylify/packages/tree/master/packages/stylify
[stylify-status]: https://img.shields.io/npm/v/@stylify/stylify?color=%2301befe&label=Version&style=for-the-badge
[stylify-package]: https://npmjs.com/package/@stylify/stylify

[unplugin]: https://github.com/stylify/packages/tree/master/packages/unplugin
[unplugin-status]: https://img.shields.io/npm/v/@stylify/unplugin?color=%2301befe&label=Version&style=for-the-badge
[unplugin-package]: https://npmjs.com/package/@stylify/unplugin

## Compatibility
| Environment | Version | Note |
|-------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------|
Expand Down
40 changes: 1 addition & 39 deletions build-stats.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
{
"astro": {
"/esm/index.mjs": {
"size": 4663
},
"/lib/index.cjs": {
"size": 5227
}
},
"bundler": {
"/esm/index.mjs": {
"size": 32018
Expand All @@ -15,28 +7,6 @@
"size": 34161
}
},
"nuxt": {
"/esm/module.mjs": {
"size": 6519
},
"/lib/module.cjs": {
"size": 7219
}
},
"nuxt-module": {
"/esm/index.mjs": {
"size": 5280
},
"/esm/webpack-loader.mjs": {
"size": 796
},
"/lib/index.cjs": {
"size": 7099
},
"/lib/webpack-loader.cjs": {
"size": 1733
}
},
"stylify": {
"/esm/index.js": {
"size": 79249
Expand All @@ -56,13 +26,5 @@
"/dist/stylify.min.js": {
"size": 38492
}
},
"unplugin": {
"/esm/index.mjs": {
"size": 4469
},
"/lib/index.cjs": {
"size": 6405
}
}
}
}
9 changes: 0 additions & 9 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,9 @@ comment:
require_changes: no

flags:
autoprefixer:
paths:
- packages/autoprefixer/
bundler:
paths:
- packages/bundler/
nuxt:
paths:
- packages/nuxt/
nuxt-module:
paths:
- packages/nuxt-module/
stylify:
paths:
- packages/stylify/
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const packagesToTest = [
'astro', 'bundler', 'nuxt', 'nuxt-module', 'stylify', 'unplugin'
'bundler', 'stylify'
];

const packagesDirectoryJoin = packagesToTest.join('|');
Expand Down
30 changes: 0 additions & 30 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,6 @@
"build": "ts-node scripts/build.ts",
"build:notypes": "cross-env typesDisabled=true ts-node scripts/build.ts",
"build:generate-stats": "ts-node scripts/build-generate-stats.ts",
"astro:build": "cross-env packages=astro pnpm build",
"astro:build:notypes": "cross-env packages=astro pnpm build:notypes",
"astro:watch": "cross-env packages=astro watch=true pnpm watch",
"astro:plg": "cd packages/astro/playground && pnpm",
"astro:test": "pnpm jest:test packages/astro/tests/jest/astrov2",
"autoprefixer:build": "cross-env packages=autoprefixer pnpm build",
"autoprefixer:build:notypes": "cross-env packages=autoprefixer pnpm build:notypes",
"autoprefixer:watch": "cross-env packages=autoprefixer watch=true pnpm watch",
"autoprefixer:test": "pnpm jest:test packages/autoprefixer/tests/jest",
"bundler:build": "cross-env packages=bundler pnpm build",
"bundler:build:notypes": "cross-env packages=bundler pnpm build:notypes",
"bundler:watch": "cross-env packages=bundler watch=true pnpm watch",
Expand All @@ -33,27 +24,6 @@
"stylify:plg:run": "ts-node packages/stylify/playground/index.ts",
"stylify:gdp": "node --experimental-modules packages/stylify/tools/default-preset-generator",
"stylify:mqe": "node --experimental-modules packages/stylify/tools/media-queries-extractor",
"nuxt:build": "cross-env packages=nuxt pnpm build",
"nuxt:build:notypes": "cross-env packages=nuxt pnpm build:notypes",
"nuxt:test": "pnpm jest:test packages/nuxt/tests/jest",
"nuxt:watch": "cross-env packages=nuxt watch=true pnpm watch",
"nuxt:plg:build": "cd packages/nuxt/playground && pnpm build",
"nuxt:plg:dev": "cd packages/nuxt/playground && pnpm dev",
"nuxt:plg:start": "cd packages/nuxt/playground && pnpm start",
"nuxt-module:build": "cross-env packages=nuxt-module pnpm build",
"nuxt-module:build:notypes": "cross-env packages=nuxt-module pnpm build:notypes",
"nuxt-module:watch": "cross-env packages=nuxt-module watch=true pnpm watch",
"nuxt-module:test": "pnpm jest:test packages/nuxt-module/tests/jest",
"nuxt-module:plg:build": "cd packages/nuxt-module/playground && pnpm install && pnpm build",
"nuxt-module:plg:dev": "cd packages/nuxt-module/playground && pnpm install && pnpm dev",
"nuxt-module:plg:start": "cd packages/nuxt-module/playground && pnpm start",
"profiler:build": "cross-env packages=profiler pnpm build",
"profiler:build:notypes": "cross-env packages=profiler typesDisable=true pnpm build",
"profiler:watch": "cross-env packages=profiler watch=true pnpm watch",
"unplugin:build": "cross-env packages=unplugin pnpm build",
"unplugin:build:notypes": "cross-env packages=unplugin pnpm build:notypes",
"unplugin:watch": "cross-env packages=unplugin watch=true pnpm watch",
"unplugin:test": "pnpm jest:test packages/unplugin/tests/jest",
"eslint:check": "eslint packages/**/src/**/*.{js,ts}",
"eslint:fix": "pnpm eslint:check --fix",
"jest:test": "jest --clearCache && node --experimental-vm-modules node_modules/jest/bin/jest --maxWorkers 1",
Expand Down
21 changes: 0 additions & 21 deletions packages/astro/LICENSE

This file was deleted.

96 changes: 0 additions & 96 deletions packages/astro/README.md

This file was deleted.

Loading
Loading