1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00
denoland-deno/tests/specs/future/import_assertions
Bartek Iwańczuk b5051e25c2
feat: Deprecate "import assertions" with a warning (#24743)
This commit deprecates "import assertions" proposal that has been
replaced with "import attributes".

Any time an import assertion is encountered a warning will be printed
to the terminal. This warning will be printed for both local and 
remote files (ie. user code and dependencies).

Import assertions support will be removed in Deno 2.
2024-08-19 22:36:35 +02:00
..
__test__.jsonc feat: Deprecate "import assertions" with a warning (#24743) 2024-08-19 22:36:35 +02:00
error.out FUTURE: remove import assertions support for JavaScript (#23541) 2024-04-29 22:43:05 +02:00
main.js FUTURE: remove import assertions support for JavaScript (#23541) 2024-04-29 22:43:05 +02:00
main.json FUTURE: remove import assertions support for JavaScript (#23541) 2024-04-29 22:43:05 +02:00
success.out feat: Deprecate "import assertions" with a warning (#24743) 2024-08-19 22:36:35 +02:00