Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hopefully fix following google chrome update
TC39 has consensus for trying to deprecate and remove the `assert` keyword in favor of the new `with` keyword in import attribute syntax. That is, `import m from 'foo' assert { type: 'json' }` will now throw a SyntaxError, and developers must change to `import m from 'foo' with { type: 'json' }`. tc39/proposal-import-attributes#135
- Loading branch information