Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

afrikaans-script-loader

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

afrikaans-script-loader

afrikaans javascript loader for webpack

  • 0.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

afrikaans-script-loader

Totally useless but fun translator for JavaScript written in the Afrikaans language

This package is a webpack loader that allows transpiling JavaScript files written in Afrikaans into standard JavaScript syntax.

Current Translations

{
  "break": "breuk",
  "case": "geval",
  "catch": "vang",
  "class": "klas",
  "const": "konst",
  "continue": "aanhou",
  "debugger": "foutvinder",
  "default": "verstek",
  "delete": "verwyder",
  "do": "doen",
  "else": "anders",
  "finally": "finaal",
  "for": "vir",
  "from": "vanaf",
  "function": "funksie",
  "if": "as",
  "import": "invoer",
  "in": "in",
  "instanceof": "voorbeeldvan",
  "interface": "koppelvlak",
  "let": "laat",
  "new": "nuwe",
  "return": "terug",
  "switch": "skakelaar",
  "this": "this",
  "throw": "gooi",
  "try": "probeer",
  "typeof": "typeof",
  "var": "ver",
  "void": "leemte",
  "while": "terwyl",
  "with": "met",
  "use strict": "streng gebruik",
  "yield": "produseer"
}

You are not boxed in to use all these Afrikaans words. Use the ones you like, it's just for fun.

Installation

npm install afrikaans-script-loader --save-dev

Usage

Documentation: Using loaders

Within your webpack configuration object, you'll need to add the afrikaans-script-loader to the list of modules, like so:

module: {
loaders: [
  {
    test: /\.js?$/,
    exclude: /(node_modules|bower_components)/,
    loader: 'afrikaans-script'
  }
]
}

Keywords

FAQs

Package last updated on 25 Nov 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc