Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deno lint rule no-undef and Temporal: Temporal is not defined #1336

Open
maximilian-hammerl opened this issue Oct 23, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@maximilian-hammerl
Copy link

There seems to be no way to forward unstable flags to deno lint.
deno lint --unstable-temporal and deno lint --config deno.json with "unstable": ["temporal"], do not work.

Lint Name

no-undef

Code Snippet

Temporal.Now.instant()

Expected Result

deno lint understand, that Temporal is defined

Actual Result

error[no-undef]: Temporal is not defined

Version

deno 1.46.3 (stable, release, aarch64-apple-darwin)
v8 12.9.202.5-rusty
typescript 5.5.2

@maximilian-hammerl maximilian-hammerl added the bug Something isn't working label Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant