You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the ATA code will only work with top level imports, instead of inline imports in comments as it uses the typescript compiler API to grab imports - additional code would be needed to grab imports referenced via import types. It should be fine in a JS playground using import though
You must have deleted the template; per #2804, we're not accepting issues that aren't critical (totally broken page, malicious links, accessiblity, etc). We'd accept a PR to fix this up, but at the moment we're not tracking issues besides critical ones.
Page URL: https://www.typescriptlang.org/play?filetype=js#code/PQKhAIAEGcEMBcCW0BmiCm1wG9EFsAHAewCd4AKAckwBtEA7eAWgBN0170mBjI+tAOaUAlADoAYjQQBRAMoAZBvADCfQQG0AugF9wIYAChe9aPHCxwAXnBaDQA
Issue: With ATA enabled, in playground set to JS type, types for packages are not acquired.
import ('eslint-define-config')
works correctly in TS filesThe text was updated successfully, but these errors were encountered: