0.0.4 • Published 6 years ago

ohm-loader v0.0.4

Weekly downloads
22
License
MIT
Repository
github
Last release
6 years ago

ohm-loader

Build Status dependencies Status

Ohm loader for webpack

Installation

npm install --save-dev ohm-loader

Usage

webpack.config.js

{
  module: {
    rules: [{
      test: /\.ohm$/,
      loader: 'ohm-loader'
    }]
  }
}

file.js

import grammar from 'file.ohm'
grammar.match(...);

or if the file contains more than one grammar

import {CSV, Json} from 'file.ohm'
CSV.match(...);
0.0.4

6 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago