Skip to content

Commit

Permalink
Add a deprecation for importer-without-url
Browse files Browse the repository at this point in the history
Closes #282
  • Loading branch information
nex3 committed Apr 9, 2024
1 parent eabbe37 commit 20dd16f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/src/deprecations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,14 @@ export const deprecations: typeof api.deprecations = {
description:
'Using the current working directory as an implicit load path.',
},
'importer-without-url': {
id: 'importer-without-url',
status: 'active',
deprecatedIn: new Version(1, 75, 0),
obsoleteIn: null,
description:
'Passing a base importer without a base URL to compileString*.',
},
import: {
id: 'import',
status: 'future',
Expand Down

0 comments on commit 20dd16f

Please sign in to comment.