Shawn Walton

Results 6 issues of Shawn Walton

I've got a use case wherein I have a `` on the right-hand side of the page that expands to the left when the user clicks a button, remaining sticky...

enhancement
6.1

Hi! I'm working with a codebase that heavily uses the `import { type A } from '...';` syntax that is currently broken (see [issue 185](https://github.com/joarwilk/flowgen/issues/185)). So I'm trying to update...

### 💻 - [ ] Would you like to work on a fix? ### How are you using Babel? Programmatic API (`babel.transform`, `babel.parse`) ### Input code https://babeljs.io/repl#?browsers=node%2018&build=&builtIns=false&corejs=3.21&spec=false&loose=false&code_lz=MYGwhgzhAEDC0G8BQ1oQC5nQS2NAxAB7QC80ALAEwDcKamOeAnrahlronaugE5NdUQ6OgAW2CADoBZACYB7AMryAtgFMx2AHYBzAOrYxACk1SiASlZCAvtGBZgowcJHipM6ACIArloDWWvIA7lqeVqjWdJHWQA&debug=false&forceAllTransforms=false&modules=false&shippedProposals=false&circleciRepo=&evaluate=false&fileSize=false&timeTravel=false&sourceType=module&lineWrap=true&presets=env&prettier=false&targets=&version=7.23.5&externalPlugins=%40babel%2Fplugin-transform-class-properties%407.23.3&assumptions=%7B%7D ### Configuration file...

i: needs triage

Input file: ```ts export default function (): void; ``` Resulting error: ``` project-dir/node_modules/flowgen/node_modules/typescript/lib/typescript.js:156313 this.assertHasRealPosition(); ^ TypeError: this.assertHasRealPosition is not a function at Array.NodeObject.getStart (project-dir/node_modules/flowgen/node_modules/typescript/lib/typescript.js:156313:18) at Object.error (project-dir/node_modules/flowgen/lib/logger.js:42:82) at parseNameFromNode (project-dir/node_modules/flowgen/lib/parse/ast.js:62:14)...

bug
you can do this

Added to PaaSTA at large in #3744. Also pulls in commit from #3829 to make min/max instance values optional and adds a new `--dry-run` param that skips committing and pushing...

**Current behavior:** TL;DR: `expect().toHaveStyleRule`'s `target` parameter has changed behavior. In Emotion 10 it seems to match against the last-declared selector that partially matches the `target` selector, while Emotion 11 seems...

bug
needs triage