Skip to content

When block string is the only argument to a call expression, it should hug #7

Open
@SpiralP

Description

@SpiralP

current output

	assert(
		context:ReturnBabel(
			[[
				fetch("asset://garrysmod/data/a.txt")
				.then((response) => response.text())
				.then(a => console.log(a))
				.catch(a => console.warn(a))
			]]
		):await()
	)

expected output

	assert(
		context:ReturnBabel([[
				fetch("asset://garrysmod/data/a.txt")
				.then((response) => response.text())
				.then(a => console.log(a))
				.catch(a => console.warn(a))
			]]):await()
	)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions