Alec Larson
Alec Larson
Prettier's `printWidth` defaults to 80, which (if left unchanged) makes TSLint's `max-line-length` look broken. The reality is that users should be using Prettier options to control the maximum line length....
### Steps to repro - Create a directory `foo` (with `foo/App.js` inside) - Write a snapshot - Rename directory `foo` to `bar` - Call `getEventsSince` and notice these events in...
- macOS 10.15.7 - Watchman installed - Default backend I noticed this while writing tests that awaited a `writeSnapshot` call before reading the snapshot with `getEventsSince`. Currently, I wait 100ms...
Is the `originalSourcemap` returned from a `load` hook supposed to be in the `sourcemapChain` array? https://github.com/rollup/rollup/blob/60706c33073abe34cac170a92a17a1b166d348e3/src/Module.ts#L720-L721 When missing, the following line seems to fail when it shouldn't: https://github.com/rollup/rollup/blob/60706c33073abe34cac170a92a17a1b166d348e3/src/Module.ts#L990
Update the docs to point out which methods don't guarantee the results will be ordered as "expected". For example, `getAll(1, 2, 3)` doesn't ensure the results are ordered as `[{id:...
How do I enable sourcemaps?
The default behavior in Vite 2.0 allows importing .svg files as URLs, so this plugin is only good for importing as a component. **BREAKING CHANGE**
Properties: - `layer.constraints` - `layer.layoutAlignment` - `layer.layoutGrow` Enums: - `Blur.TYPE` - `Fill.TYPE` - `Gradient.TYPE` - `Layer.TYPE` - `Layout.DISTRIBUTION` - `Shadow.TYPE` - `Styleguide.TYPE` - `TextStyle.WEIGHT` - `Version.SOURCES`
What does this package provide, and how is it used?