Kyle Kirbatski
Kyle Kirbatski
This is what I did to fix the issue: ```diff diff --git a/node_modules/parcel-reporter-static-files-copy/index.js b/node_modules/parcel-reporter-static-files-copy/index.js index bf9a7f4..2025def 100644 --- a/node_modules/parcel-reporter-static-files-copy/index.js +++ b/node_modules/parcel-reporter-static-files-copy/index.js @@ -8,7 +8,7 @@ const PACKAGE_JSON_SECTION = "staticFiles"; const...
No matter what I try, I cannot get types to output if I have any targets defined in my package.json. edit I got it to work. I don't know if...
I think cmake was updated to work directly with the android NDK. So now you just do: ``` cmake . -DCMAKE_SYSTEM_NAME=Android -DCMAKE_ANDROID_NDK="$NDK" -DCMAKE_ANDROID_ARCH_ABI=$ARCH -DCMAKE_SYSTEM_VERSION=21 make glsl_optimizer ``` Also, I had...
@carlosallexandre Your solution isn't really a fix to this issue. It's more of a workaround.
@47vigen Was there some use case that you were trying to solve with this? The code in its current form is exactly the same as what you have provided, except...
@DeDuckProject Those types aren't exactly the best. For example: ``` export interface SelectorList extends CssNodeCommon { type: 'SelectorList'; children: List; } ``` should really be: ``` export interface SelectorList extends...
@maltenuhn I certainly wouldn't argue. :)
@maltenuhn https://www.bountysource.com/issues/60509916-usage-with-typescript
@camdub I closed that for the following reason: https://github.com/parcel-bundler/parcel/pull/8532#issuecomment-1289322777