deps: update amaro to 0.3.1 · nodejs/node@0f553e5 · GitHub
Skip to content

Commit 0f553e5

Browse files
nodejs-github-bottargos
authored andcommitted
deps: update amaro to 0.3.1
PR-URL: #56785 Fixes: #56597 Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 2c2e4a4 commit 0f553e5

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

deps/amaro/dist/index.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deps/amaro/dist/package.json

Lines changed: 1 addition & 1 deletion

deps/amaro/dist/strip-loader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { isSwcError, wrapAndReThrowSwcError } from "./errors.js";
33
import { transformSync } from "./index.js";
44
export async function load(url, context, nextLoad) {
55
const { format } = context;
6-
if (format.endsWith("-typescript")) {
6+
if (format?.endsWith("-typescript")) {
77
try {
88
const { source } = await nextLoad(url, {
99
...context,

deps/amaro/dist/transform-loader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { isSwcError, wrapAndReThrowSwcError } from "./errors.js";
33
import { transformSync } from "./index.js";
44
export async function load(url, context, nextLoad) {
55
const { format } = context;
6-
if (format.endsWith("-typescript")) {
6+
if (format?.endsWith("-typescript")) {
77
try {
88
const { source } = await nextLoad(url, {
99
...context,

deps/amaro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "amaro",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Node.js TypeScript wrapper",
55
"license": "MIT",
66
"type": "commonjs",

src/amaro_version.h

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)