Skip to content

Commit

Permalink
0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bahrus committed Jun 4, 2023
1 parent b7fa6b5 commit cf48edf
Show file tree
Hide file tree
Showing 5 changed files with 201 additions and 121 deletions.
5 changes: 5 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": ["andersonbruceb.json-in-html"]
}
2 changes: 2 additions & 0 deletions be-derived.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import {BE, propDefaults, propInfo} from 'be-enhanced/BE.js';
import {BEConfig, BeSplitOutput} from 'be-enhanced/types';
import {XE} from 'xtal-element/XE.js';
import {JSONValue} from 'trans-render/lib/types';
import {Actions, AllProps, AP, PAP, ProPAP, ProPOA, POA, CamelConfig, CanonicalConfig} from './types';
import {register} from 'be-hive/register.js';

Expand All @@ -9,6 +10,7 @@ export class BeDerived extends BE<AP, Actions, HTMLTemplateElement | HTMLScriptE
return {
parse: true,
primaryProp: 'camelConfig',
cache: new Map<string, JSONValue>(),
primaryPropReq: true,
parseAndCamelize: true,
camelizeOptions: {
Expand Down

0 comments on commit cf48edf

Please sign in to comment.