Skip to content

Commit

Permalink
recompile js
Browse files Browse the repository at this point in the history
  • Loading branch information
JGreenlee committed Sep 17, 2024
1 parent ea09c94 commit b1e2cca
Show file tree
Hide file tree
Showing 27 changed files with 93 additions and 90 deletions.
2 changes: 1 addition & 1 deletion emcommon_js/.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Transcrypt'ed from Python, 2024-09-16 11:51:19
// Transcrypt'ed from Python, 2024-09-17 17:17:16
import {AssertionError, AttributeError, BaseException, DeprecationWarning, Exception, IndexError, IterableError, KeyError, NotImplementedError, RuntimeWarning, StopIteration, UserWarning, ValueError, Warning, __JsIterator__, __PyIterator__, __Terminal__, __add__, __and__, __call__, __class__, __envir__, __eq__, __floordiv__, __ge__, __get__, __getcm__, __getitem__, __getslice__, __getsm__, __gt__, __i__, __iadd__, __iand__, __idiv__, __ijsmod__, __ilshift__, __imatmul__, __imod__, __imul__, __in__, __init__, __ior__, __ipow__, __irshift__, __isub__, __ixor__, __jsUsePyNext__, __jsmod__, __k__, __kwargtrans__, __le__, __lshift__, __lt__, __matmul__, __mergefields__, __mergekwargtrans__, __mod__, __mul__, __ne__, __neg__, __nest__, __or__, __pow__, __pragma__, __pyUseJsNext__, __rshift__, __setitem__, __setproperty__, __setslice__, __sort__, __specialattrib__, __sub__, __super__, __t__, __terminal__, __truediv__, __withblock__, __xor__, _copy, _sort, abs, all, any, assert, bin, bool, bytearray, bytes, callable, chr, delattr, dict, dir, divmod, enumerate, filter, float, getattr, hasattr, hex, input, int, isinstance, issubclass, len, list, map, max, min, object, oct, ord, pow, print, property, py_TypeError, py_iter, py_metatype, py_next, py_reversed, py_typeof, range, repr, round, set, setattr, sorted, str, sum, tuple, zip} from './org.transcrypt.__runtime__.js';
var __name__ = '';

