Skip to content

Commit

Permalink
Remove the maps
Browse files Browse the repository at this point in the history
  • Loading branch information
StoneCypher committed Apr 12, 2020
1 parent a45f4f0 commit a27de34
Show file tree
Hide file tree
Showing 20 changed files with 14 additions and 24 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
* [[`a45f4f00b3`](https://github.com/StoneCypher/jssm/commit/a45f4f00b3)] - Merge branch 'master' of github.com:StoneCypher/jssm (John Haugeland)
* [[`360aff67bb`](https://github.com/StoneCypher/jssm/commit/360aff67bb)] - First attempt to slim the package down (John Haugeland)
* [[`2c1b54182a`](https://github.com/StoneCypher/jssm/commit/2c1b54182a)] - Update README.md (John Haugeland)
* [[`554a15b8cd`](https://github.com/StoneCypher/jssm/commit/554a15b8cd)] - Update README.md (John Haugeland)
* [[`4ffea7539f`](https://github.com/StoneCypher/jssm/commit/4ffea7539f)] - CodeClimate can't eat tslint (John Haugeland)
* [[`0b7f120c18`](https://github.com/StoneCypher/jssm/commit/0b7f120c18)] - Update fixparser.js (John Haugeland)
* [[`2c72b3c2d1`](https://github.com/StoneCypher/jssm/commit/2c72b3c2d1)] - Merge pull request #399 from StoneCypher/AddDTsFiles (John Haugeland)
* [[`b797c1ec3f`](https://github.com/StoneCypher/jssm/commit/b797c1ec3f)] - looks like we have .d.ts (John Haugeland)
* [[`3047b388b9`](https://github.com/StoneCypher/jssm/commit/3047b388b9)] - Merge pull request #398 from StoneCypher/InvertRollupAndTypescript (John Haugeland)
Expand Down
1 change: 0 additions & 1 deletion dist/es6/jssm-dot.js
Expand Up @@ -15049,4 +15049,3 @@ function peg$parse(input, options) {
}
}
export { peg$SyntaxError as SyntaxError, peg$parse as parse };
//# sourceMappingURL=jssm-dot.js.map
1 change: 0 additions & 1 deletion dist/es6/jssm-dot.js.map

This file was deleted.

1 change: 0 additions & 1 deletion dist/es6/jssm.js
Expand Up @@ -683,4 +683,3 @@ function sm(template_strings, ...remainder) {
return new Machine(make(template_strings.reduce((acc, val, idx) => `${acc}${remainder[idx - 1]}${val}`)));
}
export { version, transfer_state_properties, Machine, make, parse, compile, sm, arrow_direction, arrow_left_kind, arrow_right_kind, seq, weighted_rand_select, histograph, weighted_sample_select, weighted_histo_key };
//# sourceMappingURL=jssm.js.map
1 change: 0 additions & 1 deletion dist/es6/jssm.js.map

This file was deleted.

1 change: 0 additions & 1 deletion dist/es6/jssm_types.js
@@ -1 +0,0 @@
//# sourceMappingURL=jssm_types.js.map
1 change: 0 additions & 1 deletion dist/es6/jssm_types.js.map

This file was deleted.

1 change: 0 additions & 1 deletion dist/es6/jssm_util.js
Expand Up @@ -20,4 +20,3 @@ const weighted_sample_select = (n, options, probability_property) => seq(n)
const weighted_histo_key = (n, opts, prob_prop, extract) => histograph(weighted_sample_select(n, opts, prob_prop)
.map((s) => s[extract]));
export { seq, histograph, weighted_histo_key, weighted_rand_select, weighted_sample_select, array_box_if_string };
//# sourceMappingURL=jssm_util.js.map
1 change: 0 additions & 1 deletion dist/es6/jssm_util.js.map

This file was deleted.

3 changes: 1 addition & 2 deletions dist/es6/version.js
@@ -1,3 +1,2 @@
const version = "5.31.1";
const version = "5.31.3";
export { version };
//# sourceMappingURL=version.js.map
1 change: 0 additions & 1 deletion dist/es6/version.js.map

This file was deleted.

3 changes: 1 addition & 2 deletions dist/jssm.es5.cjs.js
Expand Up @@ -15598,7 +15598,7 @@ function peg$parse(input, options) {
}
}

const version = "5.31.1";
const version = "5.31.3";

function arrow_direction(arrow) {
switch (String(arrow)) {
Expand Down Expand Up @@ -16296,4 +16296,3 @@ exports.version = version;
exports.weighted_histo_key = weighted_histo_key;
exports.weighted_rand_select = weighted_rand_select;
exports.weighted_sample_select = weighted_sample_select;
//# sourceMappingURL=jssm.es5.cjs.js.map
1 change: 0 additions & 1 deletion dist/jssm.es5.cjs.js.map

This file was deleted.

3 changes: 1 addition & 2 deletions dist/jssm.iife.js
Expand Up @@ -15597,7 +15597,7 @@ var jssm = (function (exports) {
}
}

const version = "5.31.1";
const version = "5.31.3";

function arrow_direction(arrow) {
switch (String(arrow)) {
Expand Down Expand Up @@ -16299,4 +16299,3 @@ var jssm = (function (exports) {
return exports;

}({}));
//# sourceMappingURL=jssm.iife.js.map
1 change: 0 additions & 1 deletion dist/jssm.iife.js.map

This file was deleted.

4 changes: 2 additions & 2 deletions docs/lib/index.html
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset='utf-8'>
<title>jssm 5.31.1 | Documentation</title>
<title>jssm 5.31.3 | Documentation</title>
<meta name='description' content='A Javascript finite state machine (FSM) with a terse DSL and a simple API. Well tested, and typed with Flowtype. MIT License.'>
<meta name='viewport' content='width=device-width,initial-scale=1'>
<link href='assets/bass.css' rel='stylesheet'>
Expand All @@ -15,7 +15,7 @@
<div id='split-left' class='overflow-auto fs0 height-viewport-100'>
<div class='py1 px2'>
<h3 class='mb0 no-anchor'>jssm</h3>
<div class='mb1'><code>5.31.1</code></div>
<div class='mb1'><code>5.31.3</code></div>
<input
placeholder='Filter'
id='filter-input'
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "jssm",
"version": "5.31.2",
"version": "5.31.3",
"engines": {
"node": ">=6.0.0"
},
Expand Down
3 changes: 1 addition & 2 deletions rollup.config.js
Expand Up @@ -15,8 +15,7 @@ const gen_config = (file, format) => ({
output: {
file,
format,
name : 'jssm',
sourcemap : true,
name : 'jssm'
},

plugins : [
Expand Down
2 changes: 1 addition & 1 deletion src/js/version.ts
@@ -1,3 +1,3 @@

const version: string = "5.31.1";
const version: string = "5.31.3";
export { version };
1 change: 0 additions & 1 deletion tsconfig.json
Expand Up @@ -5,7 +5,6 @@
"suppressImplicitAnyIndexErrors" : true,
"noEmitOnError" : true,
"removeComments" : true,
"sourceMap" : true,
"target" : "ES2017",
"lib" : [ "es2017", "dom" ],
"outDir" : "./dist/es6",
Expand Down

0 comments on commit a27de34

Please sign in to comment.