thingtalk icon indicating copy to clipboard operation
thingtalk copied to clipboard

The Programming Language of Virtual Assistants

Results 36 thingtalk issues
Sort by recently updated
recently updated
newest added

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.11.17 to 18.6.3. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=16.11.17&new-version=18.6.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [@js-temporal/polyfill](https://github.com/js-temporal/temporal-polyfill) from 0.3.0 to 0.4.2. Release notes Sourced from @​js-temporal/polyfill's releases. Version 0.4.2 Please see CHANGELOG.md for a summary of changes in this release. Thanks to everyone that contributed...

dependencies

Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 10.7.0 to 10.9.1. Release notes Sourced from ts-node's releases. v10.9.1 Fixed Workaround nodejs bug introduced in 18.6.0 (#1838) @​cspotcode Only affects projects on node >=18.6.0 using --esm...

dependencies

it's unclear currently why some objects have `.optimize()` method while some do not. Examples of some that do include: `Ast.Input` and `Ast.BooleanExpression`, while those that don't include `Ast.Expression` and `Ast.Statement`....

In ThingTalk function calls, does the order of the parameter matter? e.g., are `@com.slack.send(channel="general", message=title)` and `@com.slack.send(message=title, channel="general")` the same thing? If so, then the `arrayEquals` method [here](https://github.com/stanford-oval/thingtalk/blob/master/lib/ast/array_equals.ts) does not...

Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.22.13 to 0.22.18. Release notes Sourced from typedoc's releases. v0.22.18 Features Relaxed restrictions on @enum style enums to also permit non-literal strings and numbers, #1956. Bug Fixes...

dependencies

Bumps [semver](https://github.com/npm/node-semver) from 7.3.5 to 7.3.7. Release notes Sourced from semver's releases. v7.3.7 7.3.7 (2022-04-11) Bug Fixes allow node >=10 (85b269a) bin: get correct value from arg separated by equals...

dependencies

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.5 to 4.6.4. Release notes Sourced from typescript's releases. TypeScript 4.6.4 This release includes a bug fix for text formatting on certain ranges, which was impacting Visual...

dependencies

[Temporal](https://github.com/tc39/proposal-temporal) ([spec](https://tc39.es/proposal-temporal), [reference](https://tc39.es/proposal-temporal/docs/index.html)) is a newly proposed JS API to handle dates and times. (Currently at Stage 3, which means it is not yet in any ES draft but it...

bug
cleanup
P3