Skip to content

feat(@stylexjs/eslint-plugin): Accept { from: string, as: string } syntax in validImports option for RSD #538

feat(@stylexjs/eslint-plugin): Accept { from: string, as: string } syntax in validImports option for RSD

feat(@stylexjs/eslint-plugin): Accept { from: string, as: string } syntax in validImports option for RSD #538

Workflow file for this run

name: performance
on: [pull_request]
jobs:
runtime-size:
name: runtime-size
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: necolas/compressed-size-action@master
with:
name: 'runtime library'
build-script: 'build -w @stylexjs/stylex'
pattern: './packages/stylex/lib/{stylex.js,StyleXSheet.js}'
repo-token: '${{ secrets.GITHUB_TOKEN }}'
bundle-size:
name: bundle-size
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: necolas/compressed-size-action@master
with:
name: 'e2e bundles'
build-script: 'build'
pattern: './apps/rollup-example/.build/{stylex.css,bundle.js}'
repo-token: '${{ secrets.GITHUB_TOKEN }}'