Dan Bryant

Results 3 issues of Dan Bryant

Greets team Ladda. It's mentioned in the [README.md](https://github.com/hakimel/Ladda#module-bundling) that it’s "recommended to use a bundler such as Rollup, Parcel, or Webpack to create a production-ready code bundle." For someone that's:...

Babel has deprecated isModuleDeclaration(); see [here](https://github.com/babel/babel/blob/a2fdc207ce158cf0d8eea08c1301d58f3810fd44/packages/babel-types/src/validators/generated/index.ts#L5862). **NOTE:** isModuleDeclaration() is now a shim for [isImportOrExportDeclaration](https://github.com/babel/babel/blob/a2fdc207ce158cf0d8eea08c1301d58f3810fd44/packages/babel-types/src/validators/generated/index.ts#L5188)() and has no purpose other than to generate a TON of these messages: ``` Trace: `isModuleDeclaration`...

Minnur, Thanks for your alter autocomplete blog post, and for posting the example to github! This patch replaces a deprecated call to Drupal::entityManager()->getTranslationFromContext() and replaces it with a call to...