Expand Down
4 changes: 2 additions & 2 deletions emcommon_js/dist/emcommon.diary.base_modes.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export function get_rich_mode_for_value(value: any, label_options: any): any;
export function get_rich_mode(label_option: any): {};
export function scale_lightness(hex_color: any, factor: any): any;
export function dedupe_colors(colors: any, adjustment_range: any): {};
import { mpge_to_wh_per_km } from './emcommon.metrics.footprint.util.js';
import * as Log from './emcommon.logger.js';
export { mpge_to_wh_per_km, Log };
import { mpge_to_wh_per_km } from './emcommon.metrics.footprint.util.js';
export { Log, mpge_to_wh_per_km };
//# sourceMappingURL=emcommon.diary.base_modes.d.ts.map
2 changes: 1 addition & 1 deletion emcommon_js/dist/emcommon.diary.base_modes.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export function get_mets_mode_map(label_options: any): {};
import { BASE_MODES } from './emcommon.diary.base_modes.js';
import * as Log from './emcommon.logger.js';
export { BASE_MODES, Log };
import { BASE_MODES } from './emcommon.diary.base_modes.js';
export { Log, BASE_MODES };
//# sourceMappingURL=emcommon.metrics.active_travel.active_travel_calculations.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
export function merge_metadatas(meta_a: any, meta_b: any): void;
export function calc_footprint_for_trip(trip: any, label_options: any, mode_value: any, labels_map: any): Promise<any>;
export function calc_footprint_for_trip(trip: any, label_options: any, mode_key: any, mode_value: any, labels_map: any): Promise<any>;
export function calc_footprint(mode_footprint: any, distance: any, year: any, coords: any, uace: any, egrid_region: any, passengers: any, metadata: any): Promise<any>;
export const _worst_rich_mode: any;
export const _worst_wh_per_km: number;
export function find_worst_rich_mode(label_options: any): any;
import * as emcdb from './emcommon.diary.base_modes.js';
import * as emcmfu from './emcommon.metrics.footprint.util.js';
import * as emcmfe from './emcommon.metrics.footprint.egrid.js';
import * as emcmft from './emcommon.metrics.footprint.transit.js';
import * as emcmfu from './emcommon.metrics.footprint.util.js';
import * as emcdu from './emcommon.diary.util.js';
import * as Log from './emcommon.logger.js';
export { emcdb, emcmfe, emcmft, emcmfu, emcdu, Log };
import * as emcdb from './emcommon.diary.base_modes.js';
import * as emcdu from './emcommon.diary.util.js';
export { emcmfu, emcmfe, emcmft, Log, emcdb, emcdu };
//# sourceMappingURL=emcommon.metrics.footprint.footprint_calculations.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions emcommon_js/dist/emcommon.metrics.footprint.util.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export const latest_ntd_year: any;
export function get_egrid_region(coords: any, year: any): any;
export function get_uace_by_coords(coords: any, year: any): Promise<any>;
export function get_intensities_data(year: any, dataset: any): any;
export function merge_metadatas(meta_a: any, meta_b: any): void;
import { fetch_url } from './emcommon.util.js';
import { read_json_resource } from './emcommon.util.js';
import * as Log from './emcommon.logger.js';
Expand Down
2 changes: 1 addition & 1 deletion emcommon_js/dist/emcommon.metrics.footprint.util.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions emcommon_js/dist/emcommon.metrics.metrics_summaries.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ export function acc_value_of_metric(metric_name: any, acc: any, new_val: any): a
export function get_summary_for_metric(metric: any, confirmed_trips: any): Promise<any[]>;
export const grouping_field_fns: {};
export function metric_summary_for_trips(metric: any, confirmed_trips: any): Promise<{}>;
import * as emcsc from './emcommon.survey.conditional_surveys.js';
import * as emcdb from './emcommon.diary.base_modes.js';
import * as emcmfu from './emcommon.metrics.footprint.util.js';
import * as emcble from './emcommon.bluetooth.ble_matching.js';
import * as emcmff from './emcommon.metrics.footprint.footprint_calculations.js';
import * as emcfu from './emcommon.metrics.footprint.util.js';
import * as emcdu from './emcommon.diary.util.js';
import * as util from './emcommon.util.js';
import * as Log from './emcommon.logger.js';
export { emcsc, emcdb, emcble, emcmff, emcfu, emcdu, util, Log };
import * as emcdu from './emcommon.diary.util.js';
import * as emcdb from './emcommon.diary.base_modes.js';
import * as emcsc from './emcommon.survey.conditional_surveys.js';
import * as emcmff from './emcommon.metrics.footprint.footprint_calculations.js';
export { emcmfu, emcble, util, Log, emcdu, emcdb, emcsc, emcmff };
//# sourceMappingURL=emcommon.metrics.metrics_summaries.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions emcommon_js/dist/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
export function dict_to_js_obj(py_dict: any): {};
import * as ble_matching from './emcommon.bluetooth.ble_matching.js';
import * as footprint_calculations from './emcommon.metrics.footprint.footprint_calculations.js';
import * as active_travel_calculations from './emcommon.metrics.active_travel.active_travel_calculations.js';
import * as conditional_surveys from './emcommon.survey.conditional_surveys.js';
import * as Log from './emcommon.logger.js';
import * as metrics_summaries from './emcommon.metrics.metrics_summaries.js';
import * as footprint_calculations from './emcommon.metrics.footprint.footprint_calculations.js';
import * as ble_matching from './emcommon.bluetooth.ble_matching.js';
import * as base_modes from './emcommon.diary.base_modes.js';
export { ble_matching, footprint_calculations, active_travel_calculations, conditional_surveys, Log, metrics_summaries, base_modes };
import * as Log from './emcommon.logger.js';
import * as active_travel_calculations from './emcommon.metrics.active_travel.active_travel_calculations.js';
export { conditional_surveys, metrics_summaries, footprint_calculations, ble_matching, base_modes, Log, active_travel_calculations };
//# sourceMappingURL=index.d.ts.map
2 changes: 1 addition & 1 deletion emcommon_js/dist/index.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion emcommon_js/emcommon.bluetooth.ble_matching.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions emcommon_js/emcommon.diary.base_modes.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion emcommon_js/emcommon.diary.util.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion emcommon_js/emcommon.logger.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b1e2cca

Please sign in to comment.