Skip to content

Commit

Permalink
chore: self mutation (e2e-2of2.diff)
Browse files Browse the repository at this point in the history
Signed-off-by: monada-bot[bot] <[email protected]>
  • Loading branch information
monadabot committed Oct 13, 2023
1 parent b773835 commit 094ee5f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## inflight.$Closure1-1.js
```js
"use strict";
module.exports = function({ $data, $fs_Util }) {
class $Closure1 {
constructor({ }) {
Expand Down Expand Up @@ -63,6 +64,7 @@ module.exports = function({ $data, $fs_Util }) {

## preflight.js
```js
"use strict";
const $stdlib = require('@winglang/sdk');
const $plugins = ((s) => !s ? [] : s.split(';'))(process.env.WING_PLUGIN_PATHS);
const $outdir = process.env.WING_SYNTH_DIR ?? ".";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## inflight.$Closure1-1.js
```js
"use strict";
module.exports = function({ $data, $fs_Util, $regex_Util, $std_Json }) {
class $Closure1 {
constructor({ }) {
Expand Down Expand Up @@ -70,6 +71,7 @@ module.exports = function({ $data, $fs_Util, $regex_Util, $std_Json }) {
## preflight.js
```js
"use strict";
const $stdlib = require('@winglang/sdk');
const $plugins = ((s) => !s ? [] : s.split(';'))(process.env.WING_PLUGIN_PATHS);
const $outdir = process.env.WING_SYNTH_DIR ?? ".";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## inflight.$Closure1-1.js
```js
"use strict";
module.exports = function({ $fs_Util }) {
class $Closure1 {
constructor({ }) {
Expand Down Expand Up @@ -55,6 +56,7 @@ module.exports = function({ $fs_Util }) {

## preflight.js
```js
"use strict";
const $stdlib = require('@winglang/sdk');
const $plugins = ((s) => !s ? [] : s.split(';'))(process.env.WING_PLUGIN_PATHS);
const $outdir = process.env.WING_SYNTH_DIR ?? ".";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## inflight.$Closure1-1.js
```js
"use strict";
module.exports = function({ $data, $fs_Util, $std_Json }) {
class $Closure1 {
constructor({ }) {
Expand Down Expand Up @@ -63,6 +64,7 @@ module.exports = function({ $data, $fs_Util, $std_Json }) {
## preflight.js
```js
"use strict";
const $stdlib = require('@winglang/sdk');
const $plugins = ((s) => !s ? [] : s.split(';'))(process.env.WING_PLUGIN_PATHS);
const $outdir = process.env.WING_SYNTH_DIR ?? ".";
Expand Down

0 comments on commit 094ee5f

Please sign in to comment.