Skip to content

Commit

Permalink
updating links
Browse files Browse the repository at this point in the history
  • Loading branch information
ef4 committed Jul 27, 2023
1 parent e3316b3 commit d13fb2b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions text/0000-import-glob.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
---
stage: accepted
start-date: # In format YYYY-MM-DDT00:00:00.000Z
start-date: 2023-07-27T00:42:02.085Z
release-date: # In format YYYY-MM-DDT00:00:00.000Z
release-versions:
teams: # delete teams that aren't relevant
- cli
- data
- framework
- learning
- steering
- typescript
prs:
accepted: # Fill this in with the URL for the Proposal RFC PR
accepted: https://github.com/emberjs/rfcs/pull/939
project-link:
suite:
---
Expand All @@ -38,7 +36,7 @@ Introduce `import.meta.glob()` for use in all Ember apps and addons.

## Motivation

This RFC is siblings with [an RFC](#fixme) that deprecates all usage of Ember's traditional AMD infrastructure. That necessarily means we will remove `requirejs.entries` and `requirejs._eak_seen`. So we need to explain what you're supposed to use instead if you need to enumerate modules. `import.meta.glob()` is one answer to that question.
This RFC is siblings with [an RFC](https://github.com/emberjs/rfcs/pull/938) that deprecates all usage of Ember's traditional AMD infrastructure. That necessarily means we will remove `requirejs.entries` and `requirejs._eak_seen`. So we need to explain what you're supposed to use instead if you need to enumerate modules. `import.meta.glob()` is one answer to that question.

## Detailed design

Expand Down

0 comments on commit d13fb2b

Please sign in to comment.