1.0.0 • Published 2 years ago

magnus-hwrld v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Random things

I have

Explored using MDX.

MDX uses remark, and remark plugins. This means (for good and bad) that we can write our own plugins.

  • Write a Remark-plugin

https://astexplorer.net/

Collection of errors

TypeError [ERR_UNKNOWN_FILE_EXTENSION]: Unknown file extension ".ts" for /Users/magnus/repo/magnuswahlstrand/unified/index.ts
import { unified } from 'unified';
^^^^^^

SyntaxError: Cannot use import statement outside a module

https://www.tsmean.com/articles/how-to-write-a-typescript-library/