Ryan Palmer

Results 5 issues of Ryan Palmer

Installing the "Buck for IDEA" plugin on IntelliJ 2021.3.1 (and a few less recent versions) renders the IDE completely unusable due to an error on startup: ``` Plugin 'intellij.buck.plugin' failed...

This PR depends upon https://github.com/jdinhify/vscode-theme-gruvbox/pull/80 because it requires semantic highlighting to be enabled. The examples below demonstrate the changes to how constant/read-only tokens are colored. This is similar to how...

**Describe the bug** Version: 26.0.0 If you are exporting types from your project that are using inferred types from `@ts-morph/common`, you'll get compiler errors when using package managers like `pnpm`...

## Description Version: 23.0.0 If you call `addSourceFileAtPathIfExists` with a path where some of the directories in that path do not exist, trying to add those directories later via `addDirectoryAtPath`...

This resolves https://github.com/dsherret/ts-morph/issues/1550