deno/cli/standalone
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
..
binary.rs fix(compile): make output more deterministic (#25092) 2024-08-19 16:41:11 +00:00
file_system.rs fix(node): Implement fs.lchown (and process.getegid) (#24418) 2024-07-05 18:32:51 +00:00
mod.rs feat: Deprecate "import assertions" with a warning (#24743) 2024-08-19 22:36:35 +02:00
virtual_fs.rs fix(compile): make output more deterministic (#25092) 2024-08-19 16:41:11 +00:00