Askar Yusupov
Askar Yusupov
**Problem**: Rollup cannot `import {Machine} from "@xstate/compiled"` **How to fix?** I added a `index.es.js` file: ```js export * from "xstate" ``` And patched `package.json`: ```json { "name": "@xstate/compiled", "main": "index.js",...
I have a sql file: ``` sql CREATE TEXT SEARCH CONFIGURATION fr ( COPY = french ); ALTER TEXT SEARCH CONFIGURATION fr ALTER MAPPING FOR hword, hword_part, word WITH unaccent,...
After update the plugin I got an error "Error: Cannot find module 'svelte/compiler'" I installed the plugin as a global and as a local lib Svelte installed only as a...
the package exists https://www.npmjs.com/package/selector-listeners but it does not include last update
Need to write documentation and publish on Github pages
| types/elements | null | boolean | number | string | array | object | | -------------------- | :---: | :---------: | :--------: | :-----: | :-----: | :-------: |...