Skip to content

Commit

Permalink
Prep/fix/solid state transform (BuilderIO#977)
Browse files Browse the repository at this point in the history
* publish

* add missing cases

* cleanup override file logic

* fix react imports

* check all extensions

* fix override filename logic

* move

* remove logs

* add test
  • Loading branch information
samijaber authored Jan 13, 2023
1 parent 6e1604a commit abcfddc
Show file tree
Hide file tree
Showing 22 changed files with 10,813 additions and 0 deletions.
468 changes: 468 additions & 0 deletions packages/core/src/__tests__/__snapshots__/alpine.test.ts.snap

Large diffs are not rendered by default.

540 changes: 540 additions & 0 deletions packages/core/src/__tests__/__snapshots__/angular.import.test.ts.snap

Large diffs are not rendered by default.

542 changes: 542 additions & 0 deletions packages/core/src/__tests__/__snapshots__/angular.mapper.test.ts.snap

Large diffs are not rendered by default.

1,078 changes: 1,078 additions & 0 deletions packages/core/src/__tests__/__snapshots__/angular.test.ts.snap

Large diffs are not rendered by default.

780 changes: 780 additions & 0 deletions packages/core/src/__tests__/__snapshots__/html.test.ts.snap

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions packages/core/src/__tests__/__snapshots__/liquid.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -670,6 +670,11 @@ exports[`Liquid > jsx > Javascript Test > referencingFunInsideHook 1`] = `
"
`;
exports[`Liquid > jsx > Javascript Test > renderBlock 1`] = `
"{% if shouldWrap %} {% endif %}
"
`;
exports[`Liquid > jsx > Javascript Test > renderContentExample 1`] = `
"<div class=\\"div\\">
<RenderBlocks blocks=\\"{{content.blocks}}\\"></RenderBlocks>
Expand Down Expand Up @@ -1477,6 +1482,11 @@ exports[`Liquid > jsx > Typescript Test > referencingFunInsideHook 1`] = `
"
`;
exports[`Liquid > jsx > Typescript Test > renderBlock 1`] = `
"{% if shouldWrap %} {% endif %}
"
`;
exports[`Liquid > jsx > Typescript Test > renderContentExample 1`] = `
"<div class=\\"div\\">
<RenderBlocks blocks=\\"{{content.blocks}}\\"></RenderBlocks>
Expand Down
Loading

0 comments on commit abcfddc

Please sign in to comment.